@storm-software/cloudflare-tools 0.55.39 → 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.
- package/CHANGELOG.md +165 -75
- package/README.md +6 -6
- package/dist/{chunk-Y3XZCCPP.mjs → chunk-3HMZSKJD.mjs} +1 -1
- package/dist/{chunk-FSZS6NDT.js → chunk-3SY45SUU.js} +12 -12
- package/dist/{chunk-J22YL4DC.mjs → chunk-4QFFFPC5.mjs} +2 -2
- package/dist/{chunk-XYJVYVYX.js → chunk-5KLP7KFL.js} +484 -571
- package/dist/{chunk-HZON5W3G.js → chunk-FK6PN2T3.js} +42 -14
- package/dist/{chunk-ZBM3I5Z7.mjs → chunk-FQEGSK6L.mjs} +4 -4
- package/dist/{chunk-KLCTLDIH.js → chunk-H2ML72QF.js} +91 -47
- package/dist/{chunk-I6XBWBZN.js → chunk-HF5FM2V2.js} +3 -3
- package/dist/{chunk-HWRWRM5W.mjs → chunk-LEXIFHU6.mjs} +2 -2
- package/dist/{chunk-B6ZQTLTY.js → chunk-LZLR3HJU.js} +1 -1
- package/dist/{chunk-QD7ZKWKB.mjs → chunk-M4FHQYTZ.mjs} +43 -15
- package/dist/{chunk-MVGAJ7Q4.js → chunk-MCQ4YOON.js} +16 -16
- package/dist/{chunk-VAVNPHSE.mjs → chunk-MESLYSHV.mjs} +52 -8
- package/dist/{chunk-MBAVTLIK.mjs → chunk-RHCFLN3R.mjs} +323 -410
- package/dist/{chunk-5OCPVWBL.mjs → chunk-S3S7EN37.mjs} +5 -5
- package/dist/{chunk-PDHMNSTI.mjs → chunk-VNLZQQ5C.mjs} +2 -2
- package/dist/{chunk-KFNKJP2U.mjs → chunk-YYEF6TFG.mjs} +1 -1
- package/dist/executors.js +5 -5
- package/dist/executors.mjs +8 -8
- package/dist/generators.js +5 -5
- package/dist/generators.mjs +5 -5
- package/dist/index.js +8 -8
- package/dist/index.mjs +10 -10
- package/dist/src/executors/cloudflare-publish/executor.js +3 -3
- package/dist/src/executors/cloudflare-publish/executor.mjs +6 -6
- package/dist/src/executors/r2-upload-publish/executor.js +5 -5
- package/dist/src/executors/r2-upload-publish/executor.mjs +6 -6
- package/dist/src/executors/serve/executor.d.mts +67 -3
- package/dist/src/executors/serve/executor.d.ts +67 -3
- package/dist/src/executors/serve/executor.js +4 -4
- package/dist/src/executors/serve/executor.mjs +5 -5
- package/dist/src/generators/init/generator.js +2 -2
- package/dist/src/generators/init/generator.mjs +2 -2
- package/dist/src/generators/worker/generator.js +5 -5
- package/dist/src/generators/worker/generator.mjs +5 -5
- package/dist/src/utils/index.js +3 -3
- package/dist/src/utils/index.mjs +3 -3
- package/dist/src/utils/r2-bucket-helpers.js +3 -3
- package/dist/src/utils/r2-bucket-helpers.mjs +3 -3
- package/dist/tsup.config.mjs +1 -1
- package/package.json +11 -11
package/CHANGELOG.md
CHANGED
|
@@ -1,427 +1,517 @@
|
|
|
1
|
+

