Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
},
"license": "MIT",
"dependencies": {
"@abaplint/cli": "^2.113.198",
"@abaplint/database-pg": "^2.10.24",
"@abaplint/database-sqlite": "^2.11.0",
"@abaplint/runtime": "^2.11.77",
"@abaplint/transpiler-cli": "^2.11.77",
"@abaplint/cli": "^2.113.200",
"@abaplint/database-pg": "^2.11.78",
"@abaplint/database-sqlite": "^2.11.78",
"@abaplint/runtime": "^2.11.90",
"@abaplint/transpiler-cli": "^2.11.90",
"0x": "^6.0.0"
}
}
1 change: 1 addition & 0 deletions src/http/if_http_client.intf.abap
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ INTERFACE if_http_client PUBLIC.
DATA propertytype_logon_popup TYPE i.
DATA propertytype_accept_cookie TYPE i.
DATA propertytype_redirect TYPE i.
DATA propertytype_send_sap_passport TYPE i.

CONSTANTS co_disabled TYPE i VALUE 0.
CONSTANTS co_enabled TYPE i VALUE 1.
Expand Down