@storm-software/cloudflare-tools 0.47.7 → 0.47.9
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 +168 -111
- package/README.md +1 -1
- package/index.js +1 -1
- package/package.json +1 -1
- package/src/generators/init/generator.js +1 -1
- package/src/generators/worker/generator.js +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,419 +1,476 @@
|
|
|
1
|
+
## 0.47.9 (2025-01-13)
|
|
2
|
+
|
|
3
|
+
### Continuous Integration
|
|
4
|
+
|
|
5
|
+
- **unbuild:** Update the build configuration to properly bundle for node
|
|
6
|
+
([72be421b](https://github.com/storm-software/storm-ops/commit/72be421b))
|
|
7
|
+
|
|
8
|
+
## 0.47.8 (2025-01-13)
|
|
9
|
+
|
|
10
|
+
### Bug Fixes
|
|
11
|
+
|
|
12
|
+
- **unbuild:** Resolved issue with distribution package
|
|
13
|
+
([265f38a2](https://github.com/storm-software/storm-ops/commit/265f38a2))
|
|
14
|
+
|
|
1
15
|
## 0.47.7 (2025-01-12)
|
|
2
16
|
|
|
3
17
|
### Miscellaneous
|
|
4
18
|
|
|
5
|
-
- **monorepo:** Regenerate README markdown files
|
|
19
|
+
- **monorepo:** Regenerate README markdown files
|
|
20
|
+
([a104880f](https://github.com/storm-software/storm-ops/commit/a104880f))
|
|
6
21
|
|
|
7
22
|
## 0.47.6 (2025-01-12)
|
|
8
23
|
|
|
9
24
|
### Bug Fixes
|
|
10
25
|
|
|
11
|
-
- **eslint:** Resolve stack overflow error on eslint configuration load
|
|
26
|
+
- **eslint:** Resolve stack overflow error on eslint configuration load
|
|
27
|
+
([f66752ac](https://github.com/storm-software/storm-ops/commit/f66752ac))
|
|
12
28
|
|
|
13
29
|
## 0.47.5 (2025-01-11)
|
|
14
30
|
|
|
15
31
|
### Bug Fixes
|
|
16
32
|
|
|
17
|
-
- **eslint:** Resolved issue with the bundling process
|
|
33
|
+
- **eslint:** Resolved issue with the bundling process
|
|
34
|
+
([d06b6588](https://github.com/storm-software/storm-ops/commit/d06b6588))
|
|
18
35
|
|
|
19
36
|
## 0.47.4 (2025-01-11)
|
|
20
37
|
|
|
21
38
|
### Bug Fixes
|
|
22
39
|
|
|
23
|
-
- **workspace-tools:** Resolve issue loading pnpm workspace's catalog
|
|
40
|
+
- **workspace-tools:** Resolve issue loading pnpm workspace's catalog
|
|
41
|
+
dependencies
|
|
42
|
+
([1199e24f](https://github.com/storm-software/storm-ops/commit/1199e24f))
|
|
24
43
|
|
|
25
44
|
## 0.47.3 (2025-01-11)
|
|
26
45
|
|
|
27
46
|
### Miscellaneous
|
|
28
47
|
|
|
29
|
-
- **workspace-tools:** Added additional logging for pnpm dependency updates
|
|
30
|
-
|
|
31
|
-
|
|
48
|
+
- **workspace-tools:** Added additional logging for pnpm dependency updates
|
|
49
|
+
process
|
|
50
|
+
([400b3369](https://github.com/storm-software/storm-ops/commit/400b3369))
|
|
32
51
|
|
|
33
52
|
## 0.47.1 (2025-01-09)
|
|
34
53
|
|
|
35
54
|
### Bug Fixes
|
|
36
55
|
|
|
37
|
-
- **workspace-tools:** Added additional troubleshooting logging to the package
|
|
56
|
+
- **workspace-tools:** Added additional troubleshooting logging to the package
|
|
57
|
+
([c2cbdcc5](https://github.com/storm-software/storm-ops/commit/c2cbdcc5))
|
|
38
58
|
|
|
39
59
|
## 0.47.0 (2025-01-08)
|
|
40
60
|
|
|
41
61
|
### Features
|
|
42
62
|
|
|
43
|
-
- **git-tools:** Complete redesign of the package and tools contained within
|
|
63
|
+
- **git-tools:** Complete redesign of the package and tools contained within
|
|
64
|
+
([96de0911](https://github.com/storm-software/storm-ops/commit/96de0911))
|
|
44
65
|
|
|
45
66
|
## 0.46.0 (2025-01-02)
|
|
46
67
|
|
|
47
68
|
### Features
|
|
48
69
|
|
|
49
|
-
- **workspace-tools:** Added code to strip `catalog:` references in published
|
|
70
|
+
- **workspace-tools:** Added code to strip `catalog:` references in published
|
|
71
|
+
`package.json` files
|
|
72
|
+
([d50c3ea6](https://github.com/storm-software/storm-ops/commit/d50c3ea6))
|
|
50
73
|
|
|
51
74
|
## 0.45.1 (2025-01-02)
|
|
52
75
|
|
|
53
76
|
### Bug Fixes
|
|
54
77
|
|
|
55
|
-
- **workspace-tools:** Resolved issue displaying buffer errors in publish
|
|
78
|
+
- **workspace-tools:** Resolved issue displaying buffer errors in publish
|
|
79
|
+
executor
|
|
80
|
+
([21791bd1](https://github.com/storm-software/storm-ops/commit/21791bd1))
|
|
56
81
|
|
|
57
82
|
## 0.45.0 (2025-01-02)
|
|
58
83
|
|
|
59
84
|
### Features
|
|
60
85
|
|
|
61
|
-
- **config:** Clean up Storm workspace configuration properties
|
|
86
|
+
- **config:** Clean up Storm workspace configuration properties
|
|
87
|
+
([22508dd8](https://github.com/storm-software/storm-ops/commit/22508dd8))
|
|
62
88
|
|
|
63
89
|
## 0.44.0 (2025-01-02)
|
|
64
90
|
|
|
65
91
|
### Features
|
|
66
92
|
|
|
67
|
-
- **workspace-tools:** Removed old dynamically imported modules
|
|
93
|
+
- **workspace-tools:** Removed old dynamically imported modules
|
|
94
|
+
([56f84500](https://github.com/storm-software/storm-ops/commit/56f84500))
|
|
68
95
|
|
|
69
96
|
## 0.43.0 (2024-12-30)
|
|
70
97
|
|
|
71
98
|
### Features
|
|
72
99
|
|
|
73
|
-
- **workspace-tools:** Populate the `platform` project tags in
|
|
74
|
-
|
|
100
|
+
- **workspace-tools:** Populate the `platform` project tags in
|
|
101
|
+
`storm-software/typescript` plugin
|
|
102
|
+
([2942842c](https://github.com/storm-software/storm-ops/commit/2942842c))
|
|
103
|
+
- **storm-ops:** Completed enhancement around `catalog` and `workspace`
|
|
104
|
+
dependency upgrades
|
|
105
|
+
([5dd13247](https://github.com/storm-software/storm-ops/commit/5dd13247))
|
|
75
106
|
|
|
76
107
|
## 0.42.0 (2024-12-18)
|
|
77
108
|
|
|
78
109
|
### Features
|
|
79
110
|
|
|
80
|
-
- **storm-ops:** Improved descriptions and markdown across monorepo
|
|
111
|
+
- **storm-ops:** Improved descriptions and markdown across monorepo
|
|
112
|
+
([aec89c79](https://github.com/storm-software/storm-ops/commit/aec89c79))
|
|
81
113
|
|
|
82
114
|
## 0.41.1 (2024-12-18)
|
|
83
115
|
|
|
84
116
|
### Bug Fixes
|
|
85
117
|
|
|
86
|
-
- **cloudflare-tools:** Added validation to ensure AWS key environment variables
|
|
87
|
-
|
|
118
|
+
- **cloudflare-tools:** Added validation to ensure AWS key environment variables
|
|
119
|
+
exist for R2 upload
|
|
120
|
+
([88c11eae](https://github.com/storm-software/storm-ops/commit/88c11eae))
|
|
121
|
+
- **storm-ops:** Resolved issue with ESM resolve error during postinstall script
|
|
122
|
+
execution
|
|
123
|
+
([82389510](https://github.com/storm-software/storm-ops/commit/82389510))
|
|
88
124
|
|
|
89
125
|
### Dependency Upgrades
|
|
90
126
|
|
|
91
|
-
- **storm-ops:** Upgrade Nx package to v20.2.2
|
|
92
|
-
|
|
127
|
+
- **storm-ops:** Upgrade Nx package to v20.2.2
|
|
128
|
+
([d793912d](https://github.com/storm-software/storm-ops/commit/d793912d))
|
|
129
|
+
- **cloudflare-tools:** Update the Nx version used for package dependencies
|
|
130
|
+
([3f62334f](https://github.com/storm-software/storm-ops/commit/3f62334f))
|
|
93
131
|
|
|
94
132
|
## 0.41.0 (2024-12-01)
|
|
95
133
|
|
|
96
134
|
### Features
|
|
97
135
|
|
|
98
|
-
- **storm-ops:** Added `lint-sherif` script to the CI workflow
|
|
136
|
+
- **storm-ops:** Added `lint-sherif` script to the CI workflow
|
|
137
|
+
([906e0c2b](https://github.com/storm-software/storm-ops/commit/906e0c2b))
|
|
99
138
|
|
|
100
139
|
## 0.40.0 (2024-11-30)
|
|
101
140
|
|
|
102
141
|
### Features
|
|
103
142
|
|
|
104
|
-
- **storm-ops:** Added `sherif` and `knip` linting to CI pipeline
|
|
143
|
+
- **storm-ops:** Added `sherif` and `knip` linting to CI pipeline
|
|
144
|
+
([181d782a](https://github.com/storm-software/storm-ops/commit/181d782a))
|
|
105
145
|
|
|
106
146
|
## 0.39.0 (2024-11-18)
|
|
107
147
|
|
|
108
148
|
### Features
|
|
109
149
|
|
|
110
|
-
- **build-tools:** Allow default package.json exports by no longer overriding
|
|
150
|
+
- **build-tools:** Allow default package.json exports by no longer overriding
|
|
151
|
+
them ([f19fc362](https://github.com/storm-software/storm-ops/commit/f19fc362))
|
|
111
152
|
|
|
112
153
|
## 0.38.1 (2024-11-10)
|
|
113
154
|
|
|
114
155
|
### Bug Fixes
|
|
115
156
|
|
|
116
|
-
- **config-tools:** Ensure trace logging is not marked as system logging
|
|
157
|
+
- **config-tools:** Ensure trace logging is not marked as system logging
|
|
158
|
+
([e8dca171](https://github.com/storm-software/storm-ops/commit/e8dca171))
|
|
117
159
|
|
|
118
160
|
## 0.38.0 (2024-11-08)
|
|
119
161
|
|
|
120
162
|
### Features
|
|
121
163
|
|
|
122
|
-
- **build-tools:** Added back cjs build and local package.json dependencies
|
|
164
|
+
- **build-tools:** Added back cjs build and local package.json dependencies
|
|
165
|
+
([d86d3c2a](https://github.com/storm-software/storm-ops/commit/d86d3c2a))
|
|
123
166
|
|
|
124
167
|
## 0.37.0 (2024-11-07)
|
|
125
168
|
|
|
126
169
|
### Features
|
|
127
170
|
|
|
128
|
-
- **config:** Add the `danger` color token
|
|
171
|
+
- **config:** Add the `danger` color token
|
|
172
|
+
([06dba937](https://github.com/storm-software/storm-ops/commit/06dba937))
|
|
129
173
|
|
|
130
174
|
## 0.36.0 (2024-11-01)
|
|
131
175
|
|
|
132
176
|
### Features
|
|
133
177
|
|
|
134
|
-
- **eslint:** Resolve type issues with Nx plugin in preset
|
|
178
|
+
- **eslint:** Resolve type issues with Nx plugin in preset
|
|
179
|
+
([d27162e2](https://github.com/storm-software/storm-ops/commit/d27162e2))
|
|
135
180
|
|
|
136
181
|
## 0.35.0 (2024-10-31)
|
|
137
182
|
|
|
138
183
|
### Features
|
|
139
184
|
|
|
140
|
-
- **storm-ops:** Upgrade the Nx package versions used in the repository
|
|
185
|
+
- **storm-ops:** Upgrade the Nx package versions used in the repository
|
|
186
|
+
([369fad24](https://github.com/storm-software/storm-ops/commit/369fad24))
|
|
141
187
|
|
|
142
188
|
### Bug Fixes
|
|
143
189
|
|
|
144
|
-
- **cloudflare-tools:** Update calls to `readTargetsFromPackageJson` to match
|
|
145
|
-
|
|
190
|
+
- **cloudflare-tools:** Update calls to `readTargetsFromPackageJson` to match
|
|
191
|
+
new definitions
|
|
192
|
+
([00d9c820](https://github.com/storm-software/storm-ops/commit/00d9c820))
|
|
193
|
+
- **cloudflare-tools:** Remove references to removed `projectNameAndRootFormat`
|
|
194
|
+
Nx options
|
|
195
|
+
([7db6e9d6](https://github.com/storm-software/storm-ops/commit/7db6e9d6))
|
|
146
196
|
|
|
147
197
|
## 0.34.0 (2024-09-15)
|
|
148
198
|
|
|
149
|
-
|
|
150
199
|
### Features
|
|
151
200
|
|
|
152
|
-
- **build-tools:** Update unbuild optional parameters
|
|
201
|
+
- **build-tools:** Update unbuild optional parameters
|
|
202
|
+
([af395c22](https://github.com/storm-software/storm-ops/commit/af395c22))
|
|
153
203
|
|
|
154
204
|
## 0.33.3 (2024-09-08)
|
|
155
205
|
|
|
156
|
-
|
|
157
206
|
### Bug Fixes
|
|
158
207
|
|
|
159
|
-
- **workspace-tools:** Resolved issue with returned value in Rust plugin
|
|
208
|
+
- **workspace-tools:** Resolved issue with returned value in Rust plugin
|
|
209
|
+
([f37a1f44](https://github.com/storm-software/storm-ops/commit/f37a1f44))
|
|
160
210
|
|
|
161
211
|
## 0.33.2 (2024-09-08)
|
|
162
212
|
|
|
163
|
-
|
|
164
213
|
### Bug Fixes
|
|
165
214
|
|
|
166
|
-
- **eslint-config:** Resolved issue with applying banners
|
|
215
|
+
- **eslint-config:** Resolved issue with applying banners
|
|
216
|
+
([5a337806](https://github.com/storm-software/storm-ops/commit/5a337806))
|
|
167
217
|
|
|
168
218
|
## 0.33.1 (2024-09-08)
|
|
169
219
|
|
|
170
|
-
|
|
171
220
|
### Bug Fixes
|
|
172
221
|
|
|
173
|
-
- **workspace-tools:** Resolved issues with typescript2 plugin
|
|
222
|
+
- **workspace-tools:** Resolved issues with typescript2 plugin
|
|
223
|
+
([a3a2a4af](https://github.com/storm-software/storm-ops/commit/a3a2a4af))
|
|
174
224
|
|
|
175
225
|
## 0.33.0 (2024-09-06)
|
|
176
226
|
|
|
177
|
-
|
|
178
227
|
### Features
|
|
179
228
|
|
|
180
|
-
- **k8s-tools:** Added extra fields onto the released container's `meta.json`
|
|
181
|
-
|
|
229
|
+
- **k8s-tools:** Added extra fields onto the released container's `meta.json`
|
|
230
|
+
file ([14356536](https://github.com/storm-software/storm-ops/commit/14356536))
|
|
182
231
|
|
|
183
232
|
### Bug Fixes
|
|
184
233
|
|
|
185
|
-
- **workspace-tools:** Resolved the duplicate export name issue
|
|
234
|
+
- **workspace-tools:** Resolved the duplicate export name issue
|
|
235
|
+
([f2586335](https://github.com/storm-software/storm-ops/commit/f2586335))
|
|
186
236
|
|
|
187
|
-
- **cloudflare-tools:** Removed unused variable
|
|
237
|
+
- **cloudflare-tools:** Removed unused variable
|
|
238
|
+
([30e0f826](https://github.com/storm-software/storm-ops/commit/30e0f826))
|
|
188
239
|
|
|
189
240
|
## 0.32.1 (2024-09-06)
|
|
190
241
|
|
|
191
|
-
|
|
192
242
|
### Bug Fixes
|
|
193
243
|
|
|
194
|
-
- **git-tools:** Resolved issue with missing command line arguments
|
|
244
|
+
- **git-tools:** Resolved issue with missing command line arguments
|
|
245
|
+
([59e26e31](https://github.com/storm-software/storm-ops/commit/59e26e31))
|
|
195
246
|
|
|
196
247
|
## 0.32.0 (2024-09-06)
|
|
197
248
|
|
|
198
|
-
|
|
199
249
|
### Features
|
|
200
250
|
|
|
201
|
-
- **git-tools:** Added logic to skip signing during CI workflows
|
|
251
|
+
- **git-tools:** Added logic to skip signing during CI workflows
|
|
252
|
+
([4a7062ce](https://github.com/storm-software/storm-ops/commit/4a7062ce))
|
|
202
253
|
|
|
203
254
|
## 0.31.0 (2024-09-06)
|
|
204
255
|
|
|
205
|
-
|
|
206
256
|
### Features
|
|
207
257
|
|
|
208
|
-
- **git-tools:** Added signed commits to storm-git scripts
|
|
258
|
+
- **git-tools:** Added signed commits to storm-git scripts
|
|
259
|
+
([3d7c88c9](https://github.com/storm-software/storm-ops/commit/3d7c88c9))
|
|
209
260
|
|
|
210
261
|
## 0.30.1 (2024-09-05)
|
|
211
262
|
|
|
212
|
-
|
|
213
263
|
### Bug Fixes
|
|
214
264
|
|
|
215
|
-
- **cloudflare-tools:** Regenerated the README.md file
|
|
265
|
+
- **cloudflare-tools:** Regenerated the README.md file
|
|
266
|
+
([6ad71f5a](https://github.com/storm-software/storm-ops/commit/6ad71f5a))
|
|
216
267
|
|
|
217
268
|
## 0.30.0 (2024-09-05)
|
|
218
269
|
|
|
219
|
-
|
|
220
270
|
### Features
|
|
221
271
|
|
|
222
|
-
- **cloudflare-tools:** Added the `R2UploadPublish` executor
|
|
272
|
+
- **cloudflare-tools:** Added the `R2UploadPublish` executor
|
|
273
|
+
([e5495bdb](https://github.com/storm-software/storm-ops/commit/e5495bdb))
|
|
223
274
|
|
|
224
275
|
## 0.29.0 (2024-08-03)
|
|
225
276
|
|
|
226
|
-
|
|
227
277
|
### Features
|
|
228
278
|
|
|
229
|
-
- **eslint:** Ignore `prefer-nullish-coalescing` for strings
|
|
279
|
+
- **eslint:** Ignore `prefer-nullish-coalescing` for strings
|
|
280
|
+
([dbae2a58](https://github.com/storm-software/storm-ops/commit/dbae2a58))
|
|
230
281
|
|
|
231
282
|
## 0.28.0 (2024-08-03)
|
|
232
283
|
|
|
233
|
-
|
|
234
284
|
### Features
|
|
235
285
|
|
|
236
|
-
- **storm-ops:** Upgrade workspace's Nx package dependencies
|
|
286
|
+
- **storm-ops:** Upgrade workspace's Nx package dependencies
|
|
287
|
+
([5f31f734](https://github.com/storm-software/storm-ops/commit/5f31f734))
|
|
237
288
|
|
|
238
289
|
## 0.27.1 (2024-08-03)
|
|
239
290
|
|
|
240
|
-
|
|
241
291
|
### Bug Fixes
|
|
242
292
|
|
|
243
|
-
- **build-tools:** Resolved issue with the entry name parameter in unbuild
|
|
293
|
+
- **build-tools:** Resolved issue with the entry name parameter in unbuild
|
|
294
|
+
config
|
|
295
|
+
([f5e5dbdd](https://github.com/storm-software/storm-ops/commit/f5e5dbdd))
|
|
244
296
|
|
|
245
297
|
## 0.27.0 (2024-08-02)
|
|
246
298
|
|
|
247
|
-
|
|
248
299
|
### Features
|
|
249
300
|
|
|
250
|
-
- **build-tools:** Update the unbuild configuration to get exports from
|
|
301
|
+
- **build-tools:** Update the unbuild configuration to get exports from
|
|
302
|
+
`package.json` files
|
|
303
|
+
([bb2fc78f](https://github.com/storm-software/storm-ops/commit/bb2fc78f))
|
|
251
304
|
|
|
252
305
|
## 0.26.0 (2024-08-02)
|
|
253
306
|
|
|
254
|
-
|
|
255
307
|
### Features
|
|
256
308
|
|
|
257
|
-
- **terraform-tools:** Initial check-in of project code
|
|
309
|
+
- **terraform-tools:** Initial check-in of project code
|
|
310
|
+
([c4ef4810](https://github.com/storm-software/storm-ops/commit/c4ef4810))
|
|
258
311
|
|
|
259
312
|
## 0.25.0 (2024-08-02)
|
|
260
313
|
|
|
261
|
-
|
|
262
314
|
### Features
|
|
263
315
|
|
|
264
|
-
- **eslint:** Reformatted the banner string whitespace
|
|
316
|
+
- **eslint:** Reformatted the banner string whitespace
|
|
317
|
+
([2df75cbb](https://github.com/storm-software/storm-ops/commit/2df75cbb))
|
|
265
318
|
|
|
266
319
|
## 0.24.1 (2024-08-02)
|
|
267
320
|
|
|
268
|
-
|
|
269
321
|
### Bug Fixes
|
|
270
322
|
|
|
271
|
-
- **eslint:** Resolve issue with duplicate plugins
|
|
323
|
+
- **eslint:** Resolve issue with duplicate plugins
|
|
324
|
+
([23c09494](https://github.com/storm-software/storm-ops/commit/23c09494))
|
|
272
325
|
|
|
273
326
|
## 0.24.0 (2024-08-02)
|
|
274
327
|
|
|
275
|
-
|
|
276
328
|
### Features
|
|
277
329
|
|
|
278
|
-
- **eslint:** Added a banner with `__filename` and `__dirname` to the
|
|
330
|
+
- **eslint:** Added a banner with `__filename` and `__dirname` to the
|
|
331
|
+
distribution
|
|
332
|
+
([594c0e9a](https://github.com/storm-software/storm-ops/commit/594c0e9a))
|
|
279
333
|
|
|
280
334
|
## 0.23.0 (2024-08-02)
|
|
281
335
|
|
|
282
|
-
|
|
283
336
|
### Features
|
|
284
337
|
|
|
285
|
-
- **eslint:** Improved the logic around determining the banner
|
|
338
|
+
- **eslint:** Improved the logic around determining the banner
|
|
339
|
+
([4bbb321d](https://github.com/storm-software/storm-ops/commit/4bbb321d))
|
|
286
340
|
|
|
287
341
|
## 0.22.0 (2024-08-01)
|
|
288
342
|
|
|
289
|
-
|
|
290
343
|
### Features
|
|
291
344
|
|
|
292
|
-
- **eslint:** Added the `parserOptions` parameter to the preset's options
|
|
345
|
+
- **eslint:** Added the `parserOptions` parameter to the preset's options
|
|
346
|
+
([344db07c](https://github.com/storm-software/storm-ops/commit/344db07c))
|
|
293
347
|
|
|
294
348
|
## 0.21.1 (2024-08-01)
|
|
295
349
|
|
|
296
|
-
|
|
297
350
|
### Bug Fixes
|
|
298
351
|
|
|
299
|
-
- **eslint:** Resolved issues with invalid TypeScript flat configuration
|
|
352
|
+
- **eslint:** Resolved issues with invalid TypeScript flat configuration
|
|
353
|
+
([88166ab1](https://github.com/storm-software/storm-ops/commit/88166ab1))
|
|
300
354
|
|
|
301
355
|
## 0.21.0 (2024-08-01)
|
|
302
356
|
|
|
303
|
-
|
|
304
357
|
### Features
|
|
305
358
|
|
|
306
|
-
- **git-tools:** Ensure `.git/COMMIT_EDITMSG` exists before reading from disk
|
|
359
|
+
- **git-tools:** Ensure `.git/COMMIT_EDITMSG` exists before reading from disk
|
|
360
|
+
([7abae7ae](https://github.com/storm-software/storm-ops/commit/7abae7ae))
|
|
307
361
|
|
|
308
362
|
## 0.20.2 (2024-07-31)
|
|
309
363
|
|
|
310
|
-
|
|
311
364
|
### Bug Fixes
|
|
312
365
|
|
|
313
|
-
- **git-tools:** Resolved issue when `commitlint` is called without a `message`
|
|
366
|
+
- **git-tools:** Resolved issue when `commitlint` is called without a `message`
|
|
367
|
+
parameter
|
|
368
|
+
([624b24bc](https://github.com/storm-software/storm-ops/commit/624b24bc))
|
|
314
369
|
|
|
315
370
|
## 0.20.1 (2024-07-31)
|
|
316
371
|
|
|
317
|
-
|
|
318
372
|
### Bug Fixes
|
|
319
373
|
|
|
320
|
-
- **build-tools:** Resolve issues with the output path provided to unbuild
|
|
374
|
+
- **build-tools:** Resolve issues with the output path provided to unbuild
|
|
375
|
+
([ee9c2353](https://github.com/storm-software/storm-ops/commit/ee9c2353))
|
|
321
376
|
|
|
322
377
|
## 0.20.0 (2024-07-31)
|
|
323
378
|
|
|
324
|
-
|
|
325
379
|
### Features
|
|
326
380
|
|
|
327
|
-
- **build-tools:** Added the CODEOWNERS linting tool
|
|
381
|
+
- **build-tools:** Added the CODEOWNERS linting tool
|
|
382
|
+
([63099b1b](https://github.com/storm-software/storm-ops/commit/63099b1b))
|
|
328
383
|
|
|
329
384
|
## 0.19.1 (2024-07-31)
|
|
330
385
|
|
|
331
|
-
|
|
332
386
|
### Bug Fixes
|
|
333
387
|
|
|
334
|
-
- **build-tools:** Remove unused plugin from unbuild
|
|
388
|
+
- **build-tools:** Remove unused plugin from unbuild
|
|
389
|
+
([ad8a5991](https://github.com/storm-software/storm-ops/commit/ad8a5991))
|
|
335
390
|
|
|
336
391
|
## 0.19.0 (2024-07-31)
|
|
337
392
|
|
|
338
|
-
|
|
339
393
|
### Features
|
|
340
394
|
|
|
341
|
-
- **create-storm-workspace:** Configure workspace to include GitHub
|
|
395
|
+
- **create-storm-workspace:** Configure workspace to include GitHub
|
|
396
|
+
([eea71de7](https://github.com/storm-software/storm-ops/commit/eea71de7))
|
|
342
397
|
|
|
343
398
|
## 0.18.0 (2024-07-30)
|
|
344
399
|
|
|
345
|
-
|
|
346
400
|
### Features
|
|
347
401
|
|
|
348
|
-
- **eslint:** Added the header plugin
|
|
402
|
+
- **eslint:** Added the header plugin
|
|
403
|
+
([cc0cbbea](https://github.com/storm-software/storm-ops/commit/cc0cbbea))
|
|
349
404
|
|
|
350
|
-
- **eslint:** Removed invalid JSON configuration from package
|
|
405
|
+
- **eslint:** Removed invalid JSON configuration from package
|
|
406
|
+
([2622ee7e](https://github.com/storm-software/storm-ops/commit/2622ee7e))
|
|
351
407
|
|
|
352
408
|
## 0.17.1 (2024-07-23)
|
|
353
409
|
|
|
354
|
-
|
|
355
410
|
### Bug Fixes
|
|
356
411
|
|
|
357
|
-
- **eslint:** Resolve issues with `json` plugin config spread
|
|
412
|
+
- **eslint:** Resolve issues with `json` plugin config spread
|
|
413
|
+
([088d498a](https://github.com/storm-software/storm-ops/commit/088d498a))
|
|
358
414
|
|
|
359
415
|
## 0.17.0 (2024-07-23)
|
|
360
416
|
|
|
361
|
-
|
|
362
417
|
### Features
|
|
363
418
|
|
|
364
|
-
- **eslint:** Remove the `import` plugin from the preset
|
|
419
|
+
- **eslint:** Remove the `import` plugin from the preset
|
|
420
|
+
([6c8551ae](https://github.com/storm-software/storm-ops/commit/6c8551ae))
|
|
365
421
|
|
|
366
422
|
## 0.16.0 (2024-07-22)
|
|
367
423
|
|
|
368
|
-
|
|
369
424
|
### Features
|
|
370
425
|
|
|
371
|
-
- **eslint:** Update rules around handling TypeScript function returns
|
|
426
|
+
- **eslint:** Update rules around handling TypeScript function returns
|
|
427
|
+
([a9859cd4](https://github.com/storm-software/storm-ops/commit/a9859cd4))
|
|
372
428
|
|
|
373
429
|
## 0.15.0 (2024-07-22)
|
|
374
430
|
|
|
375
|
-
|
|
376
431
|
### Features
|
|
377
432
|
|
|
378
|
-
- **eslint:** Added Nx plugin to eslint preset
|
|
433
|
+
- **eslint:** Added Nx plugin to eslint preset
|
|
434
|
+
([1933027f](https://github.com/storm-software/storm-ops/commit/1933027f))
|
|
379
435
|
|
|
380
436
|
## 0.14.0 (2024-07-22)
|
|
381
437
|
|
|
382
|
-
|
|
383
438
|
### Features
|
|
384
439
|
|
|
385
|
-
- **eslint:** Add config formatter to eslint preset
|
|
440
|
+
- **eslint:** Add config formatter to eslint preset
|
|
441
|
+
([050dadcd](https://github.com/storm-software/storm-ops/commit/050dadcd))
|
|
386
442
|
|
|
387
443
|
## 0.13.1 (2024-07-22)
|
|
388
444
|
|
|
389
|
-
|
|
390
445
|
### Bug Fixes
|
|
391
446
|
|
|
392
|
-
- **storm-ops:** Resolved issue with cross-project typings
|
|
393
|
-
|
|
447
|
+
- **storm-ops:** Resolved issue with cross-project typings
|
|
448
|
+
([aed5a357](https://github.com/storm-software/storm-ops/commit/aed5a357))
|
|
394
449
|
|
|
395
450
|
### Continuous Integration
|
|
396
451
|
|
|
397
|
-
- **storm-ops:** Resolve permissions issue in CI action
|
|
452
|
+
- **storm-ops:** Resolve permissions issue in CI action
|
|
453
|
+
([2dd8c79e](https://github.com/storm-software/storm-ops/commit/2dd8c79e))
|
|
398
454
|
|
|
399
|
-
- **eslint:** Update `build` tasks to be cachable
|
|
455
|
+
- **eslint:** Update `build` tasks to be cachable
|
|
456
|
+
([f24e2897](https://github.com/storm-software/storm-ops/commit/f24e2897))
|
|
400
457
|
|
|
401
458
|
## 0.13.0 (2024-07-19)
|
|
402
459
|
|
|
403
|
-
|
|
404
460
|
### Features
|
|
405
461
|
|
|
406
|
-
- **cloudflare-tools:** Added project tag functionality to plugin
|
|
407
|
-
|
|
462
|
+
- **cloudflare-tools:** Added project tag functionality to plugin
|
|
463
|
+
([ef83e214](https://github.com/storm-software/storm-ops/commit/ef83e214))
|
|
408
464
|
|
|
409
465
|
### Documentation
|
|
410
466
|
|
|
411
|
-
- **storm-ops:** Remove emojis from monorepo CHANGELOG files
|
|
412
|
-
|
|
467
|
+
- **storm-ops:** Remove emojis from monorepo CHANGELOG files
|
|
468
|
+
([441b36b1](https://github.com/storm-software/storm-ops/commit/441b36b1))
|
|
413
469
|
|
|
414
470
|
### Continuous Integration
|
|
415
471
|
|
|
416
|
-
- **storm-ops:** Update the lefthook configuration to properly glob staged files
|
|
472
|
+
- **storm-ops:** Update the lefthook configuration to properly glob staged files
|
|
473
|
+
([366dc251](https://github.com/storm-software/storm-ops/commit/366dc251))
|
|
417
474
|
|
|
418
475
|
## 0.12.0 (2024-07-17)
|
|
419
476
|
|
package/README.md
CHANGED
|
@@ -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
|
-
[](https://prettier.io/) [](http://nx.dev/) [](https://nextjs.org/) [](http://commitizen.github.io/cz-cli/)  [](https://fumadocs.vercel.app/) 
|
|
25
25
|
|
|
26
26
|
<!-- prettier-ignore-start -->
|
|
27
27
|
<!-- markdownlint-disable -->
|
package/index.js
CHANGED
|
@@ -659623,7 +659623,7 @@ var require_package8 = __commonJS({
|
|
|
659623
659623
|
"packages/cloudflare-tools/package.json"(exports2, module2) {
|
|
659624
659624
|
module2.exports = {
|
|
659625
659625
|
name: "@storm-software/cloudflare-tools",
|
|
659626
|
-
version: "0.47.
|
|
659626
|
+
version: "0.47.9",
|
|
659627
659627
|
type: "commonjs",
|
|
659628
659628
|
description: "A Nx plugin package that contains various executors, generators, and utilities that assist in managing Cloudflare services.",
|
|
659629
659629
|
repository: {
|
package/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"name":"@storm-software/cloudflare-tools","version":"0.47.
|
|
1
|
+
{"name":"@storm-software/cloudflare-tools","version":"0.47.9","type":"commonjs","description":"A Nx plugin package that contains various executors, generators, and utilities that assist in managing Cloudflare services.","repository":{"type":"github","url":"https://github.com/storm-software/storm-ops","directory":"packages/cloudflare-tools"},"homepage":"https://stormsoftware.com","bugs":"https://github.com/storm-software/storm-ops/issues","author":{"name":"Storm Software","email":"contact@stormsoftware.com","url":"https://stormsoftware.com"},"license":"Apache-2.0","private":false,"main":"./index.js","exports":{".":"./index.js","./package.json":"./package.json","./generators.json":"./generators.json","./generators/*/schema.json":"./src/generators/*/schema.json","./executors.json":"./executors.json","./executors/*/schema.json":"./src/executors/*/schema.json","./plugins":"./src/plugins/index.js","./utils":"./src/utils/index.js"},"typings":"./declarations.d.ts","keywords":["monorepo","open-system","storm","storm-ops","storm-stack","stormstack","sullivanpj"],"peerDependencies":{"@nx/devkit":"^20.3.1","@nx/node":"^20.3.1","@nx/web":"^20.3.1","@nx/webpack":"^20.3.1","nx":"^20.3.1","wrangler":">=3.58.0"},"peerDependenciesMeta":{"@nx/devkit":{"optional":false},"@nx/node":{"optional":false},"@nx/web":{"optional":false},"@nx/webpack":{"optional":false},"nx":{"optional":false},"wrangler":{"optional":false}},"dependencies":{"@aws-sdk/client-s3":"3.47.0","c12":"^2.0.0-beta.2","glob":"10.4.2","jest-resolve":"29.7.0"},"devDependencies":{"@nx/devkit":"^20.3.1","@nx/node":"^20.3.1","@nx/web":"^20.3.1","@nx/webpack":"^20.3.1","nx":"^20.3.1","wrangler":">=3.58.0"},"publishConfig":{"access":"public"},"executors":"./executors.json","generators":"./generators.json"}
|
|
@@ -659576,7 +659576,7 @@ var require_package8 = __commonJS({
|
|
|
659576
659576
|
"packages/cloudflare-tools/package.json"(exports2, module2) {
|
|
659577
659577
|
module2.exports = {
|
|
659578
659578
|
name: "@storm-software/cloudflare-tools",
|
|
659579
|
-
version: "0.47.
|
|
659579
|
+
version: "0.47.9",
|
|
659580
659580
|
type: "commonjs",
|
|
659581
659581
|
description: "A Nx plugin package that contains various executors, generators, and utilities that assist in managing Cloudflare services.",
|
|
659582
659582
|
repository: {
|
|
@@ -726811,7 +726811,7 @@ var require_package13 = __commonJS({
|
|
|
726811
726811
|
"packages/cloudflare-tools/package.json"(exports2, module2) {
|
|
726812
726812
|
module2.exports = {
|
|
726813
726813
|
name: "@storm-software/cloudflare-tools",
|
|
726814
|
-
version: "0.47.
|
|
726814
|
+
version: "0.47.9",
|
|
726815
726815
|
type: "commonjs",
|
|
726816
726816
|
description: "A Nx plugin package that contains various executors, generators, and utilities that assist in managing Cloudflare services.",
|
|
726817
726817
|
repository: {
|