@abaplint/cli 2.113.74 → 2.113.75

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 +8 -2
  2. package/package.json +2 -2
package/build/cli.js CHANGED
@@ -52322,6 +52322,11 @@ class Transaction extends _abstract_object_1.AbstractObject {
52322
52322
  allowNamespace: true,
52323
52323
  };
52324
52324
  }
52325
+ getCInfo() {
52326
+ var _a;
52327
+ this.parse();
52328
+ return (_a = this.parsedXML) === null || _a === void 0 ? void 0 : _a.cinfo;
52329
+ }
52325
52330
  getProgramName() {
52326
52331
  var _a;
52327
52332
  this.parse();
@@ -52333,7 +52338,7 @@ class Transaction extends _abstract_object_1.AbstractObject {
52333
52338
  return (_a = this.parsedXML) === null || _a === void 0 ? void 0 : _a.description;
52334
52339
  }
52335
52340
  parse() {
52336
- var _a, _b;
52341
+ var _a, _b, _c;
52337
52342
  if (this.parsedXML) {
52338
52343
  return { updated: false, runtime: 0 };
52339
52344
  }
@@ -52347,6 +52352,7 @@ class Transaction extends _abstract_object_1.AbstractObject {
52347
52352
  }
52348
52353
  this.parsedXML.description = (_a = parsed.abapGit["asx:abap"]["asx:values"].TSTCT) === null || _a === void 0 ? void 0 : _a.TTEXT;
52349
52354
  this.parsedXML.programName = (_b = parsed.abapGit["asx:abap"]["asx:values"].TSTC) === null || _b === void 0 ? void 0 : _b.PGMNA;
52355
+ this.parsedXML.cinfo = (_c = parsed.abapGit["asx:abap"]["asx:values"].TSTC) === null || _c === void 0 ? void 0 : _c.CINFO;
52350
52356
  const end = Date.now();
52351
52357
  return { updated: true, runtime: end - start };
52352
52358
  }
@@ -53342,7 +53348,7 @@ class Registry {
53342
53348
  }
53343
53349
  static abaplintVersion() {
53344
53350
  // magic, see build script "version.sh"
53345
- return "2.113.74";
53351
+ return "2.113.75";
53346
53352
  }
53347
53353
  getDDICReferences() {
53348
53354
  return this.ddicReferences;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abaplint/cli",
3
- "version": "2.113.74",
3
+ "version": "2.113.75",
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.74",
41
+ "@abaplint/core": "^2.113.75",
42
42
  "@types/chai": "^4.3.20",
43
43
  "@types/glob": "^8.1.0",
44
44
  "@types/minimist": "^1.2.5",