@abaplint/cli 2.112.2 → 2.112.3

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.
Files changed (2) hide show
  1. package/build/cli.js +2 -2
  2. package/package.json +2 -2
package/build/cli.js CHANGED
@@ -52404,7 +52404,7 @@ class Registry {
52404
52404
  }
52405
52405
  static abaplintVersion() {
52406
52406
  // magic, see build script "version.sh"
52407
- return "2.112.2";
52407
+ return "2.112.3";
52408
52408
  }
52409
52409
  getDDICReferences() {
52410
52410
  return this.ddicReferences;
@@ -72756,7 +72756,7 @@ DATA: BEGIN OF blah ##NEEDED,
72756
72756
  if (p === undefined) {
72757
72757
  return [];
72758
72758
  }
72759
- const concat = next.concatTokens().toUpperCase();
72759
+ const concat = (next === null || next === void 0 ? void 0 : next.concatTokens().toUpperCase()) || "";
72760
72760
  if (concat.includes(" SY-SUBRC")) {
72761
72761
  const message = "SUBRC_OK can be removed as sy-subrc is checked";
72762
72762
  const fix = edit_helper_1.EditHelper.deleteToken(file, p);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abaplint/cli",
3
- "version": "2.112.2",
3
+ "version": "2.112.3",
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.112.2",
41
+ "@abaplint/core": "^2.112.3",
42
42
  "@types/chai": "^4.3.16",
43
43
  "@types/glob": "^8.1.0",
44
44
  "@types/minimist": "^1.2.5",