@abaplint/cli 2.102.45 → 2.102.46
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 +3 -4
- package/package.json +5 -5
package/build/cli.js
CHANGED
|
@@ -21792,11 +21792,10 @@ class TypeUtils {
|
|
|
21792
21792
|
}
|
|
21793
21793
|
}
|
|
21794
21794
|
else if (source instanceof basic_1.IntegerType) {
|
|
21795
|
-
if (target instanceof basic_1.StringType
|
|
21796
|
-
|| target instanceof basic_1.PackedType) {
|
|
21795
|
+
if (target instanceof basic_1.StringType) {
|
|
21797
21796
|
return false;
|
|
21798
21797
|
}
|
|
21799
|
-
else if (target instanceof basic_1.Integer8Type) {
|
|
21798
|
+
else if (target instanceof basic_1.Integer8Type || target instanceof basic_1.PackedType) {
|
|
21800
21799
|
if (((_h = source.getAbstractTypeData()) === null || _h === void 0 ? void 0 : _h.derivedFromConstant) === true) {
|
|
21801
21800
|
return true;
|
|
21802
21801
|
}
|
|
@@ -48934,7 +48933,7 @@ class Registry {
|
|
|
48934
48933
|
}
|
|
48935
48934
|
static abaplintVersion() {
|
|
48936
48935
|
// magic, see build script "version.sh"
|
|
48937
|
-
return "2.102.
|
|
48936
|
+
return "2.102.46";
|
|
48938
48937
|
}
|
|
48939
48938
|
getDDICReferences() {
|
|
48940
48939
|
return this.ddicReferences;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@abaplint/cli",
|
|
3
|
-
"version": "2.102.
|
|
3
|
+
"version": "2.102.46",
|
|
4
4
|
"description": "abaplint - Command Line Interface",
|
|
5
5
|
"funding": "https://github.com/sponsors/larshp",
|
|
6
6
|
"bin": {
|
|
@@ -38,19 +38,19 @@
|
|
|
38
38
|
},
|
|
39
39
|
"homepage": "https://abaplint.org",
|
|
40
40
|
"devDependencies": {
|
|
41
|
-
"@abaplint/core": "^2.102.
|
|
41
|
+
"@abaplint/core": "^2.102.46",
|
|
42
42
|
"@types/chai": "^4.3.6",
|
|
43
43
|
"@types/glob": "^7.2.0",
|
|
44
44
|
"@types/minimist": "^1.2.2",
|
|
45
45
|
"@types/mocha": "^10.0.1",
|
|
46
|
-
"@types/node": "^20.6.
|
|
46
|
+
"@types/node": "^20.6.5",
|
|
47
47
|
"@types/progress": "^2.0.5",
|
|
48
48
|
"chai": "^4.3.8",
|
|
49
49
|
"chalk": "^5.3.0",
|
|
50
|
-
"eslint": "^8.
|
|
50
|
+
"eslint": "^8.50.0",
|
|
51
51
|
"glob": "^7.2.3",
|
|
52
52
|
"json5": "^2.2.3",
|
|
53
|
-
"memfs": "^4.
|
|
53
|
+
"memfs": "^4.4.0",
|
|
54
54
|
"minimist": "^1.2.8",
|
|
55
55
|
"mocha": "^10.2.0",
|
|
56
56
|
"progress": "^2.0.3",
|