@storm-software/terraform-tools 0.54.39 → 0.54.41
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 +220 -120
- package/README.md +7 -7
- package/dist/{chunk-R7DU2APC.mjs → chunk-2BPV2XV2.mjs} +1 -1
- package/dist/{chunk-KU7XQWZI.js → chunk-67G4XZWI.js} +477 -558
- package/dist/{chunk-CGSFJIIU.js → chunk-6JNJXZFJ.js} +2 -2
- package/dist/{chunk-ISD3KOJH.js → chunk-7EE3ZWHR.js} +94 -21
- package/dist/{chunk-U4KXII2A.js → chunk-7QES4OFY.js} +3 -3
- package/dist/{chunk-X5SGDD4A.mjs → chunk-B73EOUKJ.mjs} +2 -2
- package/dist/{chunk-WWB3SZR5.mjs → chunk-CU3WSB7P.mjs} +1 -1
- package/dist/{chunk-3WK6TOEQ.mjs → chunk-FIYCZYZ5.mjs} +1 -1
- package/dist/{chunk-HLHB472M.js → chunk-IJO2IHPY.js} +2 -2
- package/dist/{chunk-WFNWZFRJ.js → chunk-MLGQ6TX6.js} +2 -2
- package/dist/{chunk-M5ME7ATW.mjs → chunk-NJ3UD3AW.mjs} +94 -21
- package/dist/{chunk-G7Z6MEYZ.js → chunk-NYWVLPFT.js} +2 -2
- package/dist/{chunk-IYCLXMY5.mjs → chunk-T6WPHTRX.mjs} +1 -1
- package/dist/{chunk-R3BFLMXQ.mjs → chunk-TB4YXZBF.mjs} +1 -1
- package/dist/{chunk-V74I37PF.mjs → chunk-WGOCJVNM.mjs} +327 -408
- package/dist/executors.js +6 -6
- package/dist/executors.mjs +7 -7
- package/dist/generators.js +3 -3
- package/dist/generators.mjs +3 -3
- package/dist/index.js +10 -10
- package/dist/index.mjs +10 -10
- package/dist/src/base/base-terraform-executor.untyped.mjs +1 -1
- package/dist/src/base/index.js +3 -3
- package/dist/src/base/index.mjs +3 -3
- package/dist/src/base/terraform-executor.d.mts +67 -3
- package/dist/src/base/terraform-executor.d.ts +67 -3
- package/dist/src/base/terraform-executor.js +3 -3
- package/dist/src/base/terraform-executor.mjs +3 -3
- package/dist/src/executors/apply/executor.js +4 -4
- package/dist/src/executors/apply/executor.mjs +4 -4
- package/dist/src/executors/destroy/executor.js +4 -4
- package/dist/src/executors/destroy/executor.mjs +4 -4
- package/dist/src/executors/output/executor.js +4 -4
- package/dist/src/executors/output/executor.mjs +4 -4
- package/dist/src/executors/plan/executor.js +4 -4
- package/dist/src/executors/plan/executor.mjs +4 -4
- package/dist/src/generators/init/init.js +3 -3
- package/dist/src/generators/init/init.mjs +3 -3
- package/dist/tsup.config.mjs +1 -1
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,166 +1,215 @@
|
|
|
1
|
+

