Skip to content

Commit 63aaf8a

Browse files
committed
2.10.21
1 parent 27df8d3 commit 63aaf8a

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.10.20",
3+
"version": "2.10.21",
44
"description": "Transpiler - Command Line Interface",
55
"funding": "https://github.com/sponsors/larshp",
66
"bin": {
@@ -27,7 +27,7 @@
2727
"author": "abaplint",
2828
"license": "MIT",
2929
"devDependencies": {
30-
"@abaplint/transpiler": "^2.10.20",
30+
"@abaplint/transpiler": "^2.10.21",
3131
"@types/glob": "^8.1.0",
3232
"glob": "=7.2.0",
3333
"@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.10.20",
3+
"version": "2.10.21",
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.10.20",
3+
"version": "2.10.21",
44
"description": "Transpiler",
55
"main": "build/src/index.js",
66
"typings": "build/src/index.d.ts",

0 commit comments

Comments
 (0)