@abaplint/cli 2.113.236 → 2.113.237
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 -2
- package/package.json +2 -2
package/build/cli.js
CHANGED
|
@@ -13367,7 +13367,8 @@ class Field {
|
|
|
13367
13367
|
const wit = (0, combi_1.seq)("WITH", expressions_1.FieldChain);
|
|
13368
13368
|
const cond = (0, combi_1.seq)(expressions_1.FieldChain, "=", expressions_1.FieldChain);
|
|
13369
13369
|
const where = (0, combi_1.seq)(cond, (0, combi_1.starPrio)((0, combi_1.seq)("AND", cond)));
|
|
13370
|
-
const
|
|
13370
|
+
const into = (0, combi_1.seq)("INTO", expressions_1.FieldChain);
|
|
13371
|
+
const select = (0, combi_1.seq)("SELECT * FROM", expressions_1.FieldChain, "WHERE", where, (0, combi_1.opt)(into), (0, combi_1.opt)("WHENEVER NOT FOUND SEND ERRORMESSAGE"));
|
|
13371
13372
|
const ret = (0, combi_1.seq)("FIELD", expressions_1.FieldChain, (0, combi_1.opt)((0, combi_1.altPrio)(module, values, wit, select)));
|
|
13372
13373
|
return (0, combi_1.verNot)(version_1.Version.Cloud, ret);
|
|
13373
13374
|
}
|
|
@@ -54835,7 +54836,7 @@ class Registry {
|
|
|
54835
54836
|
}
|
|
54836
54837
|
static abaplintVersion() {
|
|
54837
54838
|
// magic, see build script "version.sh"
|
|
54838
|
-
return "2.113.
|
|
54839
|
+
return "2.113.237";
|
|
54839
54840
|
}
|
|
54840
54841
|
getDDICReferences() {
|
|
54841
54842
|
return this.ddicReferences;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@abaplint/cli",
|
|
3
|
-
"version": "2.113.
|
|
3
|
+
"version": "2.113.237",
|
|
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.113.
|
|
41
|
+
"@abaplint/core": "^2.113.237",
|
|
42
42
|
"@types/chai": "^4.3.20",
|
|
43
43
|
"@types/minimist": "^1.2.5",
|
|
44
44
|
"@types/mocha": "^10.0.10",
|