@axway/amplify-request 4.0.5 → 4.1.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.md +10 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,13 @@
|
|
|
1
|
+
# v4.1.0 (Mar 03, 2026)
|
|
2
|
+
|
|
3
|
+
- chore: Add support for preproduction environment.
|
|
4
|
+
([APIGOV-32150](https://jira.axway.com/browse/APIGOV-32150))
|
|
5
|
+
|
|
6
|
+
# v4.0.6 (Jan 22, 2026)
|
|
7
|
+
|
|
8
|
+
- chore: Fixed Issue with org select redirection timeout.
|
|
9
|
+
([APIGOV-30889](https://jira.axway.com/browse/APIGOV-30889))
|
|
10
|
+
|
|
1
11
|
# v4.0.5 (July 28, 2025)
|
|
2
12
|
|
|
3
13
|
- chore: Fixed Issue with "axway team user add" command.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@axway/amplify-request",
|
|
3
|
-
"version": "4.0
|
|
3
|
+
"version": "4.1.0",
|
|
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.1.0",
|
|
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": "78a7d2b93b34062d49aaaed9c6c2124142e1c438"
|
|
49
49
|
}
|