From 4bffafe038d248e80024ad60115c15f841ebc127 Mon Sep 17 00:00:00 2001 From: Lars HVam Date: Sat, 4 Oct 2025 15:37:42 +0200 Subject: [PATCH 1/2] update npm dependencies --- abap_transpile.json | 5 ++++- abap_transpile_test.json | 5 ++++- package.json | 6 +++--- 3 files changed, 11 insertions(+), 5 deletions(-) diff --git a/abap_transpile.json b/abap_transpile.json index 2d0beff3..d1997f39 100644 --- a/abap_transpile.json +++ b/abap_transpile.json @@ -8,6 +8,9 @@ "ignoreSyntaxCheck": false, "addFilenames": true, "addCommonJS": true, - "extraSetup": "../test/setup.mjs" + "setup": { + "filename": "../test/setup.mjs", + "preFunction": "setup" + } } } \ No newline at end of file diff --git a/abap_transpile_test.json b/abap_transpile_test.json index 5697dbcc..d9d833af 100644 --- a/abap_transpile_test.json +++ b/abap_transpile_test.json @@ -8,6 +8,9 @@ "ignoreSyntaxCheck": false, "addFilenames": true, "addCommonJS": true, - "extraSetup": "../test/setup.mjs" + "setup": { + "filename": "../test/setup.mjs", + "preFunction": "setup" + } } } \ No newline at end of file diff --git a/package.json b/package.json index d3c565b3..3682b42d 100644 --- a/package.json +++ b/package.json @@ -15,11 +15,11 @@ }, "license": "MIT", "dependencies": { - "@abaplint/cli": "^2.113.220", + "@abaplint/cli": "^2.113.222", "@abaplint/database-pg": "^2.11.78", "@abaplint/database-sqlite": "^2.11.78", - "@abaplint/runtime": "^2.11.96", - "@abaplint/transpiler-cli": "^2.11.96", + "@abaplint/runtime": "^2.12.0", + "@abaplint/transpiler-cli": "^2.12.0", "0x": "^6.0.0" } } From 6dd17ad90b87de7fdbccf64257797f378c84ec69 Mon Sep 17 00:00:00 2001 From: Lars HVam Date: Sat, 4 Oct 2025 15:53:32 +0200 Subject: [PATCH 2/2] update --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 3682b42d..baa56700 100644 --- a/package.json +++ b/package.json @@ -18,8 +18,8 @@ "@abaplint/cli": "^2.113.222", "@abaplint/database-pg": "^2.11.78", "@abaplint/database-sqlite": "^2.11.78", - "@abaplint/runtime": "^2.12.0", - "@abaplint/transpiler-cli": "^2.12.0", + "@abaplint/runtime": "^2.12.1", + "@abaplint/transpiler-cli": "^2.12.1", "0x": "^6.0.0" } }