|
|
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
|
+
|
|
1
12
|
## 0.55.39 (2025-02-06)
|
|
2
13
|
|
|
3
14
|
### Miscellaneous
|
|
4
15
|
|
|
5
|
-
- **monorepo:** Regenerate README markdown files
|
|
16
|
+
- **monorepo:** Regenerate README markdown files
|
|
17
|
+
([1b886df47](https://github.com/storm-software/storm-ops/commit/1b886df47))
|
|
6
18
|
|
|
7
19
|
## 0.55.38 (2025-02-05)
|
|
8
20
|
|
|
9
21
|
### Miscellaneous
|
|
10
22
|
|
|
11
|
-
- **monorepo:** Regenerate README markdown files
|
|
23
|
+
- **monorepo:** Regenerate README markdown files
|
|
24
|
+
([93412b8ef](https://github.com/storm-software/storm-ops/commit/93412b8ef))
|
|
12
25
|
|
|
13
26
|
## 0.55.37 (2025-02-05)
|
|
14
27
|
|
|
15
28
|
### Miscellaneous
|
|
16
29
|
|
|
17
|
-
- **monorepo:** Regenerate README markdown files
|
|
30
|
+
- **monorepo:** Regenerate README markdown files
|
|
31
|
+
([de6ae2b84](https://github.com/storm-software/storm-ops/commit/de6ae2b84))
|
|
18
32
|
|
|
19
33
|
## 0.55.36 (2025-02-05)
|
|
20
34
|
|
|
21
35
|
### Miscellaneous
|
|
22
36
|
|
|
23
|
-
- **monorepo:** Regenerate README markdown files
|
|
37
|
+
- **monorepo:** Regenerate README markdown files
|
|
38
|
+
([79e7315d9](https://github.com/storm-software/storm-ops/commit/79e7315d9))
|
|
24
39
|
|
|
25
40
|
## 0.55.35 (2025-02-05)
|
|
26
41
|
|
|
27
42
|
### Miscellaneous
|
|
28
43
|
|
|
29
|
-
- **monorepo:** Regenerated README markdown files
|
|
44
|
+
- **monorepo:** Regenerated README markdown files
|
|
45
|
+
([2488fa0a7](https://github.com/storm-software/storm-ops/commit/2488fa0a7))
|
|
30
46
|
|
|
31
47
|
## 0.55.34 (2025-02-04)
|
|
32
48
|
|
|
33
49
|
### Miscellaneous
|
|
34
50
|
|
|
35
|
-
- **monorepo:** Regenerate README markdown files
|
|
51
|
+
- **monorepo:** Regenerate README markdown files
|
|
52
|
+
([f151d13e9](https://github.com/storm-software/storm-ops/commit/f151d13e9))
|
|
36
53
|
|
|
37
54
|
## 0.55.33 (2025-02-04)
|
|
38
55
|
|
|
39
56
|
### Miscellaneous
|
|
40
57
|
|
|
41
|
-
- **monorepo:** Regenerate README markdown files
|
|
58
|
+
- **monorepo:** Regenerate README markdown files
|
|
59
|
+
([572028003](https://github.com/storm-software/storm-ops/commit/572028003))
|
|
42
60
|
|
|
43
61
|
## 0.55.32 (2025-02-04)
|
|
44
62
|
|
|
45
63
|
### Miscellaneous
|
|
46
64
|
|
|
47
|
-
- **monorepo:** Generate README markdown files
|
|
65
|
+
- **monorepo:** Generate README markdown files
|
|
66
|
+
([12aa873f6](https://github.com/storm-software/storm-ops/commit/12aa873f6))
|
|
48
67
|
|
|
49
68
|
## 0.55.31 (2025-02-04)
|
|
50
69
|
|
|
51
70
|
### Miscellaneous
|
|
52
71
|
|
|
53
|
-
- **monorepo:** Regenerate README markdown files
|
|
72
|
+
- **monorepo:** Regenerate README markdown files
|
|
73
|
+
([481420a10](https://github.com/storm-software/storm-ops/commit/481420a10))
|
|
54
74
|
|
|
55
75
|
## 0.55.30 (2025-02-04)
|
|
56
76
|
|
|
57
77
|
### Miscellaneous
|
|
58
78
|
|
|
59
|
-
- **monorepo:** Regenerate README markdown files
|
|
79
|
+
- **monorepo:** Regenerate README markdown files
|
|
80
|
+
([12a2f638f](https://github.com/storm-software/storm-ops/commit/12a2f638f))
|
|
60
81
|
|
|
61
82
|
## 0.55.29 (2025-02-04)
|
|
62
83
|
|
|
63
84
|
### Miscellaneous
|
|
64
85
|
|
|
65
|
-
- **monorepo:** Regenerate README markdown files
|
|
86
|
+
- **monorepo:** Regenerate README markdown files
|
|
87
|
+
([5295557c6](https://github.com/storm-software/storm-ops/commit/5295557c6))
|
|
66
88
|
|
|
67
89
|
## 0.55.28 (2025-02-04)
|
|
68
90
|
|
|
69
91
|
### Bug Fixes
|
|
70
92
|
|
|
71
|
-
- **monorepo:** Resolve issue with inconsistent `chalk` versions
|
|
93
|
+
- **monorepo:** Resolve issue with inconsistent `chalk` versions
|
|
94
|
+
([e20742ea0](https://github.com/storm-software/storm-ops/commit/e20742ea0))
|
|
72
95
|
|
|
73
96
|
## 0.55.27 (2025-02-04)
|
|
74
97
|
|
|
75
98
|
### Bug Fixes
|
|
76
99
|
|
|
77
|
-
- **monorepo:** Resolved issue with invalid `prettier` config used in hooks
|
|
100
|
+
- **monorepo:** Resolved issue with invalid `prettier` config used in hooks
|
|
101
|
+
([34974919d](https://github.com/storm-software/storm-ops/commit/34974919d))
|
|
78
102
|
|
|
79
103
|
### Miscellaneous
|
|
80
104
|
|
|
81
|
-
- **monorepo:** Reformat the repo's files
|
|
82
|
-
|
|
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))
|
|
83
109
|
|
|
84
110
|
## 0.55.26 (2025-02-03)
|
|
85
111
|
|
|
86
112
|
### Miscellaneous
|
|
87
113
|
|
|
88
|
-
- **monorepo:** Regenerate README markdown files
|
|
114
|
+
- **monorepo:** Regenerate README markdown files
|
|
115
|
+
([949c6f3cd](https://github.com/storm-software/storm-ops/commit/949c6f3cd))
|
|
89
116
|
|
|
90
117
|
## 0.55.25 (2025-02-02)
|
|
91
118
|
|
|
92
119
|
### Miscellaneous
|
|
93
120
|
|
|
94
|
-
- **monorepo:** Regenerate README markdown files
|
|
121
|
+
- **monorepo:** Regenerate README markdown files
|
|
122
|
+
([47f85fdcf](https://github.com/storm-software/storm-ops/commit/47f85fdcf))
|
|
95
123
|
|
|
96
124
|
## 0.55.24 (2025-02-02)
|
|
97
125
|
|
|
98
126
|
### Miscellaneous
|
|
99
127
|
|
|
100
|
-
- **monorepo:** Regenerate README markdown files
|
|
128
|
+
- **monorepo:** Regenerate README markdown files
|
|
129
|
+
([665463d38](https://github.com/storm-software/storm-ops/commit/665463d38))
|
|
101
130
|
|
|
102
131
|
## 0.55.23 (2025-02-02)
|
|
103
132
|
|
|
104
133
|
### Miscellaneous
|
|
105
134
|
|
|
106
|
-
- **monorepo:** Regenerate README markdown files
|
|
135
|
+
- **monorepo:** Regenerate README markdown files
|
|
136
|
+
([81d0b65c2](https://github.com/storm-software/storm-ops/commit/81d0b65c2))
|
|
107
137
|
|
|
108
138
|
## 0.55.22 (2025-02-02)
|
|
109
139
|
|
|
110
140
|
### Miscellaneous
|
|
111
141
|
|
|
112
|
-
- **monorepo:** Regenerate README markdown files
|
|
142
|
+
- **monorepo:** Regenerate README markdown files
|
|
143
|
+
([a2b221881](https://github.com/storm-software/storm-ops/commit/a2b221881))
|
|
113
144
|
|
|
114
145
|
## 0.55.21 (2025-02-02)
|
|
115
146
|
|
|
116
147
|
### Miscellaneous
|
|
117
148
|
|
|
118
|
-
- **monorepo:** Regenerate README markdown files
|
|
149
|
+
- **monorepo:** Regenerate README markdown files
|
|
150
|
+
([e3b80ea7](https://github.com/storm-software/storm-ops/commit/e3b80ea7))
|
|
119
151
|
|
|
120
152
|
## 0.55.20 (2025-02-01)
|
|
121
153
|
|
|
122
154
|
### Miscellaneous
|
|
123
155
|
|
|
124
|
-
- **monorepo:** Regenerate README markdown files
|
|
156
|
+
- **monorepo:** Regenerate README markdown files
|
|
157
|
+
([af5c80fa](https://github.com/storm-software/storm-ops/commit/af5c80fa))
|
|
125
158
|
|
|
126
159
|
## 0.55.19 (2025-01-29)
|
|
127
160
|
|
|
128
161
|
### Miscellaneous
|
|
129
162
|
|
|
130
|
-
- **monorepo:** Regenerate README markdown files
|
|
163
|
+
- **monorepo:** Regenerate README markdown files
|
|
164
|
+
([a1b6717d](https://github.com/storm-software/storm-ops/commit/a1b6717d))
|
|
131
165
|
|
|
132
166
|
## 0.55.18 (2025-01-29)
|
|
133
167
|
|
|
134
168
|
### Miscellaneous
|
|
135
169
|
|
|
136
|
-
- **monorepo:** Regenerate README markdown files
|
|
170
|
+
- **monorepo:** Regenerate README markdown files
|
|
171
|
+
([5e0520b1](https://github.com/storm-software/storm-ops/commit/5e0520b1))
|
|
137
172
|
|
|
138
173
|
## 0.55.17 (2025-01-29)
|
|
139
174
|
|
|
140
175
|
### Miscellaneous
|
|
141
176
|
|
|
142
|
-
- **monorepo:** Regenerate README markdown files
|
|
143
|
-
|
|
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))
|
|
144
181
|
|
|
145
182
|
## 0.55.16 (2025-01-29)
|
|
146
183
|
|
|
147
184
|
### Miscellaneous
|
|
148
185
|
|
|
149
|
-
- **monorepo:** Regenerate README markdown files
|
|
186
|
+
- **monorepo:** Regenerate README markdown files
|
|
187
|
+
([07f7d3d5](https://github.com/storm-software/storm-ops/commit/07f7d3d5))
|
|
150
188
|
|
|
151
189
|
## 0.55.15 (2025-01-29)
|
|
152
190
|
|
|
153
191
|
### Miscellaneous
|
|
154
192
|
|
|
155
|
-
- **monorepo:** Regenerate README markdown files
|
|
193
|
+
- **monorepo:** Regenerate README markdown files
|
|
194
|
+
([c2ecaaf8](https://github.com/storm-software/storm-ops/commit/c2ecaaf8))
|
|
156
195
|
|
|
157
196
|
## 0.55.14 (2025-01-29)
|
|
158
197
|
|
|
159
198
|
### Miscellaneous
|
|
160
199
|
|
|
161
|
-
- **monorepo:** Regenerate README markdown files
|
|
200
|
+
- **monorepo:** Regenerate README markdown files
|
|
201
|
+
([c87535fb](https://github.com/storm-software/storm-ops/commit/c87535fb))
|
|
162
202
|
|
|
163
203
|
## 0.55.13 (2025-01-29)
|
|
164
204
|
|
|
165
205
|
### Miscellaneous
|
|
166
206
|
|
|
167
|
-
- **monorepo:** Regenerate README markdown files
|
|
207
|
+
- **monorepo:** Regenerate README markdown files
|
|
208
|
+
([87f7b939](https://github.com/storm-software/storm-ops/commit/87f7b939))
|
|
168
209
|
|
|
169
210
|
## 0.55.12 (2025-01-28)
|
|
170
211
|
|
|
171
212
|
### Miscellaneous
|
|
172
213
|
|
|
173
|
-
- **monorepo:** Generate README markdown files
|
|
214
|
+
- **monorepo:** Generate README markdown files
|
|
215
|
+
([a28c725e](https://github.com/storm-software/storm-ops/commit/a28c725e))
|
|
174
216
|
|
|
175
217
|
## 0.55.11 (2025-01-28)
|
|
176
218
|
|
|
177
219
|
### Miscellaneous
|
|
178
220
|
|
|
179
|
-
- **monorepo:** Regenerate README markdown files
|
|
221
|
+
- **monorepo:** Regenerate README markdown files
|
|
222
|
+
([4540dfe1](https://github.com/storm-software/storm-ops/commit/4540dfe1))
|
|
180
223
|
|
|
181
224
|
## 0.55.10 (2025-01-28)
|
|
182
225
|
|
|
183
226
|
### Miscellaneous
|
|
184
227
|
|
|
185
|
-
- **monorepo:** Regenerate README markdown files
|
|
228
|
+
- **monorepo:** Regenerate README markdown files
|
|
229
|
+
([08ac6d0e](https://github.com/storm-software/storm-ops/commit/08ac6d0e))
|
|
186
230
|
|
|
187
231
|
## 0.55.9 (2025-01-28)
|
|
188
232
|
|
|
189
233
|
### Miscellaneous
|
|
190
234
|
|
|
191
|
-
- **monorepo:** Regenerate README markdown files
|
|
235
|
+
- **monorepo:** Regenerate README markdown files
|
|
236
|
+
([d5aac4fd](https://github.com/storm-software/storm-ops/commit/d5aac4fd))
|
|
192
237
|
|
|
193
238
|
## 0.55.8 (2025-01-28)
|
|
194
239
|
|
|
195
240
|
### Miscellaneous
|
|
196
241
|
|
|
197
|
-
- **monorepo:** Regenerate README markdown files
|
|
242
|
+
- **monorepo:** Regenerate README markdown files
|
|
243
|
+
([144ad8bf](https://github.com/storm-software/storm-ops/commit/144ad8bf))
|
|
198
244
|
|
|
199
245
|
## 0.55.7 (2025-01-28)
|
|
200
246
|
|
|
201
247
|
### Miscellaneous
|
|
202
248
|
|
|
203
|
-
- **monorepo:** Regenerate README markdown files
|
|
249
|
+
- **monorepo:** Regenerate README markdown files
|
|
250
|
+
([4a6cac15](https://github.com/storm-software/storm-ops/commit/4a6cac15))
|
|
204
251
|
|
|
205
252
|
## 0.55.6 (2025-01-28)
|
|
206
253
|
|
|
207
254
|
### Miscellaneous
|
|
208
255
|
|
|
209
|
-
- **monorepo:** Regenerate README markdown files
|
|
256
|
+
- **monorepo:** Regenerate README markdown files
|
|
257
|
+
([d9a6793e](https://github.com/storm-software/storm-ops/commit/d9a6793e))
|
|
210
258
|
|
|
211
259
|
## 0.55.5 (2025-01-28)
|
|
212
260
|
|
|
213
261
|
### Miscellaneous
|
|
214
262
|
|
|
215
|
-
- **monorepo:** Regenerate README markdown files
|
|
263
|
+
- **monorepo:** Regenerate README markdown files
|
|
264
|
+
([812b4fba](https://github.com/storm-software/storm-ops/commit/812b4fba))
|
|
216
265
|
|
|
217
266
|
## 0.55.4 (2025-01-28)
|
|
218
267
|
|
|
219
268
|
### Miscellaneous
|
|
220
269
|
|
|
221
|
-
- **monorepo:** Regenerate README markdown files
|
|
270
|
+
- **monorepo:** Regenerate README markdown files
|
|
271
|
+
([f3649091](https://github.com/storm-software/storm-ops/commit/f3649091))
|
|
222
272
|
|
|
223
273
|
## 0.55.3 (2025-01-28)
|
|
224
274
|
|
|
225
275
|
### Miscellaneous
|
|
226
276
|
|
|
227
|
-
- **monorepo:** Regenerate README markdown files
|
|
277
|
+
- **monorepo:** Regenerate README markdown files
|
|
278
|
+
([d3619f12](https://github.com/storm-software/storm-ops/commit/d3619f12))
|
|
228
279
|
|
|
229
280
|
## 0.55.2 (2025-01-24)
|
|
230
281
|
|
|
231
282
|
### Miscellaneous
|
|
232
283
|
|
|
233
|
-
- **monorepo:** Regenerate the README markdown files
|
|
284
|
+
- **monorepo:** Regenerate the README markdown files
|
|
285
|
+
([e217af7e](https://github.com/storm-software/storm-ops/commit/e217af7e))
|
|
234
286
|
|
|
235
287
|
## 0.55.1 (2025-01-24)
|
|
236
288
|
|
|
237
289
|
### Miscellaneous
|
|
238
290
|
|
|
239
|
-
- **monorepo:** Regenerate the README markdown files
|
|
291
|
+
- **monorepo:** Regenerate the README markdown files
|
|
292
|
+
([e7d99d45](https://github.com/storm-software/storm-ops/commit/e7d99d45))
|
|
240
293
|
|
|
241
294
|
## 0.55.0 (2025-01-23)
|
|
242
295
|
|
|
243
296
|
### Features
|
|
244
297
|
|
|
245
|
-
- **config:** Update package to use modern tooling
|
|
298
|
+
- **config:** Update package to use modern tooling
|
|
299
|
+
([8ac7afa3](https://github.com/storm-software/storm-ops/commit/8ac7afa3))
|
|
246
300
|
|
|
247
301
|
## 0.54.9 (2025-01-23)
|
|
248
302
|
|
|
249
303
|
### Miscellaneous
|
|
250
304
|
|
|
251
|
-
- **monorepo:** Regenerate README markdown files
|
|
305
|
+
- **monorepo:** Regenerate README markdown files
|
|
306
|
+
([eb629846](https://github.com/storm-software/storm-ops/commit/eb629846))
|
|
252
307
|
|
|
253
308
|
## 0.54.8 (2025-01-23)
|
|
254
309
|
|
|
255
310
|
### Bug Fixes
|
|
256
311
|
|
|
257
|
-
- **monorepo:** Resolve issue with invalid Nx Devkit imports
|
|
312
|
+
- **monorepo:** Resolve issue with invalid Nx Devkit imports
|
|
313
|
+
([356d591c](https://github.com/storm-software/storm-ops/commit/356d591c))
|
|
258
314
|
|
|
259
315
|
## 0.54.7 (2025-01-23)
|
|
260
316
|
|
|
261
317
|
### Miscellaneous
|
|
262
318
|
|
|
263
|
-
- **monorepo:** Regenerate README markdown files
|
|
319
|
+
- **monorepo:** Regenerate README markdown files
|
|
320
|
+
([64e4e1f3](https://github.com/storm-software/storm-ops/commit/64e4e1f3))
|
|
264
321
|
|
|
265
322
|
## 0.54.6 (2025-01-23)
|
|
266
323
|
|
|
267
324
|
### Miscellaneous
|
|
268
325
|
|
|
269
|
-
- **monorepo:** Regenerate README markdown files
|
|
326
|
+
- **monorepo:** Regenerate README markdown files
|
|
327
|
+
([e468fe22](https://github.com/storm-software/storm-ops/commit/e468fe22))
|
|
270
328
|
|
|
271
329
|
## 0.54.5 (2025-01-23)
|
|
272
330
|
|
|
273
331
|
### Bug Fixes
|
|
274
332
|
|
|
275
|
-
- **build-tools:** Resolve issue with unending copy asset files process
|
|
333
|
+
- **build-tools:** Resolve issue with unending copy asset files process
|
|
334
|
+
([e0050d6b](https://github.com/storm-software/storm-ops/commit/e0050d6b))
|
|
276
335
|
|
|
277
336
|
## 0.54.4 (2025-01-23)
|
|
278
337
|
|
|
279
338
|
### Bug Fixes
|
|
280
339
|
|
|
281
|
-
- **monorepo:** Resolve issue with internal package referencing
|
|
340
|
+
- **monorepo:** Resolve issue with internal package referencing
|
|
341
|
+
([cdc11477](https://github.com/storm-software/storm-ops/commit/cdc11477))
|
|
282
342
|
|
|
283
343
|
## 0.54.3 (2025-01-22)
|
|
284
344
|
|
|
285
345
|
### Miscellaneous
|
|
286
346
|
|
|
287
|
-
- **monorepo:** Update the workspace's `storm.json` config to use the new preset
|
|
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))
|
|
288
350
|
|
|
289
351
|
## 0.54.2 (2025-01-22)
|
|
290
352
|
|
|
291
353
|
### Bug Fixes
|
|
292
354
|
|
|
293
|
-
- **build-tools:** Resolved issue with copying asset files into output directory
|
|
355
|
+
- **build-tools:** Resolved issue with copying asset files into output directory
|
|
356
|
+
([1b314e8e](https://github.com/storm-software/storm-ops/commit/1b314e8e))
|
|
294
357
|
|
|
295
358
|
## 0.54.1 (2025-01-22)
|
|
296
359
|
|
|
297
360
|
### Bug Fixes
|
|
298
361
|
|
|
299
|
-
- **config-tools:** Resolved issue applying entire token parameters object
|
|
362
|
+
- **config-tools:** Resolved issue applying entire token parameters object
|
|
363
|
+
([5ccf3881](https://github.com/storm-software/storm-ops/commit/5ccf3881))
|
|
300
364
|
|
|
301
365
|
## 0.54.0 (2025-01-22)
|
|
302
366
|
|
|
303
367
|
### Features
|
|
304
368
|
|
|
305
|
-
- **workspace-tools:** Enhanced option tokenization logic for executors
|
|
369
|
+
- **workspace-tools:** Enhanced option tokenization logic for executors
|
|
370
|
+
([14ed93d7](https://github.com/storm-software/storm-ops/commit/14ed93d7))
|
|
306
371
|
|
|
307
372
|
## 0.53.1 (2025-01-21)
|
|
308
373
|
|
|
309
374
|
### Bug Fixes
|
|
310
375
|
|
|
311
|
-
- **unbuild:** Ensure we always use directory as input instead of a file
|
|
376
|
+
- **unbuild:** Ensure we always use directory as input instead of a file
|
|
377
|
+
([13d4a133](https://github.com/storm-software/storm-ops/commit/13d4a133))
|
|
312
378
|
|
|
313
379
|
## 0.53.0 (2025-01-21)
|
|
314
380
|
|
|
315
381
|
### Features
|
|
316
382
|
|
|
317
|
-
- **config-tools:** Update utility packages to use ESM
|
|
383
|
+
- **config-tools:** Update utility packages to use ESM
|
|
384
|
+
([3bc6d4ba](https://github.com/storm-software/storm-ops/commit/3bc6d4ba))
|
|
318
385
|
|
|
319
386
|
### Dependency Upgrades
|
|
320
387
|
|
|
321
|
-
- **monorepo:** Use version 4.2.1 of `chalk` package to prevent CommonJs issues
|
|
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))
|
|
322
390
|
|
|
323
391
|
## 0.52.3 (2025-01-21)
|
|
324
392
|
|
|
325
393
|
### Bug Fixes
|
|
326
394
|
|
|
327
|
-
- **workspace-tools:** Resolve internal package as ESM via `jiti` resolver
|
|
395
|
+
- **workspace-tools:** Resolve internal package as ESM via `jiti` resolver
|
|
396
|
+
([1dc4cfdd](https://github.com/storm-software/storm-ops/commit/1dc4cfdd))
|
|
328
397
|
|
|
329
398
|
## 0.52.2 (2025-01-21)
|
|
330
399
|
|
|
331
400
|
### Bug Fixes
|
|
332
401
|
|
|
333
|
-
- **unbuild:** Resolved issue with package `exports` path
|
|
402
|
+
- **unbuild:** Resolved issue with package `exports` path
|
|
403
|
+
([faf23b0e](https://github.com/storm-software/storm-ops/commit/faf23b0e))
|
|
334
404
|
|
|
335
405
|
## 0.52.1 (2025-01-21)
|
|
336
406
|
|
|
337
407
|
### Bug Fixes
|
|
338
408
|
|
|
339
|
-
- **workspace-tools:** Resolve issue with invalid import path
|
|
409
|
+
- **workspace-tools:** Resolve issue with invalid import path
|
|
410
|
+
([42a07d0c](https://github.com/storm-software/storm-ops/commit/42a07d0c))
|
|
340
411
|
|
|
341
412
|
## 0.52.0 (2025-01-21)
|
|
342
413
|
|
|
343
414
|
### Features
|
|
344
415
|
|
|
345
|
-
- **config-tools:** Added the `createLogger` function to drive CommonJs modules
|
|
416
|
+
- **config-tools:** Added the `createLogger` function to drive CommonJs modules
|
|
417
|
+
([0cee1525](https://github.com/storm-software/storm-ops/commit/0cee1525))
|
|
346
418
|
|
|
347
419
|
## 0.51.2 (2025-01-21)
|
|
348
420
|
|
|
349
421
|
### Continuous Integration
|
|
350
422
|
|
|
351
|
-
- **workspace-tools:** Mark all internal packages as external
|
|
423
|
+
- **workspace-tools:** Mark all internal packages as external
|
|
424
|
+
([f8c65aeb](https://github.com/storm-software/storm-ops/commit/f8c65aeb))
|
|
352
425
|
|
|
353
426
|
## 0.51.1 (2025-01-20)
|
|
354
427
|
|
|
355
428
|
### Miscellaneous
|
|
356
429
|
|
|
357
|
-
- **config-tools:** Bundle dependencies in distributable
|
|
430
|
+
- **config-tools:** Bundle dependencies in distributable
|
|
431
|
+
([df027cfe](https://github.com/storm-software/storm-ops/commit/df027cfe))
|
|
358
432
|
|
|
359
433
|
## 0.51.0 (2025-01-20)
|
|
360
434
|
|
|
361
435
|
### Features
|
|
362
436
|
|
|
363
|
-
- **unbuild:** Update package to bundle config-tools
|
|
437
|
+
- **unbuild:** Update package to bundle config-tools
|
|
438
|
+
([a2fc7768](https://github.com/storm-software/storm-ops/commit/a2fc7768))
|
|
364
439
|
|
|
365
440
|
## 0.50.4 (2025-01-20)
|
|
366
441
|
|
|
367
442
|
### Bug Fixes
|
|
368
443
|
|
|
369
|
-
- **workspace-tools:** Add `jiti` to support resolution of
|
|
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))
|
|
370
447
|
|
|
371
448
|
## 0.50.3 (2025-01-20)
|
|
372
449
|
|
|
373
450
|
### Bug Fixes
|
|
374
451
|
|
|
375
|
-
- **workspace-tools:** Resolve formatting issue with missing `parser` config
|
|
452
|
+
- **workspace-tools:** Resolve formatting issue with missing `parser` config
|
|
453
|
+
([da80cf3d](https://github.com/storm-software/storm-ops/commit/da80cf3d))
|
|
376
454
|
|
|
377
455
|
## 0.50.2 (2025-01-20)
|
|
378
456
|
|
|
379
457
|
### Bug Fixes
|
|
380
458
|
|
|
381
|
-
- **untyped:** Resovle bundling issue with externals
|
|
459
|
+
- **untyped:** Resovle bundling issue with externals
|
|
460
|
+
([ff044ddf](https://github.com/storm-software/storm-ops/commit/ff044ddf))
|
|
382
461
|
|
|
383
462
|
## 0.50.1 (2025-01-20)
|
|
384
463
|
|
|
385
464
|
### Bug Fixes
|
|
386
465
|
|
|
387
|
-
- **unbuild:** Update package to bundle the `unbuild` package for distribution
|
|
466
|
+
- **unbuild:** Update package to bundle the `unbuild` package for distribution
|
|
467
|
+
([d304c28d](https://github.com/storm-software/storm-ops/commit/d304c28d))
|
|
388
468
|
|
|
389
469
|
## 0.50.0 (2025-01-20)
|
|
390
470
|
|
|
391
471
|
### Features
|
|
392
472
|
|
|
393
|
-
- **unbuild:** Update build process to use cached project graph
|
|
473
|
+
- **unbuild:** Update build process to use cached project graph
|
|
474
|
+
([610c94aa](https://github.com/storm-software/storm-ops/commit/610c94aa))
|
|
394
475
|
|
|
395
476
|
## 0.49.1 (2025-01-20)
|
|
396
477
|
|
|
397
478
|
### Bug Fixes
|
|
398
479
|
|
|
399
|
-
- **workspace-tools:** Resolve cross-platform build issue in `copyfiles` script
|
|
480
|
+
- **workspace-tools:** Resolve cross-platform build issue in `copyfiles` script
|
|
481
|
+
([331a723f](https://github.com/storm-software/storm-ops/commit/331a723f))
|
|
400
482
|
|
|
401
483
|
## 0.49.0 (2025-01-20)
|
|
402
484
|
|
|
403
485
|
### Features
|
|
404
486
|
|
|
405
|
-
- **untyped:** Standard file name changes to avoid collisions
|
|
487
|
+
- **untyped:** Standard file name changes to avoid collisions
|
|
488
|
+
([71acf100](https://github.com/storm-software/storm-ops/commit/71acf100))
|
|
406
489
|
|
|
407
490
|
### Bug Fixes
|
|
408
491
|
|
|
409
|
-
- **terraform-tools:** Resolve issue with invalid import path
|
|
492
|
+
- **terraform-tools:** Resolve issue with invalid import path
|
|
493
|
+
([7a8ee2cf](https://github.com/storm-software/storm-ops/commit/7a8ee2cf))
|
|
410
494
|
|
|
411
495
|
## 0.48.0 (2025-01-20)
|
|
412
496
|
|
|
413
497
|
### Features
|
|
414
498
|
|
|
415
|
-
- **workspace-tools:** Update Nx plugin packages to use new build/dist
|
|
416
|
-
|
|
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))
|
|
417
504
|
|
|
418
505
|
### Bug Fixes
|
|
419
506
|
|
|
420
|
-
- **workspace-tools:** Resolved issue with invalid fields in base executor
|
|
507
|
+
- **workspace-tools:** Resolved issue with invalid fields in base executor
|
|
508
|
+
schema
|
|
509
|
+
([ae28e897](https://github.com/storm-software/storm-ops/commit/ae28e897))
|
|
421
510
|
|
|
422
511
|
### Miscellaneous
|
|
423
512
|
|
|
424
|
-
- **monorepo:** Regenerate README markdown files
|
|
513
|
+
- **monorepo:** Regenerate README markdown files
|
|
514
|
+
([5c8e5c96](https://github.com/storm-software/storm-ops/commit/5c8e5c96))
|
|
425
515
|
|
|
426
516
|
## 0.47.9 (2025-01-13)
|
|
427
517
|
|
package/README.md
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
<!-- markdownlint-disable -->
|
|
4
4
|
|
|
5
5
|
|
|
6
|
-
<div align="center"><img src="https://
|
|
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">
|
|
@@ -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
|
|
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://
|
|
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>
|
|
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://
|
|
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://
|
|
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.
|
|
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");
|