From 486aaaa43bb7f63158154369ee0caac545e75a86 Mon Sep 17 00:00:00 2001 From: Lars Hvam Date: Tue, 9 Sep 2025 18:22:12 +0200 Subject: [PATCH 1/4] update npm dependencies --- package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 47a64488..015fee08 100644 --- a/package.json +++ b/package.json @@ -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.82", + "@abaplint/transpiler-cli": "^2.11.82", "0x": "^6.0.0" } } From 64c226588d2e1866efae9ade794935c3242fe6d4 Mon Sep 17 00:00:00 2001 From: Lars Hvam Date: Tue, 9 Sep 2025 19:44:14 +0200 Subject: [PATCH 2/4] update --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 015fee08..211ed59c 100644 --- a/package.json +++ b/package.json @@ -18,8 +18,8 @@ "@abaplint/cli": "^2.113.200", "@abaplint/database-pg": "^2.11.78", "@abaplint/database-sqlite": "^2.11.78", - "@abaplint/runtime": "^2.11.82", - "@abaplint/transpiler-cli": "^2.11.82", + "@abaplint/runtime": "^2.11.83", + "@abaplint/transpiler-cli": "^2.11.83", "0x": "^6.0.0" } } From 952e4b01c27176be6dd05d81977b59610db9359c Mon Sep 17 00:00:00 2001 From: Lars Hvam Date: Wed, 10 Sep 2025 14:31:54 +0200 Subject: [PATCH 3/4] update --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 211ed59c..5c68f47a 100644 --- a/package.json +++ b/package.json @@ -18,8 +18,8 @@ "@abaplint/cli": "^2.113.200", "@abaplint/database-pg": "^2.11.78", "@abaplint/database-sqlite": "^2.11.78", - "@abaplint/runtime": "^2.11.83", - "@abaplint/transpiler-cli": "^2.11.83", + "@abaplint/runtime": "^2.11.88", + "@abaplint/transpiler-cli": "^2.11.88", "0x": "^6.0.0" } } From bafccf27a932608e76566df5937212d0f2d8aafb Mon Sep 17 00:00:00 2001 From: Lars Hvam Date: Fri, 12 Sep 2025 14:02:47 +0200 Subject: [PATCH 4/4] fix http --- package.json | 4 ++-- src/http/if_http_client.intf.abap | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 5c68f47a..dfbcfc96 100644 --- a/package.json +++ b/package.json @@ -18,8 +18,8 @@ "@abaplint/cli": "^2.113.200", "@abaplint/database-pg": "^2.11.78", "@abaplint/database-sqlite": "^2.11.78", - "@abaplint/runtime": "^2.11.88", - "@abaplint/transpiler-cli": "^2.11.88", + "@abaplint/runtime": "^2.11.90", + "@abaplint/transpiler-cli": "^2.11.90", "0x": "^6.0.0" } } diff --git a/src/http/if_http_client.intf.abap b/src/http/if_http_client.intf.abap index 0b2b5316..931a1a60 100644 --- a/src/http/if_http_client.intf.abap +++ b/src/http/if_http_client.intf.abap @@ -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.