@axway/amplify-request 4.0.1 → 4.0.3
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.3 (June 26, 2025)
|
|
2
|
+
|
|
3
|
+
- chore: Security Updates.
|
|
4
|
+
([APIGOV-30670](https://jira.axway.com/browse/APIGOV-30670))
|
|
5
|
+
|
|
6
|
+
# v4.0.2 (May 16, 2025)
|
|
7
|
+
|
|
8
|
+
- BREAKING CHANGE: Node.js version upgrade to 20.18.2 (minimum) and conversion to ES Modules.
|
|
9
|
+
([APIGOV-27923](https://jira.axway.com/browse/APIGOV-29723))
|
|
10
|
+
|
|
1
11
|
# v4.0.1 (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.3",
|
|
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.3",
|
|
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": "998764aad3f4b1d9d99aa459275819d4fe5d69ba"
|
|
49
49
|
}
|