Skip to content

Commit

Permalink
2.10.23: add sy-batch (#1477)
Browse files Browse the repository at this point in the history
  • Loading branch information
larshp authored Dec 18, 2024
1 parent 103de16 commit ec32d61
Show file tree
Hide file tree
Showing 9 changed files with 178 additions and 177 deletions.
240 changes: 120 additions & 120 deletions package-lock.json

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,22 +41,22 @@
},
"homepage": "https://github.com/abaplint/transpiler_poc#readme",
"devDependencies": {
"@abaplint/core": "^2.113.79",
"@abaplint/core": "^2.113.82",
"@eslint/compat": "^1.2.4",
"@eslint/eslintrc": "^3.2.0",
"@eslint/js": "^9.16.0",
"@eslint/js": "^9.17.0",
"@types/chai": "^4.3.20",
"@types/mocha": "^10.0.10",
"@types/node": "^22.10.2",
"@types/sql.js": "^1.4.9",
"@typescript-eslint/eslint-plugin": "^8.18.0",
"@typescript-eslint/parser": "^8.18.0",
"@typescript-eslint/eslint-plugin": "^8.18.1",
"@typescript-eslint/parser": "^8.18.1",
"chai": "^4.5.0",
"cross-fetch": "^4.0.0",
"dotenv": "^16.4.7",
"eslint": "^9.16.0",
"eslint": "^9.17.0",
"eslint-plugin-import": "^2.31.0",
"fast-xml-parser": "^4.5.0",
"fast-xml-parser": "^4.5.1",
"globals": "^15.13.0",
"mocha": "^11.0.1",
"pg": "^8.13.1",
Expand Down
52 changes: 26 additions & 26 deletions packages/cli/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@abaplint/transpiler-cli",
"version": "2.10.22",
"version": "2.10.23",
"description": "Transpiler - Command Line Interface",
"funding": "https://github.com/sponsors/larshp",
"bin": {
Expand All @@ -27,13 +27,13 @@
"author": "abaplint",
"license": "MIT",
"devDependencies": {
"@abaplint/transpiler": "^2.10.22",
"@abaplint/transpiler": "^2.10.23",
"@types/glob": "^8.1.0",
"glob": "=7.2.0",
"@types/progress": "^2.0.7",
"ts-json-schema-generator": "^2.3.0",
"@types/node": "^22.10.2",
"@abaplint/core": "^2.113.79",
"@abaplint/core": "^2.113.82",
"progress": "^2.0.3",
"webpack": "^5.97.1",
"webpack-cli": "^5.1.4",
Expand Down
4 changes: 2 additions & 2 deletions packages/runtime/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@abaplint/runtime",
"version": "2.10.22",
"version": "2.10.23",
"description": "Transpiler - Runtime",
"main": "build/src/index.js",
"typings": "build/src/index.d.ts",
Expand Down
1 change: 1 addition & 0 deletions packages/runtime/src/builtin/sy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,5 @@ export const sy = new Structure({
uname: new Character(12).set("USERNAME"),
uzeit: new Time(),
dbsys: new Character(10),
batch: new Character(1),
});
34 changes: 17 additions & 17 deletions packages/transpiler/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/transpiler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@abaplint/transpiler",
"version": "2.10.22",
"version": "2.10.23",
"description": "Transpiler",
"main": "build/src/index.js",
"typings": "build/src/index.d.ts",
Expand Down Expand Up @@ -29,7 +29,7 @@
"author": "abaplint",
"license": "MIT",
"dependencies": {
"@abaplint/core": "^2.113.79",
"@abaplint/core": "^2.113.82",
"source-map": "^0.7.4"
},
"devDependencies": {
Expand Down

0 comments on commit ec32d61

Please sign in to comment.