File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 15
15
},
16
16
"license" : " MIT" ,
17
17
"dependencies" : {
18
- "@abaplint/cli" : " ^2.113.198 " ,
19
- "@abaplint/database-pg" : " ^2.10.24 " ,
20
- "@abaplint/database-sqlite" : " ^2.11.0 " ,
21
- "@abaplint/runtime" : " ^2.11.77 " ,
22
- "@abaplint/transpiler-cli" : " ^2.11.77 " ,
18
+ "@abaplint/cli" : " ^2.113.200 " ,
19
+ "@abaplint/database-pg" : " ^2.11.78 " ,
20
+ "@abaplint/database-sqlite" : " ^2.11.78 " ,
21
+ "@abaplint/runtime" : " ^2.11.90 " ,
22
+ "@abaplint/transpiler-cli" : " ^2.11.90 " ,
23
23
"0x" : " ^6.0.0"
24
24
}
25
25
}
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ INTERFACE if_http_client PUBLIC.
5
5
DATA propertytype_logon_popup TYPE i .
6
6
DATA propertytype_accept_cookie TYPE i .
7
7
DATA propertytype_redirect TYPE i .
8
+ DATA propertytype_send_sap_passport TYPE i .
8
9
9
10
CONSTANTS co_disabled TYPE i VALUE 0 .
10
11
CONSTANTS co_enabled TYPE i VALUE 1 .
You can’t perform that action at this time.
0 commit comments