@abaplint/cli 2.101.10 → 2.101.11

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 -1
  2. package/package.json +2 -2
package/build/cli.js CHANGED
@@ -21474,6 +21474,7 @@ class TypeUtils {
21474
21474
  || type instanceof basic_1.UnknownType
21475
21475
  || type instanceof basic_1.NumericType
21476
21476
  || type instanceof basic_1.IntegerType
21477
+ || type instanceof basic_1.Integer8Type
21477
21478
  || type instanceof basic_1.SimpleType
21478
21479
  || type instanceof basic_1.FloatType
21479
21480
  || type instanceof basic_1.FloatingPointType
@@ -48160,7 +48161,7 @@ class Registry {
48160
48161
  }
48161
48162
  static abaplintVersion() {
48162
48163
  // magic, see build script "version.sh"
48163
- return "2.101.10";
48164
+ return "2.101.11";
48164
48165
  }
48165
48166
  getDDICReferences() {
48166
48167
  return this.ddicReferences;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abaplint/cli",
3
- "version": "2.101.10",
3
+ "version": "2.101.11",
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.101.10",
41
+ "@abaplint/core": "^2.101.11",
42
42
  "@types/chai": "^4.3.5",
43
43
  "@types/glob": "^7.2.0",
44
44
  "@types/minimist": "^1.2.2",