@storm-software/cloudflare-tools 0.55.38 → 0.55.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 (43) hide show
  1. package/CHANGELOG.md +170 -74
  2. package/README.md +7 -7
  3. package/dist/{chunk-Y3XZCCPP.mjs → chunk-3HMZSKJD.mjs} +1 -1
  4. package/dist/{chunk-YX54VYB2.js → chunk-3SY45SUU.js} +12 -12
  5. package/dist/{chunk-FGSKDMWY.mjs → chunk-4QFFFPC5.mjs} +2 -2
  6. package/dist/{chunk-XYJVYVYX.js → chunk-5KLP7KFL.js} +484 -571
  7. package/dist/{chunk-HZON5W3G.js → chunk-FK6PN2T3.js} +42 -14
  8. package/dist/{chunk-HAXBTNLO.mjs → chunk-FQEGSK6L.mjs} +4 -4
  9. package/dist/{chunk-KLCTLDIH.js → chunk-H2ML72QF.js} +91 -47
  10. package/dist/{chunk-I6XBWBZN.js → chunk-HF5FM2V2.js} +3 -3
  11. package/dist/{chunk-HWRWRM5W.mjs → chunk-LEXIFHU6.mjs} +2 -2
  12. package/dist/{chunk-YYUYZWKK.js → chunk-LZLR3HJU.js} +1 -1
  13. package/dist/{chunk-QD7ZKWKB.mjs → chunk-M4FHQYTZ.mjs} +43 -15
  14. package/dist/{chunk-MVGAJ7Q4.js → chunk-MCQ4YOON.js} +16 -16
  15. package/dist/{chunk-VAVNPHSE.mjs → chunk-MESLYSHV.mjs} +52 -8
  16. package/dist/{chunk-MBAVTLIK.mjs → chunk-RHCFLN3R.mjs} +323 -410
  17. package/dist/{chunk-5OCPVWBL.mjs → chunk-S3S7EN37.mjs} +5 -5
  18. package/dist/{chunk-PDHMNSTI.mjs → chunk-VNLZQQ5C.mjs} +2 -2
  19. package/dist/{chunk-KFNKJP2U.mjs → chunk-YYEF6TFG.mjs} +1 -1
  20. package/dist/executors.js +5 -5
  21. package/dist/executors.mjs +8 -8
  22. package/dist/generators.js +5 -5
  23. package/dist/generators.mjs +5 -5
  24. package/dist/index.js +8 -8
  25. package/dist/index.mjs +10 -10
  26. package/dist/src/executors/cloudflare-publish/executor.js +3 -3
  27. package/dist/src/executors/cloudflare-publish/executor.mjs +6 -6
  28. package/dist/src/executors/r2-upload-publish/executor.js +5 -5
  29. package/dist/src/executors/r2-upload-publish/executor.mjs +6 -6
  30. package/dist/src/executors/serve/executor.d.mts +67 -3
  31. package/dist/src/executors/serve/executor.d.ts +67 -3
  32. package/dist/src/executors/serve/executor.js +4 -4
  33. package/dist/src/executors/serve/executor.mjs +5 -5
  34. package/dist/src/generators/init/generator.js +2 -2
  35. package/dist/src/generators/init/generator.mjs +2 -2
  36. package/dist/src/generators/worker/generator.js +5 -5
  37. package/dist/src/generators/worker/generator.mjs +5 -5
  38. package/dist/src/utils/index.js +3 -3
  39. package/dist/src/utils/index.mjs +3 -3
  40. package/dist/src/utils/r2-bucket-helpers.js +3 -3
  41. package/dist/src/utils/r2-bucket-helpers.mjs +3 -3
  42. package/dist/tsup.config.mjs +1 -1
  43. package/package.json +11 -11
