@abaplint/cli 2.113.106 → 2.113.107
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 +4 -3
- package/package.json +2 -2
package/build/cli.js
CHANGED
|
@@ -52945,8 +52945,9 @@ class TypePool extends _abap_object_1.ABAPObject {
|
|
|
52945
52945
|
};
|
|
52946
52946
|
}
|
|
52947
52947
|
getDescription() {
|
|
52948
|
-
|
|
52949
|
-
|
|
52948
|
+
var _a, _b, _c;
|
|
52949
|
+
const parsed = super.parseRaw2();
|
|
52950
|
+
return ((_c = (_b = (_a = parsed === null || parsed === void 0 ? void 0 : parsed.abapGit) === null || _a === void 0 ? void 0 : _a["asx:abap"]) === null || _b === void 0 ? void 0 : _b["asx:values"]) === null || _c === void 0 ? void 0 : _c.DDTEXT) || "";
|
|
52950
52951
|
}
|
|
52951
52952
|
}
|
|
52952
52953
|
exports.TypePool = TypePool;
|
|
@@ -53851,7 +53852,7 @@ class Registry {
|
|
|
53851
53852
|
}
|
|
53852
53853
|
static abaplintVersion() {
|
|
53853
53854
|
// magic, see build script "version.sh"
|
|
53854
|
-
return "2.113.
|
|
53855
|
+
return "2.113.107";
|
|
53855
53856
|
}
|
|
53856
53857
|
getDDICReferences() {
|
|
53857
53858
|
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.107",
|
|
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.107",
|
|
42
42
|
"@types/chai": "^4.3.20",
|
|
43
43
|
"@types/glob": "^8.1.0",
|
|
44
44
|
"@types/minimist": "^1.2.5",
|