|
|
2
|
+
|
|
3
|
+
# Changelog for Storm Ops - Terraform Tools
|
|
4
|
+
|
|
5
|
+
## [0.54.41](https://github.com/storm-software/storm-ops/releases/tag/terraform-tools%400.54.41) (2025-03-17)
|
|
6
|
+
|
|
7
|
+
### Miscellaneous
|
|
8
|
+
|
|
9
|
+
- **monorepo:** Regenerate README markdown files
|
|
10
|
+
([90d1828f9](https://github.com/storm-software/storm-ops/commit/90d1828f9))
|
|
11
|
+
|
|
12
|
+
## [0.54.40](https://github.com/storm-software/storm-ops/releases/tag/terraform-tools%400.54.40) (2025-03-17)
|
|
13
|
+
|
|
14
|
+
### Miscellaneous
|
|
15
|
+
|
|
16
|
+
- **monorepo:** Reformat CHANGELOG markdown files
|
|
17
|
+
([8d5d61c71](https://github.com/storm-software/storm-ops/commit/8d5d61c71))
|
|
18
|
+
- **monorepo:** Regenerate README markdown files
|
|
19
|
+
([d085829dc](https://github.com/storm-software/storm-ops/commit/d085829dc))
|
|
20
|
+
|
|
1
21
|
## 0.54.39 (2025-02-06)
|
|
2
22
|
|
|
3
23
|
### Miscellaneous
|
|
4
24
|
|
|
5
|
-
- **monorepo:** Regenerate README markdown files
|
|
25
|
+
- **monorepo:** Regenerate README markdown files
|
|
26
|
+
([1b886df47](https://github.com/storm-software/storm-ops/commit/1b886df47))
|
|
6
27
|
|
|
7
28
|
## 0.54.38 (2025-02-05)
|
|
8
29
|
|
|
9
30
|
### Miscellaneous
|
|
10
31
|
|
|
11
|
-
- **monorepo:** Regenerate README markdown files
|
|
32
|
+
- **monorepo:** Regenerate README markdown files
|
|
33
|
+
([93412b8ef](https://github.com/storm-software/storm-ops/commit/93412b8ef))
|
|
12
34
|
|
|
13
35
|
## 0.54.37 (2025-02-05)
|
|
14
36
|
|
|
15
37
|
### Miscellaneous
|
|
16
38
|
|
|
17
|
-
- **monorepo:** Regenerate README markdown files
|
|
39
|
+
- **monorepo:** Regenerate README markdown files
|
|
40
|
+
([de6ae2b84](https://github.com/storm-software/storm-ops/commit/de6ae2b84))
|
|
18
41
|
|
|
19
42
|
## 0.54.36 (2025-02-05)
|
|
20
43
|
|
|
21
44
|
### Miscellaneous
|
|
22
45
|
|
|
23
|
-
- **monorepo:** Regenerate README markdown files
|
|
46
|
+
- **monorepo:** Regenerate README markdown files
|
|
47
|
+
([79e7315d9](https://github.com/storm-software/storm-ops/commit/79e7315d9))
|
|
24
48
|
|
|
25
49
|
## 0.54.35 (2025-02-05)
|
|
26
50
|
|
|
27
51
|
### Miscellaneous
|
|
28
52
|
|
|
29
|
-
- **monorepo:** Regenerated README markdown files
|
|
53
|
+
- **monorepo:** Regenerated README markdown files
|
|
54
|
+
([2488fa0a7](https://github.com/storm-software/storm-ops/commit/2488fa0a7))
|
|
30
55
|
|
|
31
56
|
## 0.54.34 (2025-02-04)
|
|
32
57
|
|
|
33
58
|
### Miscellaneous
|
|
34
59
|
|
|
35
|
-
- **monorepo:** Regenerate README markdown files
|
|
60
|
+
- **monorepo:** Regenerate README markdown files
|
|
61
|
+
([f151d13e9](https://github.com/storm-software/storm-ops/commit/f151d13e9))
|
|
36
62
|
|
|
37
63
|
## 0.54.33 (2025-02-04)
|
|
38
64
|
|
|
39
65
|
### Miscellaneous
|
|
40
66
|
|
|
41
|
-
- **monorepo:** Regenerate README markdown files
|
|
67
|
+
- **monorepo:** Regenerate README markdown files
|
|
68
|
+
([572028003](https://github.com/storm-software/storm-ops/commit/572028003))
|
|
42
69
|
|
|
43
70
|
## 0.54.32 (2025-02-04)
|
|
44
71
|
|
|
45
72
|
### Miscellaneous
|
|
46
73
|
|
|
47
|
-
- **monorepo:** Generate README markdown files
|
|
74
|
+
- **monorepo:** Generate README markdown files
|
|
75
|
+
([12aa873f6](https://github.com/storm-software/storm-ops/commit/12aa873f6))
|
|
48
76
|
|
|
49
77
|
## 0.54.31 (2025-02-04)
|
|
50
78
|
|
|
51
79
|
### Miscellaneous
|
|
52
80
|
|
|
53
|
-
- **monorepo:** Regenerate README markdown files
|
|
81
|
+
- **monorepo:** Regenerate README markdown files
|
|
82
|
+
([481420a10](https://github.com/storm-software/storm-ops/commit/481420a10))
|
|
54
83
|
|
|
55
84
|
## 0.54.30 (2025-02-04)
|
|
56
85
|
|
|
57
86
|
### Miscellaneous
|
|
58
87
|
|
|
59
|
-
- **monorepo:** Regenerate README markdown files
|
|
88
|
+
- **monorepo:** Regenerate README markdown files
|
|
89
|
+
([12a2f638f](https://github.com/storm-software/storm-ops/commit/12a2f638f))
|
|
60
90
|
|
|
61
91
|
## 0.54.29 (2025-02-04)
|
|
62
92
|
|
|
63
93
|
### Miscellaneous
|
|
64
94
|
|
|
65
|
-
- **monorepo:** Regenerate README markdown files
|
|
95
|
+
- **monorepo:** Regenerate README markdown files
|
|
96
|
+
([5295557c6](https://github.com/storm-software/storm-ops/commit/5295557c6))
|
|
66
97
|
|
|
67
98
|
## 0.54.28 (2025-02-04)
|
|
68
99
|
|
|
69
100
|
### Bug Fixes
|
|
70
101
|
|
|
71
|
-
- **monorepo:** Resolve issue with inconsistent `chalk` versions
|
|
102
|
+
- **monorepo:** Resolve issue with inconsistent `chalk` versions
|
|
103
|
+
([e20742ea0](https://github.com/storm-software/storm-ops/commit/e20742ea0))
|
|
72
104
|
|
|
73
105
|
## 0.54.27 (2025-02-04)
|
|
74
106
|
|
|
75
107
|
### Bug Fixes
|
|
76
108
|
|
|
77
|
-
- **monorepo:** Resolved issue with invalid `prettier` config used in hooks
|
|
109
|
+
- **monorepo:** Resolved issue with invalid `prettier` config used in hooks
|
|
110
|
+
([34974919d](https://github.com/storm-software/storm-ops/commit/34974919d))
|
|
78
111
|
|
|
79
112
|
### Miscellaneous
|
|
80
113
|
|
|
81
|
-
- **monorepo:** Reformat the repo's files
|
|
82
|
-
|
|
114
|
+
- **monorepo:** Reformat the repo's files
|
|
115
|
+
([f33b07626](https://github.com/storm-software/storm-ops/commit/f33b07626))
|
|
116
|
+
- **monorepo:** Regenerate README markdown files
|
|
117
|
+
([d147539be](https://github.com/storm-software/storm-ops/commit/d147539be))
|
|
83
118
|
|
|
84
119
|
## 0.54.26 (2025-02-03)
|
|
85
120
|
|
|
86
121
|
### Miscellaneous
|
|
87
122
|
|
|
88
|
-
- **monorepo:** Regenerate README markdown files
|
|
123
|
+
- **monorepo:** Regenerate README markdown files
|
|
124
|
+
([949c6f3cd](https://github.com/storm-software/storm-ops/commit/949c6f3cd))
|
|
89
125
|
|
|
90
126
|
## 0.54.25 (2025-02-02)
|
|
91
127
|
|
|
92
128
|
### Miscellaneous
|
|
93
129
|
|
|
94
|
-
- **monorepo:** Regenerate README markdown files
|
|
130
|
+
- **monorepo:** Regenerate README markdown files
|
|
131
|
+
([47f85fdcf](https://github.com/storm-software/storm-ops/commit/47f85fdcf))
|
|
95
132
|
|
|
96
133
|
## 0.54.24 (2025-02-02)
|
|
97
134
|
|
|
98
135
|
### Miscellaneous
|
|
99
136
|
|
|
100
|
-
- **monorepo:** Regenerate README markdown files
|
|
137
|
+
- **monorepo:** Regenerate README markdown files
|
|
138
|
+
([665463d38](https://github.com/storm-software/storm-ops/commit/665463d38))
|
|
101
139
|
|
|
102
140
|
## 0.54.23 (2025-02-02)
|
|
103
141
|
|
|
104
142
|
### Miscellaneous
|
|
105
143
|
|
|
106
|
-
- **monorepo:** Regenerate README markdown files
|
|
144
|
+
- **monorepo:** Regenerate README markdown files
|
|
145
|
+
([81d0b65c2](https://github.com/storm-software/storm-ops/commit/81d0b65c2))
|
|
107
146
|
|
|
108
147
|
## 0.54.22 (2025-02-02)
|
|
109
148
|
|
|
110
149
|
### Miscellaneous
|
|
111
150
|
|
|
112
|
-
- **monorepo:** Regenerate README markdown files
|
|
151
|
+
- **monorepo:** Regenerate README markdown files
|
|
152
|
+
([a2b221881](https://github.com/storm-software/storm-ops/commit/a2b221881))
|
|
113
153
|
|
|
114
154
|
## 0.54.21 (2025-02-02)
|
|
115
155
|
|
|
116
156
|
### Miscellaneous
|
|
117
157
|
|
|
118
|
-
- **monorepo:** Regenerate README markdown files
|
|
158
|
+
- **monorepo:** Regenerate README markdown files
|
|
159
|
+
([e3b80ea7](https://github.com/storm-software/storm-ops/commit/e3b80ea7))
|
|
119
160
|
|
|
120
161
|
## 0.54.20 (2025-02-01)
|
|
121
162
|
|
|
122
163
|
### Miscellaneous
|
|
123
164
|
|
|
124
|
-
- **monorepo:** Regenerate README markdown files
|
|
165
|
+
- **monorepo:** Regenerate README markdown files
|
|
166
|
+
([af5c80fa](https://github.com/storm-software/storm-ops/commit/af5c80fa))
|
|
125
167
|
|
|
126
168
|
## 0.54.19 (2025-01-29)
|
|
127
169
|
|
|
128
170
|
### Miscellaneous
|
|
129
171
|
|
|
130
|
-
- **monorepo:** Regenerate README markdown files
|
|
172
|
+
- **monorepo:** Regenerate README markdown files
|
|
173
|
+
([a1b6717d](https://github.com/storm-software/storm-ops/commit/a1b6717d))
|
|
131
174
|
|
|
132
175
|
## 0.54.18 (2025-01-29)
|
|
133
176
|
|
|
134
177
|
### Miscellaneous
|
|
135
178
|
|
|
136
|
-
- **monorepo:** Regenerate README markdown files
|
|
179
|
+
- **monorepo:** Regenerate README markdown files
|
|
180
|
+
([5e0520b1](https://github.com/storm-software/storm-ops/commit/5e0520b1))
|
|
137
181
|
|
|
138
182
|
## 0.54.17 (2025-01-29)
|
|
139
183
|
|
|
140
184
|
### Miscellaneous
|
|
141
185
|
|
|
142
|
-
- **monorepo:** Regenerate README markdown files
|
|
143
|
-
|
|
186
|
+
- **monorepo:** Regenerate README markdown files
|
|
187
|
+
([2eb0a4f0](https://github.com/storm-software/storm-ops/commit/2eb0a4f0))
|
|
188
|
+
- **monorepo:** Regenerate README markdown files
|
|
189
|
+
([da76edd7](https://github.com/storm-software/storm-ops/commit/da76edd7))
|
|
144
190
|
|
|
145
191
|
## 0.54.16 (2025-01-29)
|
|
146
192
|
|
|
147
193
|
### Miscellaneous
|
|
148
194
|
|
|
149
|
-
- **monorepo:** Regenerate README markdown files
|
|
195
|
+
- **monorepo:** Regenerate README markdown files
|
|
196
|
+
([07f7d3d5](https://github.com/storm-software/storm-ops/commit/07f7d3d5))
|
|
150
197
|
|
|
151
198
|
## 0.54.15 (2025-01-29)
|
|
152
199
|
|
|
153
200
|
### Miscellaneous
|
|
154
201
|
|
|
155
|
-
- **monorepo:** Regenerate README markdown files
|
|
202
|
+
- **monorepo:** Regenerate README markdown files
|
|
203
|
+
([c2ecaaf8](https://github.com/storm-software/storm-ops/commit/c2ecaaf8))
|
|
156
204
|
|
|
157
205
|
## 0.54.14 (2025-01-29)
|
|
158
206
|
|
|
159
207
|
### Miscellaneous
|
|
160
208
|
|
|
161
|
-
- **monorepo:** Regenerate README markdown files
|
|
209
|
+
- **monorepo:** Regenerate README markdown files
|
|
210
|
+
([c87535fb](https://github.com/storm-software/storm-ops/commit/c87535fb))
|
|
162
211
|
|
|
163
|
-
###
|
|
212
|
+
### Updated Dependencies
|
|
164
213
|
|
|
165
214
|
- Updated workspace-tools to 1.245.8
|
|
166
215
|
- Updated workspace-tools to 1.245.8
|
|
@@ -169,9 +218,10 @@
|
|
|
169
218
|
|
|
170
219
|
### Miscellaneous
|
|
171
220
|
|
|
172
|
-
- **monorepo:** Regenerate README markdown files
|
|
221
|
+
- **monorepo:** Regenerate README markdown files
|
|
222
|
+
([87f7b939](https://github.com/storm-software/storm-ops/commit/87f7b939))
|
|
173
223
|
|
|
174
|
-
###
|
|
224
|
+
### Updated Dependencies
|
|
175
225
|
|
|
176
226
|
- Updated workspace-tools to 1.245.7
|
|
177
227
|
- Updated workspace-tools to 1.245.7
|
|
@@ -180,9 +230,10 @@
|
|
|
180
230
|
|
|
181
231
|
### Miscellaneous
|
|
182
232
|
|
|
183
|
-
- **monorepo:** Generate README markdown files
|
|
233
|
+
- **monorepo:** Generate README markdown files
|
|
234
|
+
([a28c725e](https://github.com/storm-software/storm-ops/commit/a28c725e))
|
|
184
235
|
|
|
185
|
-
###
|
|
236
|
+
### Updated Dependencies
|
|
186
237
|
|
|
187
238
|
- Updated workspace-tools to 1.245.6
|
|
188
239
|
- Updated workspace-tools to 1.245.6
|
|
@@ -191,9 +242,10 @@
|
|
|
191
242
|
|
|
192
243
|
### Miscellaneous
|
|
193
244
|
|
|
194
|
-
- **monorepo:** Regenerate README markdown files
|
|
245
|
+
- **monorepo:** Regenerate README markdown files
|
|
246
|
+
([4540dfe1](https://github.com/storm-software/storm-ops/commit/4540dfe1))
|
|
195
247
|
|
|
196
|
-
###
|
|
248
|
+
### Updated Dependencies
|
|
197
249
|
|
|
198
250
|
- Updated workspace-tools to 1.245.5
|
|
199
251
|
- Updated workspace-tools to 1.245.5
|
|
@@ -202,9 +254,10 @@
|
|
|
202
254
|
|
|
203
255
|
### Miscellaneous
|
|
204
256
|
|
|
205
|
-
- **monorepo:** Regenerate README markdown files
|
|
257
|
+
- **monorepo:** Regenerate README markdown files
|
|
258
|
+
([08ac6d0e](https://github.com/storm-software/storm-ops/commit/08ac6d0e))
|
|
206
259
|
|
|
207
|
-
###
|
|
260
|
+
### Updated Dependencies
|
|
208
261
|
|
|
209
262
|
- Updated workspace-tools to 1.245.4
|
|
210
263
|
- Updated workspace-tools to 1.245.4
|
|
@@ -213,9 +266,10 @@
|
|
|
213
266
|
|
|
214
267
|
### Miscellaneous
|
|
215
268
|
|
|
216
|
-
- **monorepo:** Regenerate README markdown files
|
|
269
|
+
- **monorepo:** Regenerate README markdown files
|
|
270
|
+
([d5aac4fd](https://github.com/storm-software/storm-ops/commit/d5aac4fd))
|
|
217
271
|
|
|
218
|
-
###
|
|
272
|
+
### Updated Dependencies
|
|
219
273
|
|
|
220
274
|
- Updated workspace-tools to 1.245.3
|
|
221
275
|
- Updated workspace-tools to 1.245.3
|
|
@@ -224,9 +278,10 @@
|
|
|
224
278
|
|
|
225
279
|
### Miscellaneous
|
|
226
280
|
|
|
227
|
-
- **monorepo:** Regenerate README markdown files
|
|
281
|
+
- **monorepo:** Regenerate README markdown files
|
|
282
|
+
([144ad8bf](https://github.com/storm-software/storm-ops/commit/144ad8bf))
|
|
228
283
|
|
|
229
|
-
###
|
|
284
|
+
### Updated Dependencies
|
|
230
285
|
|
|
231
286
|
- Updated workspace-tools to 1.245.2
|
|
232
287
|
- Updated workspace-tools to 1.245.2
|
|
@@ -235,9 +290,10 @@
|
|
|
235
290
|
|
|
236
291
|
### Miscellaneous
|
|
237
292
|
|
|
238
|
-
- **monorepo:** Regenerate README markdown files
|
|
293
|
+
- **monorepo:** Regenerate README markdown files
|
|
294
|
+
([4a6cac15](https://github.com/storm-software/storm-ops/commit/4a6cac15))
|
|
239
295
|
|
|
240
|
-
###
|
|
296
|
+
### Updated Dependencies
|
|
241
297
|
|
|
242
298
|
- Updated workspace-tools to 1.245.1
|
|
243
299
|
- Updated workspace-tools to 1.245.1
|
|
@@ -246,9 +302,10 @@
|
|
|
246
302
|
|
|
247
303
|
### Miscellaneous
|
|
248
304
|
|
|
249
|
-
- **monorepo:** Regenerate README markdown files
|
|
305
|
+
- **monorepo:** Regenerate README markdown files
|
|
306
|
+
([d9a6793e](https://github.com/storm-software/storm-ops/commit/d9a6793e))
|
|
250
307
|
|
|
251
|
-
###
|
|
308
|
+
### Updated Dependencies
|
|
252
309
|
|
|
253
310
|
- Updated workspace-tools to 1.245.0
|
|
254
311
|
- Updated workspace-tools to 1.245.0
|
|
@@ -257,9 +314,10 @@
|
|
|
257
314
|
|
|
258
315
|
### Miscellaneous
|
|
259
316
|
|
|
260
|
-
- **monorepo:** Regenerate README markdown files
|
|
317
|
+
- **monorepo:** Regenerate README markdown files
|
|
318
|
+
([812b4fba](https://github.com/storm-software/storm-ops/commit/812b4fba))
|
|
261
319
|
|
|
262
|
-
###
|
|
320
|
+
### Updated Dependencies
|
|
263
321
|
|
|
264
322
|
- Updated workspace-tools to 1.244.0
|
|
265
323
|
- Updated workspace-tools to 1.244.0
|
|
@@ -268,9 +326,10 @@
|
|
|
268
326
|
|
|
269
327
|
### Miscellaneous
|
|
270
328
|
|
|
271
|
-
- **monorepo:** Regenerate README markdown files
|
|
329
|
+
- **monorepo:** Regenerate README markdown files
|
|
330
|
+
([f3649091](https://github.com/storm-software/storm-ops/commit/f3649091))
|
|
272
331
|
|
|
273
|
-
###
|
|
332
|
+
### Updated Dependencies
|
|
274
333
|
|
|
275
334
|
- Updated workspace-tools to 1.243.3
|
|
276
335
|
- Updated workspace-tools to 1.243.3
|
|
@@ -279,9 +338,10 @@
|
|
|
279
338
|
|
|
280
339
|
### Miscellaneous
|
|
281
340
|
|
|
282
|
-
- **monorepo:** Regenerate README markdown files
|
|
341
|
+
- **monorepo:** Regenerate README markdown files
|
|
342
|
+
([d3619f12](https://github.com/storm-software/storm-ops/commit/d3619f12))
|
|
283
343
|
|
|
284
|
-
###
|
|
344
|
+
### Updated Dependencies
|
|
285
345
|
|
|
286
346
|
- Updated workspace-tools to 1.243.2
|
|
287
347
|
- Updated workspace-tools to 1.243.2
|
|
@@ -290,9 +350,10 @@
|
|
|
290
350
|
|
|
291
351
|
### Miscellaneous
|
|
292
352
|
|
|
293
|
-
- **monorepo:** Regenerate the README markdown files
|
|
353
|
+
- **monorepo:** Regenerate the README markdown files
|
|
354
|
+
([e217af7e](https://github.com/storm-software/storm-ops/commit/e217af7e))
|
|
294
355
|
|
|
295
|
-
###
|
|
356
|
+
### Updated Dependencies
|
|
296
357
|
|
|
297
358
|
- Updated workspace-tools to 1.243.1
|
|
298
359
|
- Updated workspace-tools to 1.243.1
|
|
@@ -301,9 +362,10 @@
|
|
|
301
362
|
|
|
302
363
|
### Miscellaneous
|
|
303
364
|
|
|
304
|
-
- **monorepo:** Regenerate the README markdown files
|
|
365
|
+
- **monorepo:** Regenerate the README markdown files
|
|
366
|
+
([e7d99d45](https://github.com/storm-software/storm-ops/commit/e7d99d45))
|
|
305
367
|
|
|
306
|
-
###
|
|
368
|
+
### Updated Dependencies
|
|
307
369
|
|
|
308
370
|
- Updated workspace-tools to 1.243.0
|
|
309
371
|
- Updated workspace-tools to 1.243.0
|
|
@@ -312,9 +374,10 @@
|
|
|
312
374
|
|
|
313
375
|
### Features
|
|
314
376
|
|
|
315
|
-
- **config:** Update package to use modern tooling
|
|
377
|
+
- **config:** Update package to use modern tooling
|
|
378
|
+
([8ac7afa3](https://github.com/storm-software/storm-ops/commit/8ac7afa3))
|
|
316
379
|
|
|
317
|
-
###
|
|
380
|
+
### Updated Dependencies
|
|
318
381
|
|
|
319
382
|
- Updated workspace-tools to 1.242.0
|
|
320
383
|
- Updated workspace-tools to 1.242.0
|
|
@@ -323,9 +386,10 @@
|
|
|
323
386
|
|
|
324
387
|
### Miscellaneous
|
|
325
388
|
|
|
326
|
-
- **monorepo:** Regenerate README markdown files
|
|
389
|
+
- **monorepo:** Regenerate README markdown files
|
|
390
|
+
([eb629846](https://github.com/storm-software/storm-ops/commit/eb629846))
|
|
327
391
|
|
|
328
|
-
###
|
|
392
|
+
### Updated Dependencies
|
|
329
393
|
|
|
330
394
|
- Updated workspace-tools to 1.241.0
|
|
331
395
|
- Updated workspace-tools to 1.241.0
|
|
@@ -334,9 +398,10 @@
|
|
|
334
398
|
|
|
335
399
|
### Bug Fixes
|
|
336
400
|
|
|
337
|
-
- **monorepo:** Resolve issue with invalid Nx Devkit imports
|
|
401
|
+
- **monorepo:** Resolve issue with invalid Nx Devkit imports
|
|
402
|
+
([356d591c](https://github.com/storm-software/storm-ops/commit/356d591c))
|
|
338
403
|
|
|
339
|
-
###
|
|
404
|
+
### Updated Dependencies
|
|
340
405
|
|
|
341
406
|
- Updated workspace-tools to 1.240.4
|
|
342
407
|
- Updated workspace-tools to 1.240.4
|
|
@@ -345,9 +410,10 @@
|
|
|
345
410
|
|
|
346
411
|
### Miscellaneous
|
|
347
412
|
|
|
348
|
-
- **monorepo:** Regenerate README markdown files
|
|
413
|
+
- **monorepo:** Regenerate README markdown files
|
|
414
|
+
([64e4e1f3](https://github.com/storm-software/storm-ops/commit/64e4e1f3))
|
|
349
415
|
|
|
350
|
-
###
|
|
416
|
+
### Updated Dependencies
|
|
351
417
|
|
|
352
418
|
- Updated workspace-tools to 1.240.3
|
|
353
419
|
- Updated workspace-tools to 1.240.3
|
|
@@ -356,9 +422,10 @@
|
|
|
356
422
|
|
|
357
423
|
### Miscellaneous
|
|
358
424
|
|
|
359
|
-
- **monorepo:** Regenerate README markdown files
|
|
425
|
+
- **monorepo:** Regenerate README markdown files
|
|
426
|
+
([e468fe22](https://github.com/storm-software/storm-ops/commit/e468fe22))
|
|
360
427
|
|
|
361
|
-
###
|
|
428
|
+
### Updated Dependencies
|
|
362
429
|
|
|
363
430
|
- Updated workspace-tools to 1.240.2
|
|
364
431
|
- Updated workspace-tools to 1.240.2
|
|
@@ -367,9 +434,10 @@
|
|
|
367
434
|
|
|
368
435
|
### Bug Fixes
|
|
369
436
|
|
|
370
|
-
- **build-tools:** Resolve issue with unending copy asset files process
|
|
437
|
+
- **build-tools:** Resolve issue with unending copy asset files process
|
|
438
|
+
([e0050d6b](https://github.com/storm-software/storm-ops/commit/e0050d6b))
|
|
371
439
|
|
|
372
|
-
###
|
|
440
|
+
### Updated Dependencies
|
|
373
441
|
|
|
374
442
|
- Updated workspace-tools to 1.240.1
|
|
375
443
|
- Updated workspace-tools to 1.240.1
|
|
@@ -378,9 +446,10 @@
|
|
|
378
446
|
|
|
379
447
|
### Bug Fixes
|
|
380
448
|
|
|
381
|
-
- **monorepo:** Resolve issue with internal package referencing
|
|
449
|
+
- **monorepo:** Resolve issue with internal package referencing
|
|
450
|
+
([cdc11477](https://github.com/storm-software/storm-ops/commit/cdc11477))
|
|
382
451
|
|
|
383
|
-
###
|
|
452
|
+
### Updated Dependencies
|
|
384
453
|
|
|
385
454
|
- Updated workspace-tools to 1.240.0
|
|
386
455
|
- Updated workspace-tools to 1.240.0
|
|
@@ -389,9 +458,11 @@
|
|
|
389
458
|
|
|
390
459
|
### Miscellaneous
|
|
391
460
|
|
|
392
|
-
- **monorepo:** Update the workspace's `storm.json` config to use the new preset
|
|
461
|
+
- **monorepo:** Update the workspace's `storm.json` config to use the new preset
|
|
462
|
+
repository
|
|
463
|
+
([95067c70](https://github.com/storm-software/storm-ops/commit/95067c70))
|
|
393
464
|
|
|
394
|
-
###
|
|
465
|
+
### Updated Dependencies
|
|
395
466
|
|
|
396
467
|
- Updated workspace-tools to 1.239.6
|
|
397
468
|
- Updated workspace-tools to 1.239.6
|
|
@@ -400,9 +471,10 @@
|
|
|
400
471
|
|
|
401
472
|
### Bug Fixes
|
|
402
473
|
|
|
403
|
-
- **build-tools:** Resolved issue with copying asset files into output directory
|
|
474
|
+
- **build-tools:** Resolved issue with copying asset files into output directory
|
|
475
|
+
([1b314e8e](https://github.com/storm-software/storm-ops/commit/1b314e8e))
|
|
404
476
|
|
|
405
|
-
###
|
|
477
|
+
### Updated Dependencies
|
|
406
478
|
|
|
407
479
|
- Updated workspace-tools to 1.239.4
|
|
408
480
|
- Updated workspace-tools to 1.239.4
|
|
@@ -411,9 +483,10 @@
|
|
|
411
483
|
|
|
412
484
|
### Bug Fixes
|
|
413
485
|
|
|
414
|
-
- **config-tools:** Resolved issue applying entire token parameters object
|
|
486
|
+
- **config-tools:** Resolved issue applying entire token parameters object
|
|
487
|
+
([5ccf3881](https://github.com/storm-software/storm-ops/commit/5ccf3881))
|
|
415
488
|
|
|
416
|
-
###
|
|
489
|
+
### Updated Dependencies
|
|
417
490
|
|
|
418
491
|
- Updated workspace-tools to 1.239.2
|
|
419
492
|
- Updated workspace-tools to 1.239.2
|
|
@@ -422,9 +495,10 @@
|
|
|
422
495
|
|
|
423
496
|
### Features
|
|
424
497
|
|
|
425
|
-
- **workspace-tools:** Enhanced option tokenization logic for executors
|
|
498
|
+
- **workspace-tools:** Enhanced option tokenization logic for executors
|
|
499
|
+
([14ed93d7](https://github.com/storm-software/storm-ops/commit/14ed93d7))
|
|
426
500
|
|
|
427
|
-
###
|
|
501
|
+
### Updated Dependencies
|
|
428
502
|
|
|
429
503
|
- Updated workspace-tools to 1.239.0
|
|
430
504
|
- Updated workspace-tools to 1.239.0
|
|
@@ -433,9 +507,10 @@
|
|
|
433
507
|
|
|
434
508
|
### Bug Fixes
|
|
435
509
|
|
|
436
|
-
- **unbuild:** Ensure we always use directory as input instead of a file
|
|
510
|
+
- **unbuild:** Ensure we always use directory as input instead of a file
|
|
511
|
+
([13d4a133](https://github.com/storm-software/storm-ops/commit/13d4a133))
|
|
437
512
|
|
|
438
|
-
###
|
|
513
|
+
### Updated Dependencies
|
|
439
514
|
|
|
440
515
|
- Updated workspace-tools to 1.237.1
|
|
441
516
|
- Updated workspace-tools to 1.237.1
|
|
@@ -444,13 +519,15 @@
|
|
|
444
519
|
|
|
445
520
|
### Features
|
|
446
521
|
|
|
447
|
-
- **config-tools:** Update utility packages to use ESM
|
|
522
|
+
- **config-tools:** Update utility packages to use ESM
|
|
523
|
+
([3bc6d4ba](https://github.com/storm-software/storm-ops/commit/3bc6d4ba))
|
|
448
524
|
|
|
449
525
|
### Dependency Upgrades
|
|
450
526
|
|
|
451
|
-
- **monorepo:** Use version 4.2.1 of `chalk` package to prevent CommonJs issues
|
|
527
|
+
- **monorepo:** Use version 4.2.1 of `chalk` package to prevent CommonJs issues
|
|
528
|
+
([133dcdfd](https://github.com/storm-software/storm-ops/commit/133dcdfd))
|
|
452
529
|
|
|
453
|
-
###
|
|
530
|
+
### Updated Dependencies
|
|
454
531
|
|
|
455
532
|
- Updated workspace-tools to 1.236.0
|
|
456
533
|
- Updated workspace-tools to 1.236.0
|
|
@@ -459,9 +536,10 @@
|
|
|
459
536
|
|
|
460
537
|
### Bug Fixes
|
|
461
538
|
|
|
462
|
-
- **workspace-tools:** Resolve internal package as ESM via `jiti` resolver
|
|
539
|
+
- **workspace-tools:** Resolve internal package as ESM via `jiti` resolver
|
|
540
|
+
([1dc4cfdd](https://github.com/storm-software/storm-ops/commit/1dc4cfdd))
|
|
463
541
|
|
|
464
|
-
###
|
|
542
|
+
### Updated Dependencies
|
|
465
543
|
|
|
466
544
|
- Updated workspace-tools to 1.235.3
|
|
467
545
|
- Updated workspace-tools to 1.235.3
|
|
@@ -470,9 +548,10 @@
|
|
|
470
548
|
|
|
471
549
|
### Bug Fixes
|
|
472
550
|
|
|
473
|
-
- **unbuild:** Resolved issue with package `exports` path
|
|
551
|
+
- **unbuild:** Resolved issue with package `exports` path
|
|
552
|
+
([faf23b0e](https://github.com/storm-software/storm-ops/commit/faf23b0e))
|
|
474
553
|
|
|
475
|
-
###
|
|
554
|
+
### Updated Dependencies
|
|
476
555
|
|
|
477
556
|
- Updated workspace-tools to 1.235.2
|
|
478
557
|
- Updated workspace-tools to 1.235.2
|
|
@@ -481,9 +560,10 @@
|
|
|
481
560
|
|
|
482
561
|
### Bug Fixes
|
|
483
562
|
|
|
484
|
-
- **workspace-tools:** Resolve issue with invalid import path
|
|
563
|
+
- **workspace-tools:** Resolve issue with invalid import path
|
|
564
|
+
([42a07d0c](https://github.com/storm-software/storm-ops/commit/42a07d0c))
|
|
485
565
|
|
|
486
|
-
###
|
|
566
|
+
### Updated Dependencies
|
|
487
567
|
|
|
488
568
|
- Updated workspace-tools to 1.235.1
|
|
489
569
|
- Updated workspace-tools to 1.235.1
|
|
@@ -492,9 +572,10 @@
|
|
|
492
572
|
|
|
493
573
|
### Features
|
|
494
574
|
|
|
495
|
-
- **config-tools:** Added the `createLogger` function to drive CommonJs modules
|
|
575
|
+
- **config-tools:** Added the `createLogger` function to drive CommonJs modules
|
|
576
|
+
([0cee1525](https://github.com/storm-software/storm-ops/commit/0cee1525))
|
|
496
577
|
|
|
497
|
-
###
|
|
578
|
+
### Updated Dependencies
|
|
498
579
|
|
|
499
580
|
- Updated workspace-tools to 1.235.0
|
|
500
581
|
- Updated workspace-tools to 1.235.0
|
|
@@ -503,9 +584,10 @@
|
|
|
503
584
|
|
|
504
585
|
### Continuous Integration
|
|
505
586
|
|
|
506
|
-
- **workspace-tools:** Mark all internal packages as external
|
|
587
|
+
- **workspace-tools:** Mark all internal packages as external
|
|
588
|
+
([f8c65aeb](https://github.com/storm-software/storm-ops/commit/f8c65aeb))
|
|
507
589
|
|
|
508
|
-
###
|
|
590
|
+
### Updated Dependencies
|
|
509
591
|
|
|
510
592
|
- Updated workspace-tools to 1.234.2
|
|
511
593
|
- Updated workspace-tools to 1.234.2
|
|
@@ -514,9 +596,10 @@
|
|
|
514
596
|
|
|
515
597
|
### Miscellaneous
|
|
516
598
|
|
|
517
|
-
- **config-tools:** Bundle dependencies in distributable
|
|
599
|
+
- **config-tools:** Bundle dependencies in distributable
|
|
600
|
+
([df027cfe](https://github.com/storm-software/storm-ops/commit/df027cfe))
|
|
518
601
|
|
|
519
|
-
###
|
|
602
|
+
### Updated Dependencies
|
|
520
603
|
|
|
521
604
|
- Updated workspace-tools to 1.234.1
|
|
522
605
|
- Updated workspace-tools to 1.234.1
|
|
@@ -525,9 +608,10 @@
|
|
|
525
608
|
|
|
526
609
|
### Features
|
|
527
610
|
|
|
528
|
-
- **unbuild:** Update package to bundle config-tools
|
|
611
|
+
- **unbuild:** Update package to bundle config-tools
|
|
612
|
+
([a2fc7768](https://github.com/storm-software/storm-ops/commit/a2fc7768))
|
|
529
613
|
|
|
530
|
-
###
|
|
614
|
+
### Updated Dependencies
|
|
531
615
|
|
|
532
616
|
- Updated workspace-tools to 1.234.0
|
|
533
617
|
- Updated workspace-tools to 1.234.0
|
|
@@ -536,9 +620,11 @@
|
|
|
536
620
|
|
|
537
621
|
### Bug Fixes
|
|
538
622
|
|
|
539
|
-
- **workspace-tools:** Add `jiti` to support resolution of
|
|
623
|
+
- **workspace-tools:** Add `jiti` to support resolution of
|
|
624
|
+
`@storm-software/unbuild` package
|
|
625
|
+
([0abfa98b](https://github.com/storm-software/storm-ops/commit/0abfa98b))
|
|
540
626
|
|
|
541
|
-
###
|
|
627
|
+
### Updated Dependencies
|
|
542
628
|
|
|
543
629
|
- Updated workspace-tools to 1.233.2
|
|
544
630
|
- Updated workspace-tools to 1.233.2
|
|
@@ -547,9 +633,10 @@
|
|
|
547
633
|
|
|
548
634
|
### Bug Fixes
|
|
549
635
|
|
|
550
|
-
- **workspace-tools:** Resolve formatting issue with missing `parser` config
|
|
636
|
+
- **workspace-tools:** Resolve formatting issue with missing `parser` config
|
|
637
|
+
([da80cf3d](https://github.com/storm-software/storm-ops/commit/da80cf3d))
|
|
551
638
|
|
|
552
|
-
###
|
|
639
|
+
### Updated Dependencies
|
|
553
640
|
|
|
554
641
|
- Updated workspace-tools to 1.233.1
|
|
555
642
|
- Updated workspace-tools to 1.233.1
|
|
@@ -558,9 +645,10 @@
|
|
|
558
645
|
|
|
559
646
|
### Bug Fixes
|
|
560
647
|
|
|
561
|
-
- **untyped:** Resovle bundling issue with externals
|
|
648
|
+
- **untyped:** Resovle bundling issue with externals
|
|
649
|
+
([ff044ddf](https://github.com/storm-software/storm-ops/commit/ff044ddf))
|
|
562
650
|
|
|
563
|
-
###
|
|
651
|
+
### Updated Dependencies
|
|
564
652
|
|
|
565
653
|
- Updated workspace-tools to 1.233.0
|
|
566
654
|
- Updated workspace-tools to 1.233.0
|
|
@@ -569,9 +657,10 @@
|
|
|
569
657
|
|
|
570
658
|
### Bug Fixes
|
|
571
659
|
|
|
572
|
-
- **unbuild:** Update package to bundle the `unbuild` package for distribution
|
|
660
|
+
- **unbuild:** Update package to bundle the `unbuild` package for distribution
|
|
661
|
+
([d304c28d](https://github.com/storm-software/storm-ops/commit/d304c28d))
|
|
573
662
|
|
|
574
|
-
###
|
|
663
|
+
### Updated Dependencies
|
|
575
664
|
|
|
576
665
|
- Updated workspace-tools to 1.232.1
|
|
577
666
|
- Updated workspace-tools to 1.232.1
|
|
@@ -580,9 +669,10 @@
|
|
|
580
669
|
|
|
581
670
|
### Features
|
|
582
671
|
|
|
583
|
-
- **unbuild:** Update build process to use cached project graph
|
|
672
|
+
- **unbuild:** Update build process to use cached project graph
|
|
673
|
+
([610c94aa](https://github.com/storm-software/storm-ops/commit/610c94aa))
|
|
584
674
|
|
|
585
|
-
###
|
|
675
|
+
### Updated Dependencies
|
|
586
676
|
|
|
587
677
|
- Updated workspace-tools to 1.231.0
|
|
588
678
|
- Updated workspace-tools to 1.231.0
|
|
@@ -591,9 +681,10 @@
|
|
|
591
681
|
|
|
592
682
|
### Features
|
|
593
683
|
|
|
594
|
-
- **workspace-tools:** Added additional entry points to the package
|
|
684
|
+
- **workspace-tools:** Added additional entry points to the package
|
|
685
|
+
([0322ac48](https://github.com/storm-software/storm-ops/commit/0322ac48))
|
|
595
686
|
|
|
596
|
-
###
|
|
687
|
+
### Updated Dependencies
|
|
597
688
|
|
|
598
689
|
- Updated workspace-tools to 1.230.0
|
|
599
690
|
- Updated workspace-tools to 1.230.0
|
|
@@ -602,9 +693,10 @@
|
|
|
602
693
|
|
|
603
694
|
### Bug Fixes
|
|
604
695
|
|
|
605
|
-
- **workspace-tools:** Resolve cross-platform build issue in `copyfiles` script
|
|
696
|
+
- **workspace-tools:** Resolve cross-platform build issue in `copyfiles` script
|
|
697
|
+
([331a723f](https://github.com/storm-software/storm-ops/commit/331a723f))
|
|
606
698
|
|
|
607
|
-
###
|
|
699
|
+
### Updated Dependencies
|
|
608
700
|
|
|
609
701
|
- Updated workspace-tools to 1.229.1
|
|
610
702
|
- Updated workspace-tools to 1.229.1
|
|
@@ -613,13 +705,15 @@
|
|
|
613
705
|
|
|
614
706
|
### Features
|
|
615
707
|
|
|
616
|
-
- **untyped:** Standard file name changes to avoid collisions
|
|
708
|
+
- **untyped:** Standard file name changes to avoid collisions
|
|
709
|
+
([71acf100](https://github.com/storm-software/storm-ops/commit/71acf100))
|
|
617
710
|
|
|
618
711
|
### Bug Fixes
|
|
619
712
|
|
|
620
|
-
- **terraform-tools:** Resolve issue with invalid import path
|
|
713
|
+
- **terraform-tools:** Resolve issue with invalid import path
|
|
714
|
+
([7a8ee2cf](https://github.com/storm-software/storm-ops/commit/7a8ee2cf))
|
|
621
715
|
|
|
622
|
-
###
|
|
716
|
+
### Updated Dependencies
|
|
623
717
|
|
|
624
718
|
- Updated workspace-tools to 1.229.0
|
|
625
719
|
- Updated workspace-tools to 1.229.0
|
|
@@ -628,18 +722,23 @@
|
|
|
628
722
|
|
|
629
723
|
### Features
|
|
630
724
|
|
|
631
|
-
- **workspace-tools:** Update Nx plugin packages to use new build/dist
|
|
632
|
-
|
|
725
|
+
- **workspace-tools:** Update Nx plugin packages to use new build/dist
|
|
726
|
+
infrastructure
|
|
727
|
+
([67cd3df2](https://github.com/storm-software/storm-ops/commit/67cd3df2))
|
|
728
|
+
- **untyped:** Initial check-in for the `untyped` package
|
|
729
|
+
([c02dad71](https://github.com/storm-software/storm-ops/commit/c02dad71))
|
|
633
730
|
|
|
634
731
|
### Bug Fixes
|
|
635
732
|
|
|
636
|
-
- **workspace-tools:** Resolved issue with invalid `package.json` exports
|
|
733
|
+
- **workspace-tools:** Resolved issue with invalid `package.json` exports
|
|
734
|
+
([76c63c08](https://github.com/storm-software/storm-ops/commit/76c63c08))
|
|
637
735
|
|
|
638
736
|
### Miscellaneous
|
|
639
737
|
|
|
640
|
-
- **monorepo:** Regenerate README markdown files
|
|
738
|
+
- **monorepo:** Regenerate README markdown files
|
|
739
|
+
([5c8e5c96](https://github.com/storm-software/storm-ops/commit/5c8e5c96))
|
|
641
740
|
|
|
642
|
-
###
|
|
741
|
+
### Updated Dependencies
|
|
643
742
|
|
|
644
743
|
- Updated workspace-tools to 1.228.0
|
|
645
744
|
- Updated workspace-tools to 1.228.0
|
|
@@ -648,7 +747,8 @@
|
|
|
648
747
|
|
|
649
748
|
### Bug Fixes
|
|
650
749
|
|
|
651
|
-
- **unbuild:** Update package to use `tsup-node` to exclude bundles
|
|
750
|
+
- **unbuild:** Update package to use `tsup-node` to exclude bundles
|
|
751
|
+
([cf712b2a](https://github.com/storm-software/storm-ops/commit/cf712b2a))
|
|
652
752
|
|
|
653
753
|
## 0.45.3 (2025-01-16)
|
|
654
754
|
|