package/CHANGELOG.md CHANGED
@@ -1,421 +1,517 @@
1
+ ![Storm Software](https://public.storm-cdn.com/brand-banner.png)
2
+
3
+ # Changelog for Storm Ops - Cloudflare Tools
4
+
5
+ ## [0.55.40](https://github.com/storm-software/storm-ops/releases/tag/cloudflare-tools%400.55.40) (2025-03-17)
6
+
7
+ ### Miscellaneous
8
+
9
+ - **monorepo:** Regenerate README markdown files
10
+ ([d085829dc](https://github.com/storm-software/storm-ops/commit/d085829dc))
11
+
12
+ ## 0.55.39 (2025-02-06)
13
+
14
+ ### Miscellaneous
15
+
16
+ - **monorepo:** Regenerate README markdown files
17
+ ([1b886df47](https://github.com/storm-software/storm-ops/commit/1b886df47))
18
+
1
19
  ## 0.55.38 (2025-02-05)
2
20
 
3
21
  ### Miscellaneous
4
22
 
5
- - **monorepo:** Regenerate README markdown files ([93412b8ef](https://github.com/storm-software/storm-ops/commit/93412b8ef))
23
+ - **monorepo:** Regenerate README markdown files
24
+ ([93412b8ef](https://github.com/storm-software/storm-ops/commit/93412b8ef))
6
25
 
7
26
  ## 0.55.37 (2025-02-05)
8
27
 
9
28
  ### Miscellaneous
10
29
 
11
- - **monorepo:** Regenerate README markdown files ([de6ae2b84](https://github.com/storm-software/storm-ops/commit/de6ae2b84))
30
+ - **monorepo:** Regenerate README markdown files
31
+ ([de6ae2b84](https://github.com/storm-software/storm-ops/commit/de6ae2b84))
12
32
 
13
33
  ## 0.55.36 (2025-02-05)
14
34
 
15
35
  ### Miscellaneous
16
36
 
17
- - **monorepo:** Regenerate README markdown files ([79e7315d9](https://github.com/storm-software/storm-ops/commit/79e7315d9))
37
+ - **monorepo:** Regenerate README markdown files
38
+ ([79e7315d9](https://github.com/storm-software/storm-ops/commit/79e7315d9))
18
39
 
19
40
  ## 0.55.35 (2025-02-05)
20
41
 
21
42
  ### Miscellaneous
22
43
 
23
- - **monorepo:** Regenerated README markdown files ([2488fa0a7](https://github.com/storm-software/storm-ops/commit/2488fa0a7))
44
+ - **monorepo:** Regenerated README markdown files
45
+ ([2488fa0a7](https://github.com/storm-software/storm-ops/commit/2488fa0a7))
24
46
 
25
47
  ## 0.55.34 (2025-02-04)
26
48
 
27
49
  ### Miscellaneous
28
50
 
29
- - **monorepo:** Regenerate README markdown files ([f151d13e9](https://github.com/storm-software/storm-ops/commit/f151d13e9))
51
+ - **monorepo:** Regenerate README markdown files
52
+ ([f151d13e9](https://github.com/storm-software/storm-ops/commit/f151d13e9))
30
53
 
31
54
  ## 0.55.33 (2025-02-04)
32
55
 
33
56
  ### Miscellaneous
34
57
 
35
- - **monorepo:** Regenerate README markdown files ([572028003](https://github.com/storm-software/storm-ops/commit/572028003))
58
+ - **monorepo:** Regenerate README markdown files
59
+ ([572028003](https://github.com/storm-software/storm-ops/commit/572028003))
36
60
 
37
61
  ## 0.55.32 (2025-02-04)
38
62
 
39
63
  ### Miscellaneous
40
64
 
41
- - **monorepo:** Generate README markdown files ([12aa873f6](https://github.com/storm-software/storm-ops/commit/12aa873f6))
65
+ - **monorepo:** Generate README markdown files
66
+ ([12aa873f6](https://github.com/storm-software/storm-ops/commit/12aa873f6))
42
67
 
43
68
  ## 0.55.31 (2025-02-04)
44
69
 
45
70
  ### Miscellaneous
46
71
 
47
- - **monorepo:** Regenerate README markdown files ([481420a10](https://github.com/storm-software/storm-ops/commit/481420a10))
72
+ - **monorepo:** Regenerate README markdown files
73
+ ([481420a10](https://github.com/storm-software/storm-ops/commit/481420a10))
48
74
 
49
75
  ## 0.55.30 (2025-02-04)
50
76
 
51
77
  ### Miscellaneous
52
78
 
53
- - **monorepo:** Regenerate README markdown files ([12a2f638f](https://github.com/storm-software/storm-ops/commit/12a2f638f))
79
+ - **monorepo:** Regenerate README markdown files
80
+ ([12a2f638f](https://github.com/storm-software/storm-ops/commit/12a2f638f))
54
81
 
55
82
  ## 0.55.29 (2025-02-04)
56
83
 
57
84
  ### Miscellaneous
58
85
 
59
- - **monorepo:** Regenerate README markdown files ([5295557c6](https://github.com/storm-software/storm-ops/commit/5295557c6))
86
+ - **monorepo:** Regenerate README markdown files
87
+ ([5295557c6](https://github.com/storm-software/storm-ops/commit/5295557c6))
60
88
 
61
89
  ## 0.55.28 (2025-02-04)
62
90
 
63
91
  ### Bug Fixes
64
92
 
65
- - **monorepo:** Resolve issue with inconsistent `chalk` versions ([e20742ea0](https://github.com/storm-software/storm-ops/commit/e20742ea0))
93
+ - **monorepo:** Resolve issue with inconsistent `chalk` versions
94
+ ([e20742ea0](https://github.com/storm-software/storm-ops/commit/e20742ea0))
66
95
 
67
96
  ## 0.55.27 (2025-02-04)
68
97
 
69
98
  ### Bug Fixes
70
99
 
71
- - **monorepo:** Resolved issue with invalid `prettier` config used in hooks ([34974919d](https://github.com/storm-software/storm-ops/commit/34974919d))
100
+ - **monorepo:** Resolved issue with invalid `prettier` config used in hooks
101
+ ([34974919d](https://github.com/storm-software/storm-ops/commit/34974919d))
72
102
 
73
103
  ### Miscellaneous
74
104
 
75
- - **monorepo:** Reformat the repo's files ([f33b07626](https://github.com/storm-software/storm-ops/commit/f33b07626))
76
- - **monorepo:** Regenerate README markdown files ([d147539be](https://github.com/storm-software/storm-ops/commit/d147539be))
105
+ - **monorepo:** Reformat the repo's files
106
+ ([f33b07626](https://github.com/storm-software/storm-ops/commit/f33b07626))
107
+ - **monorepo:** Regenerate README markdown files
108
+ ([d147539be](https://github.com/storm-software/storm-ops/commit/d147539be))
77
109
 
78
110
  ## 0.55.26 (2025-02-03)
79
111
 
80
112
  ### Miscellaneous
81
113
 
82
- - **monorepo:** Regenerate README markdown files ([949c6f3cd](https://github.com/storm-software/storm-ops/commit/949c6f3cd))
114
+ - **monorepo:** Regenerate README markdown files
115
+ ([949c6f3cd](https://github.com/storm-software/storm-ops/commit/949c6f3cd))
83
116
 
84
117
  ## 0.55.25 (2025-02-02)
85
118
 
86
119
  ### Miscellaneous
87
120
 
88
- - **monorepo:** Regenerate README markdown files ([47f85fdcf](https://github.com/storm-software/storm-ops/commit/47f85fdcf))
121
+ - **monorepo:** Regenerate README markdown files
122
+ ([47f85fdcf](https://github.com/storm-software/storm-ops/commit/47f85fdcf))
89
123
 
90
124
  ## 0.55.24 (2025-02-02)
91
125
 
92
126
  ### Miscellaneous
93
127
 
94
- - **monorepo:** Regenerate README markdown files ([665463d38](https://github.com/storm-software/storm-ops/commit/665463d38))
128
+ - **monorepo:** Regenerate README markdown files
129
+ ([665463d38](https://github.com/storm-software/storm-ops/commit/665463d38))
95
130
 
96
131
  ## 0.55.23 (2025-02-02)
97
132
 
98
133
  ### Miscellaneous
99
134
 
100
- - **monorepo:** Regenerate README markdown files ([81d0b65c2](https://github.com/storm-software/storm-ops/commit/81d0b65c2))
135
+ - **monorepo:** Regenerate README markdown files
136
+ ([81d0b65c2](https://github.com/storm-software/storm-ops/commit/81d0b65c2))
101
137
 
102
138
  ## 0.55.22 (2025-02-02)
103
139
 
104
140
  ### Miscellaneous
105
141
 
106
- - **monorepo:** Regenerate README markdown files ([a2b221881](https://github.com/storm-software/storm-ops/commit/a2b221881))
142
+ - **monorepo:** Regenerate README markdown files
143
+ ([a2b221881](https://github.com/storm-software/storm-ops/commit/a2b221881))
107
144
 
108
145
  ## 0.55.21 (2025-02-02)
109
146
 
110
147
  ### Miscellaneous
111
148
 
112
- - **monorepo:** Regenerate README markdown files ([e3b80ea7](https://github.com/storm-software/storm-ops/commit/e3b80ea7))
149
+ - **monorepo:** Regenerate README markdown files
150
+ ([e3b80ea7](https://github.com/storm-software/storm-ops/commit/e3b80ea7))
113
151
 
114
152
  ## 0.55.20 (2025-02-01)
115
153
 
116
154
  ### Miscellaneous
117
155
 
118
- - **monorepo:** Regenerate README markdown files ([af5c80fa](https://github.com/storm-software/storm-ops/commit/af5c80fa))
156
+ - **monorepo:** Regenerate README markdown files
157
+ ([af5c80fa](https://github.com/storm-software/storm-ops/commit/af5c80fa))
119
158
 
120
159
  ## 0.55.19 (2025-01-29)
121
160
 
122
161
  ### Miscellaneous
123
162
 
124
- - **monorepo:** Regenerate README markdown files ([a1b6717d](https://github.com/storm-software/storm-ops/commit/a1b6717d))
163
+ - **monorepo:** Regenerate README markdown files
164
+ ([a1b6717d](https://github.com/storm-software/storm-ops/commit/a1b6717d))
125
165
 
126
166
  ## 0.55.18 (2025-01-29)
127
167
 
128
168
  ### Miscellaneous
129
169
 
130
- - **monorepo:** Regenerate README markdown files ([5e0520b1](https://github.com/storm-software/storm-ops/commit/5e0520b1))
170
+ - **monorepo:** Regenerate README markdown files
171
+ ([5e0520b1](https://github.com/storm-software/storm-ops/commit/5e0520b1))
131
172
 
132
173
  ## 0.55.17 (2025-01-29)
133
174
 
134
175
  ### Miscellaneous
135
176
 
136
- - **monorepo:** Regenerate README markdown files ([2eb0a4f0](https://github.com/storm-software/storm-ops/commit/2eb0a4f0))
137
- - **monorepo:** Regenerate README markdown files ([da76edd7](https://github.com/storm-software/storm-ops/commit/da76edd7))
177
+ - **monorepo:** Regenerate README markdown files
178
+ ([2eb0a4f0](https://github.com/storm-software/storm-ops/commit/2eb0a4f0))
179
+ - **monorepo:** Regenerate README markdown files
180
+ ([da76edd7](https://github.com/storm-software/storm-ops/commit/da76edd7))
138
181
 
139
182
  ## 0.55.16 (2025-01-29)
140
183
 
141
184
  ### Miscellaneous
142
185
 
143
- - **monorepo:** Regenerate README markdown files ([07f7d3d5](https://github.com/storm-software/storm-ops/commit/07f7d3d5))
186
+ - **monorepo:** Regenerate README markdown files
187
+ ([07f7d3d5](https://github.com/storm-software/storm-ops/commit/07f7d3d5))
144
188
 
145
189
  ## 0.55.15 (2025-01-29)
146
190
 
147
191
  ### Miscellaneous
148
192
 
149
- - **monorepo:** Regenerate README markdown files ([c2ecaaf8](https://github.com/storm-software/storm-ops/commit/c2ecaaf8))
193
+ - **monorepo:** Regenerate README markdown files
194
+ ([c2ecaaf8](https://github.com/storm-software/storm-ops/commit/c2ecaaf8))
150
195
 
151
196
  ## 0.55.14 (2025-01-29)
152
197
 
153
198
  ### Miscellaneous
154
199
 
155
- - **monorepo:** Regenerate README markdown files ([c87535fb](https://github.com/storm-software/storm-ops/commit/c87535fb))
200
+ - **monorepo:** Regenerate README markdown files
201
+ ([c87535fb](https://github.com/storm-software/storm-ops/commit/c87535fb))
156
202
 
157
203
  ## 0.55.13 (2025-01-29)
158
204
 
159
205
  ### Miscellaneous
160
206
 
161
- - **monorepo:** Regenerate README markdown files ([87f7b939](https://github.com/storm-software/storm-ops/commit/87f7b939))
207
+ - **monorepo:** Regenerate README markdown files
208
+ ([87f7b939](https://github.com/storm-software/storm-ops/commit/87f7b939))
162
209
 
163
210
  ## 0.55.12 (2025-01-28)
164
211
 
165
212
  ### Miscellaneous
166
213
 
167
- - **monorepo:** Generate README markdown files ([a28c725e](https://github.com/storm-software/storm-ops/commit/a28c725e))
214
+ - **monorepo:** Generate README markdown files
215
+ ([a28c725e](https://github.com/storm-software/storm-ops/commit/a28c725e))
168
216
 
169
217
  ## 0.55.11 (2025-01-28)
170
218
 
171
219
  ### Miscellaneous
172
220
 
173
- - **monorepo:** Regenerate README markdown files ([4540dfe1](https://github.com/storm-software/storm-ops/commit/4540dfe1))
221
+ - **monorepo:** Regenerate README markdown files
222
+ ([4540dfe1](https://github.com/storm-software/storm-ops/commit/4540dfe1))
174
223
 
175
224
  ## 0.55.10 (2025-01-28)
176
225
 
177
226
  ### Miscellaneous
178
227
 
179
- - **monorepo:** Regenerate README markdown files ([08ac6d0e](https://github.com/storm-software/storm-ops/commit/08ac6d0e))
228
+ - **monorepo:** Regenerate README markdown files
229
+ ([08ac6d0e](https://github.com/storm-software/storm-ops/commit/08ac6d0e))
180
230
 
181
231
  ## 0.55.9 (2025-01-28)
182
232
 
183
233
  ### Miscellaneous
184
234
 
185
- - **monorepo:** Regenerate README markdown files ([d5aac4fd](https://github.com/storm-software/storm-ops/commit/d5aac4fd))
235
+ - **monorepo:** Regenerate README markdown files
236
+ ([d5aac4fd](https://github.com/storm-software/storm-ops/commit/d5aac4fd))
186
237
 
187
238
  ## 0.55.8 (2025-01-28)
188
239
 
189
240
  ### Miscellaneous
190
241
 
191
- - **monorepo:** Regenerate README markdown files ([144ad8bf](https://github.com/storm-software/storm-ops/commit/144ad8bf))
242
+ - **monorepo:** Regenerate README markdown files
243
+ ([144ad8bf](https://github.com/storm-software/storm-ops/commit/144ad8bf))
192
244
 
193
245
  ## 0.55.7 (2025-01-28)
194
246
 
195
247
  ### Miscellaneous
196
248
 
197
- - **monorepo:** Regenerate README markdown files ([4a6cac15](https://github.com/storm-software/storm-ops/commit/4a6cac15))
249
+ - **monorepo:** Regenerate README markdown files
250
+ ([4a6cac15](https://github.com/storm-software/storm-ops/commit/4a6cac15))
198
251
 
199
252
  ## 0.55.6 (2025-01-28)
200
253
 
201
254
  ### Miscellaneous
202
255
 
203
- - **monorepo:** Regenerate README markdown files ([d9a6793e](https://github.com/storm-software/storm-ops/commit/d9a6793e))
256
+ - **monorepo:** Regenerate README markdown files
257
+ ([d9a6793e](https://github.com/storm-software/storm-ops/commit/d9a6793e))
204
258
 
205
259
  ## 0.55.5 (2025-01-28)
206
260
 
207
261
  ### Miscellaneous
208
262
 
209
- - **monorepo:** Regenerate README markdown files ([812b4fba](https://github.com/storm-software/storm-ops/commit/812b4fba))
263
+ - **monorepo:** Regenerate README markdown files
264
+ ([812b4fba](https://github.com/storm-software/storm-ops/commit/812b4fba))
210
265
 
211
266
  ## 0.55.4 (2025-01-28)
212
267
 
213
268
  ### Miscellaneous
214
269
 
215
- - **monorepo:** Regenerate README markdown files ([f3649091](https://github.com/storm-software/storm-ops/commit/f3649091))
270
+ - **monorepo:** Regenerate README markdown files
271
+ ([f3649091](https://github.com/storm-software/storm-ops/commit/f3649091))
216
272
 
217
273
  ## 0.55.3 (2025-01-28)
218
274
 
219
275
  ### Miscellaneous
220
276
 
221
- - **monorepo:** Regenerate README markdown files ([d3619f12](https://github.com/storm-software/storm-ops/commit/d3619f12))
277
+ - **monorepo:** Regenerate README markdown files
278
+ ([d3619f12](https://github.com/storm-software/storm-ops/commit/d3619f12))
222
279
 
223
280
  ## 0.55.2 (2025-01-24)
224
281
 
225
282
  ### Miscellaneous
226
283
 
227
- - **monorepo:** Regenerate the README markdown files ([e217af7e](https://github.com/storm-software/storm-ops/commit/e217af7e))
284
+ - **monorepo:** Regenerate the README markdown files
285
+ ([e217af7e](https://github.com/storm-software/storm-ops/commit/e217af7e))
228
286
 
229
287
  ## 0.55.1 (2025-01-24)
230
288
 
231
289
  ### Miscellaneous
232
290
 
233
- - **monorepo:** Regenerate the README markdown files ([e7d99d45](https://github.com/storm-software/storm-ops/commit/e7d99d45))
291
+ - **monorepo:** Regenerate the README markdown files
292
+ ([e7d99d45](https://github.com/storm-software/storm-ops/commit/e7d99d45))
234
293
 
235
294
  ## 0.55.0 (2025-01-23)
236
295
 
237
296
  ### Features
238
297
 
239
- - **config:** Update package to use modern tooling ([8ac7afa3](https://github.com/storm-software/storm-ops/commit/8ac7afa3))
298
+ - **config:** Update package to use modern tooling
299
+ ([8ac7afa3](https://github.com/storm-software/storm-ops/commit/8ac7afa3))
240
300
 
241
301
  ## 0.54.9 (2025-01-23)
242
302
 
243
303
  ### Miscellaneous
244
304
 
245
- - **monorepo:** Regenerate README markdown files ([eb629846](https://github.com/storm-software/storm-ops/commit/eb629846))
305
+ - **monorepo:** Regenerate README markdown files
306
+ ([eb629846](https://github.com/storm-software/storm-ops/commit/eb629846))
246
307
 
247
308
  ## 0.54.8 (2025-01-23)
248
309
 
249
310
  ### Bug Fixes
250
311
 
251
- - **monorepo:** Resolve issue with invalid Nx Devkit imports ([356d591c](https://github.com/storm-software/storm-ops/commit/356d591c))
312
+ - **monorepo:** Resolve issue with invalid Nx Devkit imports
313
+ ([356d591c](https://github.com/storm-software/storm-ops/commit/356d591c))
252
314
 
253
315
  ## 0.54.7 (2025-01-23)
254
316
 
255
317
  ### Miscellaneous
256
318
 
257
- - **monorepo:** Regenerate README markdown files ([64e4e1f3](https://github.com/storm-software/storm-ops/commit/64e4e1f3))
319
+ - **monorepo:** Regenerate README markdown files
320
+ ([64e4e1f3](https://github.com/storm-software/storm-ops/commit/64e4e1f3))
258
321
 
259
322
  ## 0.54.6 (2025-01-23)
260
323
 
261
324
  ### Miscellaneous
262
325
 
263
- - **monorepo:** Regenerate README markdown files ([e468fe22](https://github.com/storm-software/storm-ops/commit/e468fe22))
326
+ - **monorepo:** Regenerate README markdown files
327
+ ([e468fe22](https://github.com/storm-software/storm-ops/commit/e468fe22))
264
328
 
265
329
  ## 0.54.5 (2025-01-23)
266
330
 
267
331
  ### Bug Fixes
268
332
 
269
- - **build-tools:** Resolve issue with unending copy asset files process ([e0050d6b](https://github.com/storm-software/storm-ops/commit/e0050d6b))
333
+ - **build-tools:** Resolve issue with unending copy asset files process
334
+ ([e0050d6b](https://github.com/storm-software/storm-ops/commit/e0050d6b))
270
335
 
271
336
  ## 0.54.4 (2025-01-23)
272
337
 
273
338
  ### Bug Fixes
274
339
 
275
- - **monorepo:** Resolve issue with internal package referencing ([cdc11477](https://github.com/storm-software/storm-ops/commit/cdc11477))
340
+ - **monorepo:** Resolve issue with internal package referencing
341
+ ([cdc11477](https://github.com/storm-software/storm-ops/commit/cdc11477))
276
342
 
277
343
  ## 0.54.3 (2025-01-22)
278
344
 
279
345
  ### Miscellaneous
280
346
 
281
- - **monorepo:** Update the workspace's `storm.json` config to use the new preset repository ([95067c70](https://github.com/storm-software/storm-ops/commit/95067c70))
347
+ - **monorepo:** Update the workspace's `storm.json` config to use the new preset
348
+ repository
349
+ ([95067c70](https://github.com/storm-software/storm-ops/commit/95067c70))
282
350
 
283
351
  ## 0.54.2 (2025-01-22)
284
352
 
285
353
  ### Bug Fixes
286
354
 
287
- - **build-tools:** Resolved issue with copying asset files into output directory ([1b314e8e](https://github.com/storm-software/storm-ops/commit/1b314e8e))
355
+ - **build-tools:** Resolved issue with copying asset files into output directory
356
+ ([1b314e8e](https://github.com/storm-software/storm-ops/commit/1b314e8e))
288
357
 
289
358
  ## 0.54.1 (2025-01-22)
290
359
 
291
360
  ### Bug Fixes
292
361
 
293
- - **config-tools:** Resolved issue applying entire token parameters object ([5ccf3881](https://github.com/storm-software/storm-ops/commit/5ccf3881))
362
+ - **config-tools:** Resolved issue applying entire token parameters object
363
+ ([5ccf3881](https://github.com/storm-software/storm-ops/commit/5ccf3881))
294
364
 
295
365
  ## 0.54.0 (2025-01-22)
296
366
 
297
367
  ### Features
298
368
 
299
- - **workspace-tools:** Enhanced option tokenization logic for executors ([14ed93d7](https://github.com/storm-software/storm-ops/commit/14ed93d7))
369
+ - **workspace-tools:** Enhanced option tokenization logic for executors
370
+ ([14ed93d7](https://github.com/storm-software/storm-ops/commit/14ed93d7))
300
371
 
301
372
  ## 0.53.1 (2025-01-21)
302
373
 
303
374
  ### Bug Fixes
304
375
 
305
- - **unbuild:** Ensure we always use directory as input instead of a file ([13d4a133](https://github.com/storm-software/storm-ops/commit/13d4a133))
376
+ - **unbuild:** Ensure we always use directory as input instead of a file
377
+ ([13d4a133](https://github.com/storm-software/storm-ops/commit/13d4a133))
306
378
 
307
379
  ## 0.53.0 (2025-01-21)
308
380
 
309
381
  ### Features
310
382
 
311
- - **config-tools:** Update utility packages to use ESM ([3bc6d4ba](https://github.com/storm-software/storm-ops/commit/3bc6d4ba))
383
+ - **config-tools:** Update utility packages to use ESM
384
+ ([3bc6d4ba](https://github.com/storm-software/storm-ops/commit/3bc6d4ba))
312
385
 
313
386
  ### Dependency Upgrades
314
387
 
315
- - **monorepo:** Use version 4.2.1 of `chalk` package to prevent CommonJs issues ([133dcdfd](https://github.com/storm-software/storm-ops/commit/133dcdfd))
388
+ - **monorepo:** Use version 4.2.1 of `chalk` package to prevent CommonJs issues
389
+ ([133dcdfd](https://github.com/storm-software/storm-ops/commit/133dcdfd))
316
390
 
317
391
  ## 0.52.3 (2025-01-21)
318
392
 
319
393
  ### Bug Fixes
320
394
 
321
- - **workspace-tools:** Resolve internal package as ESM via `jiti` resolver ([1dc4cfdd](https://github.com/storm-software/storm-ops/commit/1dc4cfdd))
395
+ - **workspace-tools:** Resolve internal package as ESM via `jiti` resolver
396
+ ([1dc4cfdd](https://github.com/storm-software/storm-ops/commit/1dc4cfdd))
322
397
 
323
398
  ## 0.52.2 (2025-01-21)
324
399
 
325
400
  ### Bug Fixes
326
401
 
327
- - **unbuild:** Resolved issue with package `exports` path ([faf23b0e](https://github.com/storm-software/storm-ops/commit/faf23b0e))
402
+ - **unbuild:** Resolved issue with package `exports` path
403
+ ([faf23b0e](https://github.com/storm-software/storm-ops/commit/faf23b0e))
328
404
 
329
405
  ## 0.52.1 (2025-01-21)
330
406
 
331
407
  ### Bug Fixes
332
408
 
333
- - **workspace-tools:** Resolve issue with invalid import path ([42a07d0c](https://github.com/storm-software/storm-ops/commit/42a07d0c))
409
+ - **workspace-tools:** Resolve issue with invalid import path
410
+ ([42a07d0c](https://github.com/storm-software/storm-ops/commit/42a07d0c))
334
411
 
335
412
  ## 0.52.0 (2025-01-21)
336
413
 
337
414
  ### Features
338
415
 
339
- - **config-tools:** Added the `createLogger` function to drive CommonJs modules ([0cee1525](https://github.com/storm-software/storm-ops/commit/0cee1525))
416
+ - **config-tools:** Added the `createLogger` function to drive CommonJs modules
417
+ ([0cee1525](https://github.com/storm-software/storm-ops/commit/0cee1525))
340
418
 
341
419
  ## 0.51.2 (2025-01-21)
342
420
 
343
421
  ### Continuous Integration
344
422
 
345
- - **workspace-tools:** Mark all internal packages as external ([f8c65aeb](https://github.com/storm-software/storm-ops/commit/f8c65aeb))
423
+ - **workspace-tools:** Mark all internal packages as external
424
+ ([f8c65aeb](https://github.com/storm-software/storm-ops/commit/f8c65aeb))
346
425
 
347
426
  ## 0.51.1 (2025-01-20)
348
427
 
349
428
  ### Miscellaneous
350
429
 
351
- - **config-tools:** Bundle dependencies in distributable ([df027cfe](https://github.com/storm-software/storm-ops/commit/df027cfe))
430
+ - **config-tools:** Bundle dependencies in distributable
431
+ ([df027cfe](https://github.com/storm-software/storm-ops/commit/df027cfe))
352
432
 
353
433
  ## 0.51.0 (2025-01-20)
354
434
 
355
435
  ### Features
356
436
 
357
- - **unbuild:** Update package to bundle config-tools ([a2fc7768](https://github.com/storm-software/storm-ops/commit/a2fc7768))
437
+ - **unbuild:** Update package to bundle config-tools
438
+ ([a2fc7768](https://github.com/storm-software/storm-ops/commit/a2fc7768))
358
439
 
359
440
  ## 0.50.4 (2025-01-20)
360
441
 
361
442
  ### Bug Fixes
362
443
 
363
- - **workspace-tools:** Add `jiti` to support resolution of `@storm-software/unbuild` package ([0abfa98b](https://github.com/storm-software/storm-ops/commit/0abfa98b))
444
+ - **workspace-tools:** Add `jiti` to support resolution of
445
+ `@storm-software/unbuild` package
446
+ ([0abfa98b](https://github.com/storm-software/storm-ops/commit/0abfa98b))
364
447
 
365
448
  ## 0.50.3 (2025-01-20)
366
449
 
367
450
  ### Bug Fixes
368
451
 
369
- - **workspace-tools:** Resolve formatting issue with missing `parser` config ([da80cf3d](https://github.com/storm-software/storm-ops/commit/da80cf3d))
452
+ - **workspace-tools:** Resolve formatting issue with missing `parser` config
453
+ ([da80cf3d](https://github.com/storm-software/storm-ops/commit/da80cf3d))
370
454
 
371
455
  ## 0.50.2 (2025-01-20)
372
456
 
373
457
  ### Bug Fixes
374
458
 
375
- - **untyped:** Resovle bundling issue with externals ([ff044ddf](https://github.com/storm-software/storm-ops/commit/ff044ddf))
459
+ - **untyped:** Resovle bundling issue with externals
460
+ ([ff044ddf](https://github.com/storm-software/storm-ops/commit/ff044ddf))
376
461
 
377
462
  ## 0.50.1 (2025-01-20)
378
463
 
379
464
  ### Bug Fixes
380
465
 
381
- - **unbuild:** Update package to bundle the `unbuild` package for distribution ([d304c28d](https://github.com/storm-software/storm-ops/commit/d304c28d))
466
+ - **unbuild:** Update package to bundle the `unbuild` package for distribution
467
+ ([d304c28d](https://github.com/storm-software/storm-ops/commit/d304c28d))
382
468
 
383
469
  ## 0.50.0 (2025-01-20)
384
470
 
385
471
  ### Features
386
472
 
387
- - **unbuild:** Update build process to use cached project graph ([610c94aa](https://github.com/storm-software/storm-ops/commit/610c94aa))
473
+ - **unbuild:** Update build process to use cached project graph
474
+ ([610c94aa](https://github.com/storm-software/storm-ops/commit/610c94aa))
388
475
 
389
476
  ## 0.49.1 (2025-01-20)
390
477
 
391
478
  ### Bug Fixes
392
479
 
393
- - **workspace-tools:** Resolve cross-platform build issue in `copyfiles` script ([331a723f](https://github.com/storm-software/storm-ops/commit/331a723f))
480
+ - **workspace-tools:** Resolve cross-platform build issue in `copyfiles` script
481
+ ([331a723f](https://github.com/storm-software/storm-ops/commit/331a723f))
394
482
 
395
483
  ## 0.49.0 (2025-01-20)
396
484
 
397
485
  ### Features
398
486
 
399
- - **untyped:** Standard file name changes to avoid collisions ([71acf100](https://github.com/storm-software/storm-ops/commit/71acf100))
487
+ - **untyped:** Standard file name changes to avoid collisions
488
+ ([71acf100](https://github.com/storm-software/storm-ops/commit/71acf100))
400
489
 
401
490
  ### Bug Fixes
402
491
 
403
- - **terraform-tools:** Resolve issue with invalid import path ([7a8ee2cf](https://github.com/storm-software/storm-ops/commit/7a8ee2cf))
492
+ - **terraform-tools:** Resolve issue with invalid import path
493
+ ([7a8ee2cf](https://github.com/storm-software/storm-ops/commit/7a8ee2cf))
404
494
 
405
495
  ## 0.48.0 (2025-01-20)
406
496
 
407
497
  ### Features
408
498
 
409
- - **workspace-tools:** Update Nx plugin packages to use new build/dist infrastructure ([67cd3df2](https://github.com/storm-software/storm-ops/commit/67cd3df2))
410
- - **untyped:** Initial check-in for the `untyped` package ([c02dad71](https://github.com/storm-software/storm-ops/commit/c02dad71))
499
+ - **workspace-tools:** Update Nx plugin packages to use new build/dist
500
+ infrastructure
501
+ ([67cd3df2](https://github.com/storm-software/storm-ops/commit/67cd3df2))
502
+ - **untyped:** Initial check-in for the `untyped` package
503
+ ([c02dad71](https://github.com/storm-software/storm-ops/commit/c02dad71))
411
504
 
412
505
  ### Bug Fixes
413
506
 
414
- - **workspace-tools:** Resolved issue with invalid fields in base executor schema ([ae28e897](https://github.com/storm-software/storm-ops/commit/ae28e897))
507
+ - **workspace-tools:** Resolved issue with invalid fields in base executor
508
+ schema
509
+ ([ae28e897](https://github.com/storm-software/storm-ops/commit/ae28e897))
415
510
 
416
511
  ### Miscellaneous
417
512
 
418
- - **monorepo:** Regenerate README markdown files ([5c8e5c96](https://github.com/storm-software/storm-ops/commit/5c8e5c96))
513
+ - **monorepo:** Regenerate README markdown files
514
+ ([5c8e5c96](https://github.com/storm-software/storm-ops/commit/5c8e5c96))
419
515
 
420
516
  ## 0.47.9 (2025-01-13)
421
517
 
package/README.md CHANGED
@@ -3,7 +3,7 @@
3
3
  <!-- markdownlint-disable -->
4
4
 
5
5
 
6
- <div align="center"><img src="https://pub-761b436209f44a4d886487c917806c08.r2.dev/storm-banner.gif" width="100%" alt="Storm Software" /></div>
6
+ <div align="center"><img src="https://public.storm-cdn.com/storm-banner.gif" width="100%" alt="Storm Software" /></div>
7
7
  <br />
8
8
 
9
9
  <div align="center">
@@ -21,7 +21,7 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
21
21
 
22
22
  <h3 align="center">💻 Visit <a href="https://stormsoftware.com" target="_blank">stormsoftware.com</a> to stay up to date with this developer</h3><br />
23
23
 
24
- [![Version](https://img.shields.io/badge/version-0.55.37-1fb2a6.svg?style=for-the-badge&color=1fb2a6)](https://prettier.io/)&nbsp;[![Nx](https://img.shields.io/badge/Nx-17.0.2-lightgrey?style=for-the-badge&logo=nx&logoWidth=20&&color=1fb2a6)](http://nx.dev/)&nbsp;[![NextJs](https://img.shields.io/badge/Next.js-14.0.2-lightgrey?style=for-the-badge&logo=nextdotjs&logoWidth=20&color=1fb2a6)](https://nextjs.org/)&nbsp;[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?style=for-the-badge&logo=commitlint&color=1fb2a6)](http://commitizen.github.io/cz-cli/)&nbsp;![Semantic-Release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=for-the-badge&color=1fb2a6)&nbsp;[![documented with Fumadocs](https://img.shields.io/badge/documented_with-fumadocs-success.svg?style=for-the-badge&logo=readthedocs&color=1fb2a6)](https://fumadocs.vercel.app/)&nbsp;![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/storm-software/storm-ops/cr.yml?style=for-the-badge&logo=github-actions&color=1fb2a6)
24
+ [![Version](https://img.shields.io/badge/version-0.55.39-1fb2a6.svg?style=for-the-badge&color=1fb2a6)](https://prettier.io/)&nbsp;[![Nx](https://img.shields.io/badge/Nx-17.0.2-lightgrey?style=for-the-badge&logo=nx&logoWidth=20&&color=1fb2a6)](http://nx.dev/)&nbsp;[![NextJs](https://img.shields.io/badge/Next.js-14.0.2-lightgrey?style=for-the-badge&logo=nextdotjs&logoWidth=20&color=1fb2a6)](https://nextjs.org/)&nbsp;[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?style=for-the-badge&logo=commitlint&color=1fb2a6)](http://commitizen.github.io/cz-cli/)&nbsp;![Semantic-Release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=for-the-badge&color=1fb2a6)&nbsp;[![documented with Fumadocs](https://img.shields.io/badge/documented_with-fumadocs-success.svg?style=for-the-badge&logo=readthedocs&color=1fb2a6)](https://fumadocs.vercel.app/)&nbsp;![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/storm-software/storm-ops/cr.yml?style=for-the-badge&logo=github-actions&color=1fb2a6)
25
25
 
26
26
  <!-- prettier-ignore-start -->
27
27
  <!-- markdownlint-disable -->
@@ -33,7 +33,7 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
33
33
  <!-- prettier-ignore-end -->
34
34
 
35
35
  <div align="center">
36
- <b>Be sure to ⭐ this repository on <a href="https://github.com/storm-software/storm-ops" target="_blank">GitHub</a> so you can keep up to date on any daily progress!</b>
36
+ <b>Be sure to ⭐ this <a href="https://github.com/storm-software/storm-ops" target="_blank">repository on GitHub</a> so you can keep up to date on any daily progress!</b>
37
37
  </div>
38
38
 
39
39
  <br />
@@ -330,7 +330,7 @@ specification. Contributions of any kind welcome!
330
330
  <br />
331
331
 
332
332
  <div align="center">
333
- <img src="https://pub-761b436209f44a4d886487c917806c08.r2.dev/logo-banner.png" width="100%" alt="Storm Software" />
333
+ <img src="https://public.storm-cdn.com/brand-banner.png" width="100%" alt="Storm Software" />
334
334
  </div>
335
335
  <br />
336
336
 
@@ -339,7 +339,7 @@ specification. Contributions of any kind welcome!
339
339
  </div>
340
340
 
341
341
  <div align="center">
342
- <b>Fingerprint:</b> 1BD2 7192 7770 2549 F4C9 F238 E6AD C420 DA5C 4C2D
342
+ <b>Fingerprint:</b> F47F 1853 BCAD DE9B 42C8 6316 9FDE EC95 47FE D106
343
343
  </div>
344
344
  <br />
345
345
 
@@ -362,9 +362,9 @@ channel!
362
362
 
363
363
  <br />
364
364
 
365
- <div align="center"><a href="https://stormsoftware.com" target="_blank"><img src="https://pub-761b436209f44a4d886487c917806c08.r2.dev/icon-fill.png" alt="Storm Software" width="200px"/></a></div>
365
+ <div align="center"><a href="https://stormsoftware.com" target="_blank"><img src="https://public.storm-cdn.com/icon-fill.png" alt="Storm Software" width="200px"/></a></div>
366
366
  <br />
367
- <div align="center"><a href="https://stormsoftware.com" target="_blank"><img src="https://pub-761b436209f44a4d886487c917806c08.r2.dev/visit-us-text.svg" alt="Visit us at stormsoftware.com" height="90px"/></a></div>
367
+ <div align="center"><a href="https://stormsoftware.com" target="_blank"><img src="https://public.storm-cdn.com/visit-us-text.svg" alt="Visit us at stormsoftware.com" height="90px"/></a></div>
368
368
 
369
369
  <br />
370
370
 
@@ -11,7 +11,7 @@ var __commonJS = (cb, mod) => function __require2() {
11
11
  return mod || (0, cb[__getOwnPropNames(cb)[0]])((mod = { exports: {} }).exports, mod), mod.exports;
12
12
  };
13
13
 
14
- // ../../node_modules/.pnpm/tsup@8.3.5_@microsoft+api-extractor@7.49.2_@types+node@22.13.0__@swc+core@1.7.26_@swc+helpers_kupakjppxzf7wv7pnek6irqjpq/node_modules/tsup/assets/esm_shims.js
14
+ // ../../node_modules/.pnpm/tsup@8.3.5_@microsoft+api-extractor@7.51.1_@types+node@22.13.9__@swc+core@1.7.26_@swc+h_15d7298fb4f51a3f0d8d4a9f5c0e1421/node_modules/tsup/assets/esm_shims.js
15
15
  import { fileURLToPath } from "url";
16
16
  import path from "path";
17
17
  var getFilename = /* @__PURE__ */ __name(() => fileURLToPath(import.meta.url), "getFilename");