@abaplint/cli 2.119.7 → 2.119.8
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 +2 -2
- package/package.json +2 -2
package/build/cli.js
CHANGED
|
@@ -28602,7 +28602,7 @@ class Select {
|
|
|
28602
28602
|
if (type === undefined) {
|
|
28603
28603
|
return basic_1.VoidType.get("SELECT_todo6");
|
|
28604
28604
|
}
|
|
28605
|
-
components.push({ name: field.code, type });
|
|
28605
|
+
components.push({ name: field.as || field.code, type });
|
|
28606
28606
|
}
|
|
28607
28607
|
return new basic_1.TableType(new basic_1.StructureType(components), tableOptions, undefined);
|
|
28608
28608
|
}
|
|
@@ -56223,7 +56223,7 @@ class Registry {
|
|
|
56223
56223
|
}
|
|
56224
56224
|
static abaplintVersion() {
|
|
56225
56225
|
// magic, see build script "version.sh"
|
|
56226
|
-
return "2.119.
|
|
56226
|
+
return "2.119.8";
|
|
56227
56227
|
}
|
|
56228
56228
|
getDDICReferences() {
|
|
56229
56229
|
return this.ddicReferences;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@abaplint/cli",
|
|
3
|
-
"version": "2.119.
|
|
3
|
+
"version": "2.119.8",
|
|
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.119.
|
|
41
|
+
"@abaplint/core": "^2.119.8",
|
|
42
42
|
"@types/chai": "^4.3.20",
|
|
43
43
|
"@types/minimist": "^1.2.5",
|
|
44
44
|
"@types/mocha": "^10.0.10",
|