@axway/amplify-config 4.0.11 → 4.0.13

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 +55 -43
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,132 +1,144 @@
1
+ # v4.0.12 (Jan 23, 2024)
2
+
3
+ - chore: Updated dependencies.
4
+
5
+ # v4.0.11 (Nov 8, 2023)
6
+
7
+ - chore: Updated dependencies.
8
+
9
+ # v4.0.10 (Nov 8, 2023)
10
+
11
+ - chore: Updated dependencies.
12
+
1
13
  # v4.0.9 (May 11, 2022)
2
14
 
3
- * chore: Updated dependencies.
15
+ - chore: Updated dependencies.
4
16
 
5
17
  # v4.0.8 (Mar 28, 2022)
6
18
 
7
- * chore: Updated dependencies.
19
+ - chore: Updated dependencies.
8
20
 
9
21
  # v4.0.7 (Feb 16, 2022)
10
22
 
11
- * chore: Updated dependencies.
23
+ - chore: Updated dependencies.
12
24
 
13
25
  # v4.0.6 (Feb 2, 2022)
14
26
 
15
- * chore: Updated dependencies.
27
+ - chore: Updated dependencies.
16
28
 
17
29
  # v4.0.5 (Jan 14, 2022)
18
30
 
19
- * chore: Updated dependencies.
31
+ - chore: Updated dependencies.
20
32
 
21
33
  # v4.0.4 (Dec 21, 2021)
22
34
 
23
- * chore: Updated dependencies.
35
+ - chore: Updated dependencies.
24
36
 
25
37
  # v4.0.3 (Dec 2, 2021)
26
38
 
27
- * chore: Updated dependencies.
39
+ - chore: Updated dependencies.
28
40
 
29
41
  # v4.0.2 (Nov 5, 2021)
30
42
 
31
- * chore: Updated dependencies.
43
+ - chore: Updated dependencies.
32
44
 
33
45
  # v4.0.1 (Oct 18, 2021)
34
46
 
35
- * chore: Updated dependencies.
47
+ - chore: Updated dependencies.
36
48
 
37
49
  # v4.0.0 (Sep 24, 2021)
38
50
 
