Skip to content

Commit f783826

Browse files
committed
2.12.26
1 parent f8cbea3 commit f783826

File tree

6 files changed

+19
-19
lines changed

6 files changed

+19
-19
lines changed

packages/cli/package-lock.json

Lines changed: 11 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@abaplint/transpiler-cli",
3-
"version": "2.12.25",
3+
"version": "2.12.26",
44
"description": "Transpiler - Command Line Interface",
55
"funding": "https://github.com/sponsors/larshp",
66
"bin": {
@@ -28,7 +28,7 @@
2828
"license": "MIT",
2929
"devDependencies": {
3030
"@abaplint/core": "^2.115.17",
31-
"@abaplint/transpiler": "^2.12.25",
31+
"@abaplint/transpiler": "^2.12.26",
3232
"@types/glob": "^8.1.0",
3333
"@types/node": "^24.10.9",
3434
"@types/progress": "^2.0.7",

packages/runtime/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/runtime/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@abaplint/runtime",
3-
"version": "2.12.25",
3+
"version": "2.12.26",
44
"description": "Transpiler - Runtime",
55
"main": "build/src/index.js",
66
"typings": "build/src/index.d.ts",

packages/transpiler/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/transpiler/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@abaplint/transpiler",
3-
"version": "2.12.25",
3+
"version": "2.12.26",
44
"description": "Transpiler",
55
"main": "build/src/index.js",
66
"typings": "build/src/index.d.ts",

0 commit comments

Comments
 (0)