@abaplint/cli 2.102.52 → 2.102.53
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
|
@@ -7516,7 +7516,7 @@ const combi_1 = __webpack_require__(/*! ../combi */ "./node_modules/@abaplint/co
|
|
|
7516
7516
|
const _1 = __webpack_require__(/*! . */ "./node_modules/@abaplint/core/build/src/abap/2_statements/expressions/index.js");
|
|
7517
7517
|
class SQLFields extends combi_1.Expression {
|
|
7518
7518
|
getRunnable() {
|
|
7519
|
-
return (0, combi_1.seq)("FIELDS", _1.SQLFieldList);
|
|
7519
|
+
return (0, combi_1.seq)("FIELDS", (0, combi_1.opt)("DISTINCT"), _1.SQLFieldList);
|
|
7520
7520
|
}
|
|
7521
7521
|
}
|
|
7522
7522
|
exports.SQLFields = SQLFields;
|
|
@@ -49149,7 +49149,7 @@ class Registry {
|
|
|
49149
49149
|
}
|
|
49150
49150
|
static abaplintVersion() {
|
|
49151
49151
|
// magic, see build script "version.sh"
|
|
49152
|
-
return "2.102.
|
|
49152
|
+
return "2.102.53";
|
|
49153
49153
|
}
|
|
49154
49154
|
getDDICReferences() {
|
|
49155
49155
|
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.53",
|
|
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.102.
|
|
41
|
+
"@abaplint/core": "^2.102.53",
|
|
42
42
|
"@types/chai": "^4.3.6",
|
|
43
43
|
"@types/glob": "^7.2.0",
|
|
44
44
|
"@types/minimist": "^1.2.3",
|