@axway/amplify-request 4.0.2 → 4.0.4
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.4 (July 28, 2025)
|
|
2
|
+
|
|
3
|
+
- chore: Fixed Issue with "axway org user list" command.
|
|
4
|
+
([APIGOV-30670](https://jira.axway.com/browse/APIGOV-30907))
|
|
5
|
+
|
|
6
|
+
# v4.0.3 (June 26, 2025)
|
|
7
|
+
|
|
8
|
+
- chore: Security Updates.
|
|
9
|
+
([APIGOV-30670](https://jira.axway.com/browse/APIGOV-30670))
|
|
10
|
+
|
|
1
11
|
# v4.0.2 (May 16, 2025)
|
|
2
12
|
|
|
3
13
|
- BREAKING CHANGE: Node.js version upgrade to 20.18.2 (minimum) and conversion to ES Modules.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@axway/amplify-request",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.4",
|
|
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.4",
|
|
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": "da08c0e52e5c79023e0c645c726fda0c0eaee70e"
|
|
49
49
|
}
|