@axway/amplify-config 4.0.5 → 4.0.8

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 +12 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,3 +1,15 @@
1
+ # v4.0.8 (Mar 28, 2022)
2
+
3
+ * chore: Updated dependencies.
4
+
5
+ # v4.0.7 (Feb 16, 2022)
6
+
7
+ * chore: Updated dependencies.
8
+
9
+ # v4.0.6 (Feb 2, 2022)
10
+
11
+ * chore: Updated dependencies.
12
+
1
13
  # v4.0.5 (Jan 14, 2022)
2
14
 
3
15
  * chore: Updated dependencies.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@axway/amplify-config",
3
- "version": "4.0.5",
3
+ "version": "4.0.8",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -24,13 +24,13 @@
24
24
  "test": "gulp test"
25
25
  },
26
26
  "dependencies": {
27
- "@axway/amplify-utils": "^1.0.5",
27
+ "@axway/amplify-utils": "^1.0.8",
28
28
  "config-kit": "^1.7.2",
29
- "fs-extra": "^10.0.0",
29
+ "fs-extra": "^10.0.1",
30
30
  "source-map-support": "^0.5.21"
31
31
  },
32
32
  "devDependencies": {
33
- "@axway/gulp-tasks": "^4.0.3"
33
+ "@axway/gulp-tasks": "^4.1.4"
34
34
  },
35
35
  "homepage": "https://github.com/appcelerator/amplify-tooling#readme",
36
36
  "bugs": "https://github.com/appcelerator/amplify-tooling/issues",
@@ -38,5 +38,5 @@
38
38
  "engines": {
39
39
  "node": ">=12.13.0"
40
40
  },
41
- "gitHead": "23644d45ef3a402e435a840f6e82cabba4ac9b44"
41
+ "gitHead": "ee87fe59fe037ebdb10b82f51846f40895f3c4bd"
42
42
  }