@abaplint/cli 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.
- package/build/cli.js +2 -2
- package/package.json +2 -2
package/build/cli.js
CHANGED
|
@@ -22768,7 +22768,7 @@ class TypeUtils {
|
|
|
22768
22768
|
if (source instanceof basic_1.TableType && source.isWithHeader() === false) {
|
|
22769
22769
|
return false;
|
|
22770
22770
|
}
|
|
22771
|
-
else if (target instanceof basic_1.StringType
|
|
22771
|
+
else if ((target instanceof basic_1.StringType || target instanceof basic_1.CharacterType)
|
|
22772
22772
|
&& source instanceof basic_1.StructureType
|
|
22773
22773
|
&& this.isCharLike(source)) {
|
|
22774
22774
|
return true;
|
|
@@ -51336,7 +51336,7 @@ class Registry {
|
|
|
51336
51336
|
}
|
|
51337
51337
|
static abaplintVersion() {
|
|
51338
51338
|
// magic, see build script "version.sh"
|
|
51339
|
-
return "2.105.
|
|
51339
|
+
return "2.105.26";
|
|
51340
51340
|
}
|
|
51341
51341
|
getDDICReferences() {
|
|
51342
51342
|
return this.ddicReferences;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@abaplint/cli",
|
|
3
|
-
"version": "2.105.
|
|
3
|
+
"version": "2.105.26",
|
|
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.105.
|
|
41
|
+
"@abaplint/core": "^2.105.26",
|
|
42
42
|
"@types/chai": "^4.3.12",
|
|
43
43
|
"@types/glob": "^8.1.0",
|
|
44
44
|
"@types/minimist": "^1.2.5",
|