@abaplint/transpiler-cli 2.12.0 → 2.12.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/build/bundle.js +1 -1
  2. package/package.json +2 -2
package/build/bundle.js CHANGED
@@ -83147,7 +83147,7 @@ globalThis.abap = new runtime.ABAP();\n`;
83147
83147
  ret += `await initializeABAP();\n\n`;
83148
83148
  ret += `${this.buildImports(reg, useImport, options)}`;
83149
83149
  if (options?.setup?.postFunction !== undefined) {
83150
- ret += `\n\nawait setup.${options?.setup?.postFunction}(globalThis.abap, schemas, insert);\n`;
83150
+ ret += `\n\nawait setup.${options?.setup?.postFunction}();\n`;
83151
83151
  }
83152
83152
  return ret;
83153
83153
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abaplint/transpiler-cli",
3
- "version": "2.12.0",
3
+ "version": "2.12.1",
4
4
  "description": "Transpiler - Command Line Interface",
5
5
  "funding": "https://github.com/sponsors/larshp",
6
6
  "bin": {
@@ -28,7 +28,7 @@
28
28
  "license": "MIT",
29
29
  "devDependencies": {
30
30
  "@abaplint/core": "^2.113.222",
31
- "@abaplint/transpiler": "^2.12.0",
31
+ "@abaplint/transpiler": "^2.12.1",
32
32
  "@types/glob": "^8.1.0",
33
33
  "@types/node": "^24.6.2",
34
34
  "@types/progress": "^2.0.7",