@storm-software/terraform-tools 0.54.39 → 0.54.40

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