@abaplint/cli 2.115.13 → 2.115.14

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 +4 -1
  2. package/package.json +2 -2
package/build/cli.js CHANGED
@@ -28726,6 +28726,9 @@ class Source {
28726
28726
  if (context instanceof basic_1.FloatType && found instanceof basic_1.IntegerType) {
28727
28727
  return context;
28728
28728
  }
28729
+ else if (context instanceof basic_1.IntegerType && (found === null || found === void 0 ? void 0 : found.isGeneric())) {
28730
+ return context;
28731
+ }
28729
28732
  else {
28730
28733
  return found;
28731
28734
  }
@@ -55332,7 +55335,7 @@ class Registry {
55332
55335
  }
55333
55336
  static abaplintVersion() {
55334
55337
  // magic, see build script "version.sh"
55335
- return "2.115.13";
55338
+ return "2.115.14";
55336
55339
  }
55337
55340
  getDDICReferences() {
55338
55341
  return this.ddicReferences;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abaplint/cli",
3
- "version": "2.115.13",
3
+ "version": "2.115.14",
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.115.13",
41
+ "@abaplint/core": "^2.115.14",
42
42
  "@types/chai": "^4.3.20",
43
43
  "@types/minimist": "^1.2.5",
44
44
  "@types/mocha": "^10.0.10",