@abaplint/cli 2.119.6 → 2.119.7

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 +5 -1
  2. package/package.json +2 -2
package/build/cli.js CHANGED
@@ -24018,6 +24018,10 @@ class TypeUtils {
24018
24018
  // then its a generic table, todo: add top level generic table type?
24019
24019
  return true;
24020
24020
  }
24021
+ else if (target instanceof basic_1.TableType && target.getRowType() instanceof basic_1.AnyType) {
24022
+ // then its a generic table, todo: add top level generic table type?
24023
+ return true;
24024
+ }
24021
24025
  else if (target instanceof basic_1.TableType) {
24022
24026
  const sourceKeyType = source.getOptions().keyType;
24023
24027
  const targetKeyType = target.getOptions().keyType;
@@ -56219,7 +56223,7 @@ class Registry {
56219
56223
  }
56220
56224
  static abaplintVersion() {
56221
56225
  // magic, see build script "version.sh"
56222
- return "2.119.6";
56226
+ return "2.119.7";
56223
56227
  }
56224
56228
  getDDICReferences() {
56225
56229
  return this.ddicReferences;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abaplint/cli",
3
- "version": "2.119.6",
3
+ "version": "2.119.7",
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.6",
41
+ "@abaplint/core": "^2.119.7",
42
42
  "@types/chai": "^4.3.20",
43
43
  "@types/minimist": "^1.2.5",
44
44
  "@types/mocha": "^10.0.10",