@storm-software/cloudflare-tools 0.47.8 → 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 +163 -112
- 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,425 +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
|
+
|
|
1
8
|
## 0.47.8 (2025-01-13)
|
|
2
9
|
|
|
3
10
|
### Bug Fixes
|
|
4
11
|
|
|
5
|
-
- **unbuild:** Resolved issue with distribution package
|
|
12
|
+
- **unbuild:** Resolved issue with distribution package
|
|
13
|
+
([265f38a2](https://github.com/storm-software/storm-ops/commit/265f38a2))
|
|
6
14
|
|
|
7
15
|
## 0.47.7 (2025-01-12)
|
|
8
16
|
|
|
9
17
|
### Miscellaneous
|
|
10
18
|
|
|
11
|
-
- **monorepo:** Regenerate README markdown files
|
|
19
|
+
- **monorepo:** Regenerate README markdown files
|
|
20
|
+
([a104880f](https://github.com/storm-software/storm-ops/commit/a104880f))
|
|
12
21
|
|
|
13
22
|
## 0.47.6 (2025-01-12)
|
|
14
23
|
|
|
15
24
|
### Bug Fixes
|
|
16
25
|
|
|
17
|
-
- **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))
|
|
18
28
|
|
|
19
29
|
## 0.47.5 (2025-01-11)
|
|
20
30
|
|
|
21
31
|
### Bug Fixes
|
|
22
32
|
|
|
23
|
-
- **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))
|
|
24
35
|
|
|
25
36
|
## 0.47.4 (2025-01-11)
|
|
26
37
|
|
|
27
38
|
### Bug Fixes
|
|
28
39
|
|
|
29
|
-
- **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))
|
|
30
43
|
|
|
31
44
|
## 0.47.3 (2025-01-11)
|
|
32
45
|
|
|
33
46
|
### Miscellaneous
|
|
34
47
|
|
|
35
|
-
- **workspace-tools:** Added additional logging for pnpm dependency updates
|
|
36
|
-
|
|
37
|
-
|
|
48
|
+
- **workspace-tools:** Added additional logging for pnpm dependency updates
|
|
49
|
+
process
|
|
50
|
+
([400b3369](https://github.com/storm-software/storm-ops/commit/400b3369))
|
|
38
51
|
|
|
39
52
|
## 0.47.1 (2025-01-09)
|
|
40
53
|
|
|
41
54
|
### Bug Fixes
|
|
42
55
|
|
|
43
|
-
- **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))
|
|
44
58
|
|
|
45
59
|
## 0.47.0 (2025-01-08)
|
|
46
60
|
|
|
47
61
|
### Features
|
|
48
62
|
|
|
49
|
-
- **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))
|
|
50
65
|
|
|
51
66
|
## 0.46.0 (2025-01-02)
|
|
52
67
|
|
|
53
68
|
### Features
|
|
54
69
|
|
|
55
|
-
- **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))
|
|
56
73
|
|
|
57
74
|
## 0.45.1 (2025-01-02)
|
|
58
75
|
|
|
59
76
|
### Bug Fixes
|
|
60
77
|
|
|
61
|
-
- **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))
|
|
62
81
|
|
|
63
82
|
## 0.45.0 (2025-01-02)
|
|
64
83
|
|
|
65
84
|
### Features
|
|
66
85
|
|
|
67
|
-
- **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))
|
|
68
88
|
|
|
69
89
|
## 0.44.0 (2025-01-02)
|
|
70
90
|
|
|
71
91
|
### Features
|
|
72
92
|
|
|
73
|
-
- **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))
|
|
74
95
|
|
|
75
96
|
## 0.43.0 (2024-12-30)
|
|
76
97
|
|
|
77
98
|
### Features
|
|
78
99
|
|
|
79
|
-
- **workspace-tools:** Populate the `platform` project tags in
|
|
80
|
-
|
|
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))
|
|
81
106
|
|
|
82
107
|
## 0.42.0 (2024-12-18)
|
|
83
108
|
|
|
84
109
|
### Features
|
|
85
110
|
|
|
86
|
-
- **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))
|
|
87
113
|
|
|
88
114
|
## 0.41.1 (2024-12-18)
|
|
89
115
|
|
|
90
116
|
### Bug Fixes
|
|
91
117
|
|
|
92
|
-
- **cloudflare-tools:** Added validation to ensure AWS key environment variables
|
|
93
|
-
|
|
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))
|
|
94
124
|
|
|
95
125
|
### Dependency Upgrades
|
|
96
126
|
|
|
97
|
-
- **storm-ops:** Upgrade Nx package to v20.2.2
|
|
98
|
-
|
|
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))
|
|
99
131
|
|
|
100
132
|
## 0.41.0 (2024-12-01)
|
|
101
133
|
|
|
102
134
|
### Features
|
|
103
135
|
|
|
104
|
-
- **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))
|
|
105
138
|
|
|
106
139
|
## 0.40.0 (2024-11-30)
|
|
107
140
|
|
|
108
141
|
### Features
|
|
109
142
|
|
|
110
|
-
- **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))
|
|
111
145
|
|
|
112
146
|
## 0.39.0 (2024-11-18)
|
|
113
147
|
|
|
114
148
|
### Features
|
|
115
149
|
|
|
116
|
-
- **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))
|
|
117
152
|
|
|
118
153
|
## 0.38.1 (2024-11-10)
|
|
119
154
|
|
|
120
155
|
### Bug Fixes
|
|
121
156
|
|
|
122
|
-
- **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))
|
|
123
159
|
|
|
124
160
|
## 0.38.0 (2024-11-08)
|
|
125
161
|
|
|
126
162
|
### Features
|
|
127
163
|
|
|
128
|
-
- **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))
|
|
129
166
|
|
|
130
167
|
## 0.37.0 (2024-11-07)
|
|
131
168
|
|
|
132
169
|
### Features
|
|
133
170
|
|
|
134
|
-
- **config:** Add the `danger` color token
|
|
171
|
+
- **config:** Add the `danger` color token
|
|
172
|
+
([06dba937](https://github.com/storm-software/storm-ops/commit/06dba937))
|
|
135
173
|
|
|
136
174
|
## 0.36.0 (2024-11-01)
|
|
137
175
|
|
|
138
176
|
### Features
|
|
139
177
|
|
|
140
|
-
- **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))
|
|
141
180
|
|
|
142
181
|
## 0.35.0 (2024-10-31)
|
|
143
182
|
|
|
144
183
|
### Features
|
|
145
184
|
|
|
146
|
-
- **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))
|
|
147
187
|
|
|
148
188
|
### Bug Fixes
|
|
149
189
|
|
|
150
|
-
- **cloudflare-tools:** Update calls to `readTargetsFromPackageJson` to match
|
|
151
|
-
|
|
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))
|
|
152
196
|
|
|
153
197
|
## 0.34.0 (2024-09-15)
|
|
154
198
|
|
|
155
|
-
|
|
156
199
|
### Features
|
|
157
200
|
|
|
158
|
-
- **build-tools:** Update unbuild optional parameters
|
|
201
|
+
- **build-tools:** Update unbuild optional parameters
|
|
202
|
+
([af395c22](https://github.com/storm-software/storm-ops/commit/af395c22))
|
|
159
203
|
|
|
160
204
|
## 0.33.3 (2024-09-08)
|
|
161
205
|
|
|
162
|
-
|
|
163
206
|
### Bug Fixes
|
|
164
207
|
|
|
165
|
-
- **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))
|
|
166
210
|
|
|
167
211
|
## 0.33.2 (2024-09-08)
|
|
168
212
|
|
|
169
|
-
|
|
170
213
|
### Bug Fixes
|
|
171
214
|
|
|
172
|
-
- **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))
|
|
173
217
|
|
|
174
218
|
## 0.33.1 (2024-09-08)
|
|
175
219
|
|
|
176
|
-
|
|
177
220
|
### Bug Fixes
|
|
178
221
|
|
|
179
|
-
- **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))
|
|
180
224
|
|
|
181
225
|
## 0.33.0 (2024-09-06)
|
|
182
226
|
|
|
183
|
-
|
|
184
227
|
### Features
|
|
185
228
|
|
|
186
|
-
- **k8s-tools:** Added extra fields onto the released container's `meta.json`
|
|
187
|
-
|
|
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))
|
|
188
231
|
|
|
189
232
|
### Bug Fixes
|
|
190
233
|
|
|
191
|
-
- **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))
|
|
192
236
|
|
|
193
|
-
- **cloudflare-tools:** Removed unused variable
|
|
237
|
+
- **cloudflare-tools:** Removed unused variable
|
|
238
|
+
([30e0f826](https://github.com/storm-software/storm-ops/commit/30e0f826))
|
|
194
239
|
|
|
195
240
|
## 0.32.1 (2024-09-06)
|
|
196
241
|
|
|
197
|
-
|
|
198
242
|
### Bug Fixes
|
|
199
243
|
|
|
200
|
-
- **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))
|
|
201
246
|
|
|
202
247
|
## 0.32.0 (2024-09-06)
|
|
203
248
|
|
|
204
|
-
|
|
205
249
|
### Features
|
|
206
250
|
|
|
207
|
-
- **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))
|
|
208
253
|
|
|
209
254
|
## 0.31.0 (2024-09-06)
|
|
210
255
|
|
|
211
|
-
|
|
212
256
|
### Features
|
|
213
257
|
|
|
214
|
-
- **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))
|
|
215
260
|
|
|
216
261
|
## 0.30.1 (2024-09-05)
|
|
217
262
|
|
|
218
|
-
|
|
219
263
|
### Bug Fixes
|
|
220
264
|
|
|
221
|
-
- **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))
|
|
222
267
|
|
|
223
268
|
## 0.30.0 (2024-09-05)
|
|
224
269
|
|
|
225
|
-
|
|
226
270
|
### Features
|
|
227
271
|
|
|
228
|
-
- **cloudflare-tools:** Added the `R2UploadPublish` executor
|
|
272
|
+
- **cloudflare-tools:** Added the `R2UploadPublish` executor
|
|
273
|
+
([e5495bdb](https://github.com/storm-software/storm-ops/commit/e5495bdb))
|
|
229
274
|
|
|
230
275
|
## 0.29.0 (2024-08-03)
|
|
231
276
|
|
|
232
|
-
|
|
233
277
|
### Features
|
|
234
278
|
|
|
235
|
-
- **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))
|
|
236
281
|
|
|
237
282
|
## 0.28.0 (2024-08-03)
|
|
238
283
|
|
|
239
|
-
|
|
240
284
|
### Features
|
|
241
285
|
|
|
242
|
-
- **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))
|
|
243
288
|
|
|
244
289
|
## 0.27.1 (2024-08-03)
|
|
245
290
|
|
|
246
|
-
|
|
247
291
|
### Bug Fixes
|
|
248
292
|
|
|
249
|
-
- **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))
|
|
250
296
|
|
|
251
297
|
## 0.27.0 (2024-08-02)
|
|
252
298
|
|
|
253
|
-
|
|
254
299
|
### Features
|
|
255
300
|
|
|
256
|
-
- **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))
|
|
257
304
|
|
|
258
305
|
## 0.26.0 (2024-08-02)
|
|
259
306
|
|
|
260
|
-
|
|
261
307
|
### Features
|
|
262
308
|
|
|
263
|
-
- **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))
|
|
264
311
|
|
|
265
312
|
## 0.25.0 (2024-08-02)
|
|
266
313
|
|
|
267
|
-
|
|
268
314
|
### Features
|
|
269
315
|
|
|
270
|
-
- **eslint:** Reformatted the banner string whitespace
|
|
316
|
+
- **eslint:** Reformatted the banner string whitespace
|
|
317
|
+
([2df75cbb](https://github.com/storm-software/storm-ops/commit/2df75cbb))
|
|
271
318
|
|
|
272
319
|
## 0.24.1 (2024-08-02)
|
|
273
320
|
|
|
274
|
-
|
|
275
321
|
### Bug Fixes
|
|
276
322
|
|
|
277
|
-
- **eslint:** Resolve issue with duplicate plugins
|
|
323
|
+
- **eslint:** Resolve issue with duplicate plugins
|
|
324
|
+
([23c09494](https://github.com/storm-software/storm-ops/commit/23c09494))
|
|
278
325
|
|
|
279
326
|
## 0.24.0 (2024-08-02)
|
|
280
327
|
|
|
281
|
-
|
|
282
328
|
### Features
|
|
283
329
|
|
|
284
|
-
- **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))
|
|
285
333
|
|
|
286
334
|
## 0.23.0 (2024-08-02)
|
|
287
335
|
|
|
288
|
-
|
|
289
336
|
### Features
|
|
290
337
|
|
|
291
|
-
- **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))
|
|
292
340
|
|
|
293
341
|
## 0.22.0 (2024-08-01)
|
|
294
342
|
|
|
295
|
-
|
|
296
343
|
### Features
|
|
297
344
|
|
|
298
|
-
- **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))
|
|
299
347
|
|
|
300
348
|
## 0.21.1 (2024-08-01)
|
|
301
349
|
|
|
302
|
-
|
|
303
350
|
### Bug Fixes
|
|
304
351
|
|
|
305
|
-
- **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))
|
|
306
354
|
|
|
307
355
|
## 0.21.0 (2024-08-01)
|
|
308
356
|
|
|
309
|
-
|
|
310
357
|
### Features
|
|
311
358
|
|
|
312
|
-
- **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))
|
|
313
361
|
|
|
314
362
|
## 0.20.2 (2024-07-31)
|
|
315
363
|
|
|
316
|
-
|
|
317
364
|
### Bug Fixes
|
|
318
365
|
|
|
319
|
-
- **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))
|
|
320
369
|
|
|
321
370
|
## 0.20.1 (2024-07-31)
|
|
322
371
|
|
|
323
|
-
|
|
324
372
|
### Bug Fixes
|
|
325
373
|
|
|
326
|
-
- **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))
|
|
327
376
|
|
|
328
377
|
## 0.20.0 (2024-07-31)
|
|
329
378
|
|
|
330
|
-
|
|
331
379
|
### Features
|
|
332
380
|
|
|
333
|
-
- **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))
|
|
334
383
|
|
|
335
384
|
## 0.19.1 (2024-07-31)
|
|
336
385
|
|
|
337
|
-
|
|
338
386
|
### Bug Fixes
|
|
339
387
|
|
|
340
|
-
- **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))
|
|
341
390
|
|
|
342
391
|
## 0.19.0 (2024-07-31)
|
|
343
392
|
|
|
344
|
-
|
|
345
393
|
### Features
|
|
346
394
|
|
|
347
|
-
- **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))
|
|
348
397
|
|
|
349
398
|
## 0.18.0 (2024-07-30)
|
|
350
399
|
|
|
351
|
-
|
|
352
400
|
### Features
|
|
353
401
|
|
|
354
|
-
- **eslint:** Added the header plugin
|
|
402
|
+
- **eslint:** Added the header plugin
|
|
403
|
+
([cc0cbbea](https://github.com/storm-software/storm-ops/commit/cc0cbbea))
|
|
355
404
|
|
|
356
|
-
- **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))
|
|
357
407
|
|
|
358
408
|
## 0.17.1 (2024-07-23)
|
|
359
409
|
|
|
360
|
-
|
|
361
410
|
### Bug Fixes
|
|
362
411
|
|
|
363
|
-
- **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))
|
|
364
414
|
|
|
365
415
|
## 0.17.0 (2024-07-23)
|
|
366
416
|
|
|
367
|
-
|
|
368
417
|
### Features
|
|
369
418
|
|
|
370
|
-
- **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))
|
|
371
421
|
|
|
372
422
|
## 0.16.0 (2024-07-22)
|
|
373
423
|
|
|
374
|
-
|
|
375
424
|
### Features
|
|
376
425
|
|
|
377
|
-
- **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))
|
|
378
428
|
|
|
379
429
|
## 0.15.0 (2024-07-22)
|
|
380
430
|
|
|
381
|
-
|
|
382
431
|
### Features
|
|
383
432
|
|
|
384
|
-
- **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))
|
|
385
435
|
|
|
386
436
|
## 0.14.0 (2024-07-22)
|
|
387
437
|
|
|
388
|
-
|
|
389
438
|
### Features
|
|
390
439
|
|
|
391
|
-
- **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))
|
|
392
442
|
|
|
393
443
|
## 0.13.1 (2024-07-22)
|
|
394
444
|
|
|
395
|
-
|
|
396
445
|
### Bug Fixes
|
|
397
446
|
|
|
398
|
-
- **storm-ops:** Resolved issue with cross-project typings
|
|
399
|
-
|
|
447
|
+
- **storm-ops:** Resolved issue with cross-project typings
|
|
448
|
+
([aed5a357](https://github.com/storm-software/storm-ops/commit/aed5a357))
|
|
400
449
|
|
|
401
450
|
### Continuous Integration
|
|
402
451
|
|
|
403
|
-
- **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))
|
|
404
454
|
|
|
405
|
-
- **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))
|
|
406
457
|
|
|
407
458
|
## 0.13.0 (2024-07-19)
|
|
408
459
|
|
|
409
|
-
|
|
410
460
|
### Features
|
|
411
461
|
|
|
412
|
-
- **cloudflare-tools:** Added project tag functionality to plugin
|
|
413
|
-
|
|
462
|
+
- **cloudflare-tools:** Added project tag functionality to plugin
|
|
463
|
+
([ef83e214](https://github.com/storm-software/storm-ops/commit/ef83e214))
|
|
414
464
|
|
|
415
465
|
### Documentation
|
|
416
466
|
|
|
417
|
-
- **storm-ops:** Remove emojis from monorepo CHANGELOG files
|
|
418
|
-
|
|
467
|
+
- **storm-ops:** Remove emojis from monorepo CHANGELOG files
|
|
468
|
+
([441b36b1](https://github.com/storm-software/storm-ops/commit/441b36b1))
|
|
419
469
|
|
|
420
470
|
### Continuous Integration
|
|
421
471
|
|
|
422
|
-
- **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))
|
|
423
474
|
|
|
424
475
|
## 0.12.0 (2024-07-17)
|
|
425
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: {
|