@abaplint/core 2.91.0 → 2.91.1

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.
@@ -22,6 +22,7 @@ class TypeUtils {
22
22
  else if (type instanceof basic_1.StringType
23
23
  || type instanceof basic_1.AnyType
24
24
  || type instanceof basic_1.CharacterType
25
+ || type instanceof basic_1.SimpleType
25
26
  || type instanceof basic_1.CLikeType
26
27
  || type instanceof basic_1.DateType
27
28
  || type instanceof basic_1.CSequenceType
@@ -55,6 +56,7 @@ class TypeUtils {
55
56
  || type instanceof basic_1.UnknownType
56
57
  || type instanceof basic_1.NumericType
57
58
  || type instanceof basic_1.IntegerType
59
+ || type instanceof basic_1.SimpleType
58
60
  || type instanceof basic_1.FloatType
59
61
  || type instanceof basic_1.FloatingPointType
60
62
  || type instanceof basic_1.DecFloatType
@@ -68,7 +68,7 @@ class Registry {
68
68
  }
69
69
  static abaplintVersion() {
70
70
  // magic, see build script "version.sh"
71
- return "2.91.0";
71
+ return "2.91.1";
72
72
  }
73
73
  getDDICReferences() {
74
74
  return this.references;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abaplint/core",
3
- "version": "2.91.0",
3
+ "version": "2.91.1",
4
4
  "description": "abaplint - Core API",
5
5
  "main": "build/src/index.js",
6
6
  "typings": "build/abaplint.d.ts",