39
- * BREAKING CHANGE: Require Node.js 12.13.0 LTS or newer.
40
- ([APIGOV-19220](https://jira.axway.com/browse/APIGOV-19220))
41
- * refactor: Replaced `appcd-*` libraries with `@axway/amplify-utils`.
42
- ([APIGOV-20264](https://jira.axway.com/browse/APIGOV-20264))
51
+ - BREAKING CHANGE: Require Node.js 12.13.0 LTS or newer.
52
+ ([APIGOV-19220](https://jira.axway.com/browse/APIGOV-19220))
53
+ - refactor: Replaced `appcd-*` libraries with `@axway/amplify-utils`.
54
+ ([APIGOV-20264](https://jira.axway.com/browse/APIGOV-20264))
43
55
 
44
56
  # v3.1.0 (Jul 30, 2021)
45
57
 
46
- * feat: Updated `config-kit` and `appcd-fs` to add support for applying parent directory
47
- ownership when being executed as sudo.
48
- ([APIGOV-19102](https://jira.axway.com/browse/APIGOV-19102))
58
+ - feat: Updated `config-kit` and `appcd-fs` to add support for applying parent directory
59
+ ownership when being executed as sudo.
60
+ ([APIGOV-19102](https://jira.axway.com/browse/APIGOV-19102))
49
61
 
50
62
  # v3.0.10 (May 11, 2021)
51
63
 
52
- * chore: Updated dependencies.
64
+ - chore: Updated dependencies.
53
65
 
54
66
  # v3.0.9 (Apr 27, 2021)
55
67
 
56
- * chore: Updated dependencies.
68
+ - chore: Updated dependencies.
57
69
 
58
70
  # v3.0.8 (Apr 21, 2021)
59
71
 
60
- * chore: Updated dependencies.
72
+ - chore: Updated dependencies.
61
73
 
62
74
  # v3.0.7 (Jan 20, 2021)
63
75
 
64
- * chore: Updated dependencies.
76
+ - chore: Updated dependencies.
65
77
 
66
78
  # v3.0.6 (Jan 5, 2021)
67
79
 
68
- * chore: Updated dependencies.
80
+ - chore: Updated dependencies.
69
81
 
70
82
  # v3.0.5 (Dec 1, 2020)
71
83
 
72
- * chore: Updated dependencies.
84
+ - chore: Updated dependencies.
73
85
 
74
86
  # v3.0.4 (Nov 18, 2020)
75
87
 
76
- * chore: Updated dependencies.
88
+ - chore: Updated dependencies.
77
89
 
78
90
  # v3.0.3 (Nov 12, 2020)
79
91
 
80
- * fix: Fixed bug writing migrated config file.
92
+ - fix: Fixed bug writing migrated config file.
81
93
 
82
94
  # v3.0.2 (Nov 10, 2020)
83
95
 
84
- * fix: Removed migration of extensions due to issues if command is cancelled while copying.
85
- * chore: Updated dependencies.
96
+ - fix: Removed migration of extensions due to issues if command is cancelled while copying.
97
+ - chore: Updated dependencies.
86
98
 
87
99
  # v3.0.1 (Oct 26, 2020)
88
100
 
89
- * fix: Copy extension packages during first time migration from AMPLIFY CLI structure.
90
- ([CLI-103](https://jira.axway.com/browse/CLI-103))
101
+ - fix: Copy extension packages during first time migration from AMPLIFY CLI structure.
102
+ ([CLI-103](https://jira.axway.com/browse/CLI-103))
91
103
 
92
104
  # v3.0.0 (Oct 21, 2020)
93
105
 
94
- * BREAKING CHANGE: Updated AMPLIFY CLI references to Axway CLI. The config file was moved from
95
- `~/.axway/amplify-cli/amplify-cli.json` to `~/.axway/axway-cli/config.json`.
96
- ([CLI-100](https://jira.axway.com/browse/CLI-100))
106
+ - BREAKING CHANGE: Updated AMPLIFY CLI references to Axway CLI. The config file was moved from
107
+ `~/.axway/amplify-cli/amplify-cli.json` to `~/.axway/axway-cli/config.json`.
108
+ ([CLI-100](https://jira.axway.com/browse/CLI-100))
97
109
 
98
110
  # v2.1.3 (Oct 1, 2020)
99
111
 
100
- * fix: Removed `preferGlobal` package setting.
112
+ - fix: Removed `preferGlobal` package setting.
101
113
 
102
114
  # v2.1.2 (Aug 27, 2020)
103
115
 
104
- * No changes. Lerna forced version bump.
116
+ - No changes. Lerna forced version bump.
105
117
 
106
118
  # v2.1.1 (Aug 6, 2020)
107
119
 
108
- * fix: Update extension paths in config file when migrating to new AMPLIFY CLI home directory.
120
+ - fix: Update extension paths in config file when migrating to new AMPLIFY CLI home directory.
109
121
 
110
122
  # v2.1.0 (Aug 6, 2020)
111
123
 
112
- * refactor: Moved AMPLIFY CLI config file from `~/.axway` to `~/.axway/amplify-cli`.
113
- * chore: Updated dependencies.
124
+ - refactor: Moved AMPLIFY CLI config file from `~/.axway` to `~/.axway/amplify-cli`.
125
+ - chore: Updated dependencies.
114
126
 
115
127
  # v2.0.3 (Jul 24, 2020)
116
128
 
117
- * chore: Updated dependencies.
129
+ - chore: Updated dependencies.
118
130
 
119
131
  # v2.0.2 (Jul 2, 2020)
120
132
 
121
- * chore: Updated dependencies.
133
+ - chore: Updated dependencies.
122
134
 
123
135
  # v2.0.1 (Jun 12, 2020)
124
136
 
125
- * chore: Updated dependencies.
137
+ - chore: Updated dependencies.
126
138
 
127
139
  # v2.0.0 (May 5, 2020)
128
140
 
129
- * BREAKING CHANGE: Dropped support for Node.js 10.12.0 and older.
130
- ([CLI-89](https://jira.axway.com/browse/CLI-89))
131
- * refactor: Replaced `appcd-config` with `config-kit`.
132
- * chore: Updated dependencies.
141
+ - BREAKING CHANGE: Dropped support for Node.js 10.12.0 and older.
142
+ ([CLI-89](https://jira.axway.com/browse/CLI-89))
143
+ - refactor: Replaced `appcd-config` with `config-kit`.
144
+ - chore: Updated dependencies.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@axway/amplify-config",
3
- "version": "4.0.11",
3
+ "version": "4.0.13",
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.11",
27
+ "@axway/amplify-utils": "^1.0.13",
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": "c90d86408ea684d759523724632c723af93298cf"
41
+ "gitHead": "4f9d26f5e81182d09da0a90ec6e8389dc4d6f442"
42
42
  }