@axway/amplify-config 4.0.0 → 4.0.1

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 CHANGED
@@ -1,3 +1,7 @@
1
+ # v4.0.1 (Oct 18, 2021)
2
+
3
+ * chore: Updated dependencies.
4
+
1
5
  # v4.0.0 (Sep 24, 2021)
2
6
 
3
7
  * BREAKING CHANGE: Require Node.js 12.13.0 LTS or newer.
package/dist/index.js CHANGED
@@ -3,7 +3,6 @@
3
3
  Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
- exports.loadConfig = loadConfig;
7
6
  Object.defineProperty(exports, "Config", {
8
7
  enumerable: true,
9
8
  get: function () {
@@ -11,6 +10,7 @@ Object.defineProperty(exports, "Config", {
11
10
  }
12
11
  });
13
12
  exports.default = exports.configFile = void 0;
13
+ exports.loadConfig = loadConfig;
14
14
 
15
15
  var _configKit = _interopRequireDefault(require("config-kit"));
16
16
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@axway/amplify-config",
3
- "version": "4.0.0",
3
+ "version": "4.0.1",
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.0",
27
+ "@axway/amplify-utils": "^1.0.1",
28
28
  "config-kit": "^1.7.1",
29
29
  "fs-extra": "^10.0.0",
30
30
  "source-map-support": "^0.5.20"
@@ -38,5 +38,5 @@
38
38
  "engines": {
39
39
  "node": ">=12.13.0"
40
40
  },
41
- "gitHead": "45409c7d93613bc5041e030bab6a5f300b8da6c0"
41
+ "gitHead": "42d08cc87330df0d28b42758d85590e2d4303e52"
42
42
  }