@abaplint/core 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.
@@ -256,7 +256,7 @@ class BasicTypes {
256
256
  }
257
257
  }
258
258
  this.input.scope.addReference(token, typ, _reference_1.ReferenceType.TypeReference, this.input.filename);
259
- return typ.getType();
259
+ return this.cloneType(typ.getType(), qualifiedName);
260
260
  }
261
261
  const type = (_a = this.input.scope.findTypePoolType(chainText)) === null || _a === void 0 ? void 0 : _a.getType();
262
262
  if (type) {
@@ -74,7 +74,7 @@ class Registry {
74
74
  }
75
75
  static abaplintVersion() {
76
76
  // magic, see build script "version.sh"
77
- return "2.118.7";
77
+ return "2.118.8";
78
78
  }
79
79
  getDDICReferences() {
80
80
  return this.ddicReferences;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abaplint/core",
3
- "version": "2.118.7",
3
+ "version": "2.118.8",
4
4
  "description": "abaplint - Core API",
5
5
  "main": "build/src/index.js",
6
6
  "typings": "build/abaplint.d.ts",