@abaplint/core 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.
@@ -59,6 +59,7 @@ class TypeUtils {
59
59
  || type instanceof basic_1.UnknownType
60
60
  || type instanceof basic_1.NumericType
61
61
  || type instanceof basic_1.IntegerType
62
+ || type instanceof basic_1.Integer8Type
62
63
  || type instanceof basic_1.SimpleType
63
64
  || type instanceof basic_1.FloatType
64
65
  || type instanceof basic_1.FloatingPointType
@@ -65,7 +65,7 @@ class Registry {
65
65
  }
66
66
  static abaplintVersion() {
67
67
  // magic, see build script "version.sh"
68
- return "2.101.10";
68
+ return "2.101.11";
69
69
  }
70
70
  getDDICReferences() {
71
71
  return this.ddicReferences;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abaplint/core",
3
- "version": "2.101.10",
3
+ "version": "2.101.11",
4
4
  "description": "abaplint - Core API",
5
5
  "main": "build/src/index.js",
6
6
  "typings": "build/abaplint.d.ts",