File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1313 },
1414 "license" : " MIT" ,
1515 "dependencies" : {
16- "@abaplint/cli" : " ^2.113.81 " ,
16+ "@abaplint/cli" : " ^2.113.86 " ,
1717 "@abaplint/database-sqlite" : " ^2.10.20" ,
18- "@abaplint/runtime" : " ^2.10.22 " ,
19- "@abaplint/transpiler-cli" : " ^2.10.22 " ,
18+ "@abaplint/runtime" : " ^2.10.23 " ,
19+ "@abaplint/transpiler-cli" : " ^2.10.23 " ,
2020 "0x" : " ^5.8.0"
2121 }
2222}
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ CLASS cl_http_entity DEFINITION PUBLIC CREATE PRIVATE.
55
66 ALIASES set_header_field FOR if_http_entity~set_header_field.
77 ALIASES append_cdata FOR if_http_entity~append_cdata.
8+ ALIASES get_cdata FOR if_http_entity~append_cdata.
89 PROTECTED SECTION .
910 DATA m_last_error TYPE i .
1011 PRIVATE SECTION .
You can’t perform that action at this time.
0 commit comments