@axway/amplify-config 4.0.13 → 4.0.14

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 +4 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ # v4.0.13 (May 31, 2024)
2
+
3
+ - chore: Updated dependencies.
4
+
1
5
  # v4.0.12 (Jan 23, 2024)
2
6
 
3
7
  - chore: Updated dependencies.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@axway/amplify-config",
3
- "version": "4.0.13",
3
+ "version": "4.0.14",
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": "^1.0.13",
27
+ "@axway/amplify-utils": "^1.0.14",
28
28
  "config-kit": "^1.7.2",
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": ">=12.13.0"
40
40
  },
41
- "gitHead": "4f9d26f5e81182d09da0a90ec6e8389dc4d6f442"
41
+ "gitHead": "84ff3493541650e2a92309d9678074e08d8140fd"
42
42
  }