trm-core 7.4.0 → 7.4.1
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 +5 -0
- package/package.json +2 -2
package/changelog.txt
CHANGED
|
@@ -8,11 +8,16 @@ Legend
|
|
|
8
8
|
+ : added
|
|
9
9
|
- : removed
|
|
10
10
|
|
|
11
|
+
2025-07-29 7.4.1
|
|
12
|
+
-------------------
|
|
13
|
+
! trm-commons ^2.0.0
|
|
14
|
+
|
|
11
15
|
2025-07-29 7.4.0
|
|
12
16
|
-------------------
|
|
13
17
|
- dependency install doesn't ask for cust/lang/package replacements anymore if not needed
|
|
14
18
|
! install asks for cust/lang/package replacements when not provided by default parameter
|
|
15
19
|
! import logger shows package name
|
|
20
|
+
! trm-commons ^1.1.0
|
|
16
21
|
! trm-server ^5.0.0
|
|
17
22
|
! set/overwrite dependencies with or without automatic detection
|
|
18
23
|
+ manifest template for post activities, trm dependency and sap entries
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "trm-core",
|
|
3
|
-
"version": "7.4.
|
|
3
|
+
"version": "7.4.1",
|
|
4
4
|
"description": "TRM (Transport Request Manager) Core",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
"semver": "^7.5.4",
|
|
63
63
|
"semver-sort": "^1.0.0",
|
|
64
64
|
"spdx-license-ids": "^3.0.13",
|
|
65
|
-
"trm-commons": "^
|
|
65
|
+
"trm-commons": "^2.0.0",
|
|
66
66
|
"trm-registry-types": "^1.1.1",
|
|
67
67
|
"uuid": "^9.0.1",
|
|
68
68
|
"xml-beautify": "^1.2.3",
|