@abaplint/cli 2.108.5 → 2.108.6

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 +4 -3
  2. package/package.json +2 -2
package/build/cli.js CHANGED
@@ -50559,6 +50559,7 @@ class Transaction extends _abstract_object_1.AbstractObject {
50559
50559
  return (_a = this.parsedXML) === null || _a === void 0 ? void 0 : _a.description;
50560
50560
  }
50561
50561
  parse() {
50562
+ var _a, _b;
50562
50563
  if (this.parsedXML) {
50563
50564
  return { updated: false, runtime: 0 };
50564
50565
  }
@@ -50570,8 +50571,8 @@ class Transaction extends _abstract_object_1.AbstractObject {
50570
50571
  || parsed.abapGit["asx:abap"]["asx:values"] === undefined) {
50571
50572
  return { updated: false, runtime: 0 };
50572
50573
  }
50573
- this.parsedXML.description = parsed.abapGit["asx:abap"]["asx:values"].TSTCT.TTEXT;
50574
- this.parsedXML.programName = parsed.abapGit["asx:abap"]["asx:values"].TSTC.PGMNA;
50574
+ this.parsedXML.description = (_a = parsed.abapGit["asx:abap"]["asx:values"].TSTCT) === null || _a === void 0 ? void 0 : _a.TTEXT;
50575
+ this.parsedXML.programName = (_b = parsed.abapGit["asx:abap"]["asx:values"].TSTC) === null || _b === void 0 ? void 0 : _b.PGMNA;
50575
50576
  const end = Date.now();
50576
50577
  return { updated: true, runtime: end - start };
50577
50578
  }
@@ -51521,7 +51522,7 @@ class Registry {
51521
51522
  }
51522
51523
  static abaplintVersion() {
51523
51524
  // magic, see build script "version.sh"
51524
- return "2.108.5";
51525
+ return "2.108.6";
51525
51526
  }
51526
51527
  getDDICReferences() {
51527
51528
  return this.ddicReferences;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abaplint/cli",
3
- "version": "2.108.5",
3
+ "version": "2.108.6",
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.108.5",
41
+ "@abaplint/core": "^2.108.6",
42
42
  "@types/chai": "^4.3.16",
43
43
  "@types/glob": "^8.1.0",
44
44
  "@types/minimist": "^1.2.5",