trm-core 8.2.1 → 8.2.2

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/changelog.txt CHANGED
@@ -8,6 +8,10 @@ Legend
8
8
  + : added
9
9
  - : removed
10
10
 
11
+ 2026-02-17 v8.2.2
12
+ -------------------
13
+ * customer package indicator
14
+
11
15
  2026-02-17 v8.2.1
12
16
  -------------------
13
17
  ! object dependency structure
@@ -92,7 +92,7 @@ class PackageDependencies {
92
92
  const abapPackage = yield systemConnector_1.SystemConnector.getDevclass(root);
93
93
  packageIndex = this.abapPackageDependencies.push({
94
94
  abapPackage: abapPackage,
95
- isCustomerPackage: !!abapPackage.tpclass,
95
+ isCustomerPackage: !abapPackage.tpclass,
96
96
  entries: []
97
97
  }) - 1;
98
98
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "trm-core",
3
- "version": "8.2.1",
3
+ "version": "8.2.2",
4
4
  "description": "TRM (Transport Request Manager) Core",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",