@abaplint/cli 2.118.7 → 2.118.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.
Files changed (2) hide show
  1. package/build/cli.js +2 -2
  2. package/package.json +2 -2
package/build/cli.js CHANGED
@@ -24475,7 +24475,7 @@ class BasicTypes {
24475
24475
  }
24476
24476
  }
24477
24477
  this.input.scope.addReference(token, typ, _reference_1.ReferenceType.TypeReference, this.input.filename);
24478
- return typ.getType();
24478
+ return this.cloneType(typ.getType(), qualifiedName);
24479
24479
  }
24480
24480
  const type = (_a = this.input.scope.findTypePoolType(chainText)) === null || _a === void 0 ? void 0 : _a.getType();
24481
24481
  if (type) {
@@ -56039,7 +56039,7 @@ class Registry {
56039
56039
  }
56040
56040
  static abaplintVersion() {
56041
56041
  // magic, see build script "version.sh"
56042
- return "2.118.7";
56042
+ return "2.118.8";
56043
56043
  }
56044
56044
  getDDICReferences() {
56045
56045
  return this.ddicReferences;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abaplint/cli",
3
- "version": "2.118.7",
3
+ "version": "2.118.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.118.7",
41
+ "@abaplint/core": "^2.118.8",
42
42
  "@types/chai": "^4.3.20",
43
43
  "@types/minimist": "^1.2.5",
44
44
  "@types/mocha": "^10.0.10",