trm-client 4.2.1 → 4.3.0
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 +11 -6
- package/package.json +2 -2
package/changelog.txt
CHANGED
|
@@ -8,15 +8,20 @@ Legend
|
|
|
8
8
|
+ : added
|
|
9
9
|
- : removed
|
|
10
10
|
|
|
11
|
-
2025-
|
|
11
|
+
2025-04-28 v4.3.0
|
|
12
12
|
-------------------
|
|
13
13
|
|
|
14
|
-
!
|
|
15
|
-
- trm dependencies on client
|
|
16
|
-
+ content command
|
|
17
|
-
+ pack/import command
|
|
14
|
+
! trm-core ^6.4.1
|
|
18
15
|
|
|
19
16
|
2025-04-23 v4.2.1
|
|
20
17
|
-------------------
|
|
21
18
|
|
|
22
|
-
* node-r3trans version read
|
|
19
|
+
* node-r3trans version read
|
|
20
|
+
|
|
21
|
+
2025-02-26 v4.2.0
|
|
22
|
+
-------------------
|
|
23
|
+
|
|
24
|
+
! connect to registry via option
|
|
25
|
+
- trm dependencies on client
|
|
26
|
+
+ content command
|
|
27
|
+
+ pack/import command
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "trm-client",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.3.0",
|
|
4
4
|
"description": "TRM (Transport Request Manager) Client",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"ini": "^4.1.1",
|
|
46
46
|
"node-html-parser": "^6.1.13",
|
|
47
47
|
"semver": "^7.5.4",
|
|
48
|
-
"trm-core": "^6.
|
|
48
|
+
"trm-core": "^6.4.1",
|
|
49
49
|
"trm-registry-types": "^1.2.0",
|
|
50
50
|
"xml2js": "^0.6.2"
|
|
51
51
|
},
|