@axway/amplify-config 5.0.6 → 5.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +5 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,3 +1,8 @@
1
+ # v5.1.0 (Mar 03, 2026)
2
+
3
+ - chore: Add support for preproduction environment.
4
+ ([APIGOV-32150](https://jira.axway.com/browse/APIGOV-32150))
5
+
1
6
  # v5.0.6 (Jan 22, 2026)
2
7
 
3
8
  - chore: Fixed Issue with org select redirection timeout.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@axway/amplify-config",
3
- "version": "5.0.6",
3
+ "version": "5.1.0",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -24,7 +24,7 @@
24
24
  "test": "gulp test"
25
25
  },
26
26
  "dependencies": {
27
- "@axway/amplify-utils": "^2.0.6",
27
+ "@axway/amplify-utils": "^2.1.0",
28
28
  "config-kit": "^2.1.0",
29
29
  "fs-extra": "^10.1.0",
30
30
  "source-map-support": "^0.5.21"
@@ -38,5 +38,5 @@
38
38
  "engines": {
39
39
  "node": ">=20.18.2"
40
40
  },
41
- "gitHead": "712475ae2c3768f5baf34938e41213b8060bdfff"
41
+ "gitHead": "78a7d2b93b34062d49aaaed9c6c2124142e1c438"
42
42
  }