@axway/amplify-request 4.0.3 → 4.0.5
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.md +10 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,13 @@
|
|
|
1
|
+
# v4.0.5 (July 28, 2025)
|
|
2
|
+
|
|
3
|
+
- chore: Fixed Issue with "axway team user add" command.
|
|
4
|
+
([APIGOV-30889](https://jira.axway.com/browse/APIGOV-30889))
|
|
5
|
+
|
|
6
|
+
# v4.0.4 (July 28, 2025)
|
|
7
|
+
|
|
8
|
+
- chore: Fixed Issue with "axway org user list" command.
|
|
9
|
+
([APIGOV-30670](https://jira.axway.com/browse/APIGOV-30907))
|
|
10
|
+
|
|
1
11
|
# v4.0.3 (June 26, 2025)
|
|
2
12
|
|
|
3
13
|
- chore: Security Updates.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@axway/amplify-request",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.5",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"test": "gulp test"
|
|
29
29
|
},
|
|
30
30
|
"dependencies": {
|
|
31
|
-
"@axway/amplify-utils": "^2.0.
|
|
31
|
+
"@axway/amplify-utils": "^2.0.5",
|
|
32
32
|
"got": "^11.8.5",
|
|
33
33
|
"http-proxy-agent": "^5.0.0",
|
|
34
34
|
"https-proxy-agent": "^5.0.1",
|
|
@@ -45,5 +45,5 @@
|
|
|
45
45
|
"engines": {
|
|
46
46
|
"node": ">=20.18.2"
|
|
47
47
|
},
|
|
48
|
-
"gitHead": "
|
|
48
|
+
"gitHead": "a016ca80d4968586a0419fb348382573ba1c32e2"
|
|
49
49
|
}
|