@abaplint/core 2.105.25 → 2.105.26

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.
@@ -469,7 +469,7 @@ class TypeUtils {
469
469
  if (source instanceof basic_1.TableType && source.isWithHeader() === false) {
470
470
  return false;
471
471
  }
472
- else if (target instanceof basic_1.StringType
472
+ else if ((target instanceof basic_1.StringType || target instanceof basic_1.CharacterType)
473
473
  && source instanceof basic_1.StructureType
474
474
  && this.isCharLike(source)) {
475
475
  return true;
@@ -65,7 +65,7 @@ class Registry {
65
65
  }
66
66
  static abaplintVersion() {
67
67
  // magic, see build script "version.sh"
68
- return "2.105.25";
68
+ return "2.105.26";
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.105.25",
3
+ "version": "2.105.26",
4
4
  "description": "abaplint - Core API",
5
5
  "main": "build/src/index.js",
6
6
  "typings": "build/abaplint.d.ts",