@abaplint/cli 2.113.78 → 2.113.79
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.
- package/build/cli.js +1 -1
- package/package.json +2 -2
package/build/cli.js
CHANGED
|
@@ -53576,7 +53576,7 @@ class Registry {
|
|
|
53576
53576
|
}
|
|
53577
53577
|
static abaplintVersion() {
|
|
53578
53578
|
// magic, see build script "version.sh"
|
|
53579
|
-
return "2.113.
|
|
53579
|
+
return "2.113.79";
|
|
53580
53580
|
}
|
|
53581
53581
|
getDDICReferences() {
|
|
53582
53582
|
return this.ddicReferences;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@abaplint/cli",
|
|
3
|
-
"version": "2.113.
|
|
3
|
+
"version": "2.113.79",
|
|
4
4
|
"description": "abaplint - Command Line Interface",
|
|
5
5
|
"funding": "https://github.com/sponsors/larshp",
|
|
6
6
|
"bin": {
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
},
|
|
39
39
|
"homepage": "https://abaplint.org",
|
|
40
40
|
"devDependencies": {
|
|
41
|
-
"@abaplint/core": "^2.113.
|
|
41
|
+
"@abaplint/core": "^2.113.79",
|
|
42
42
|
"@types/chai": "^4.3.20",
|
|
43
43
|
"@types/glob": "^8.1.0",
|
|
44
44
|
"@types/minimist": "^1.2.5",
|