@storm-software/cloudflare-tools 0.70.15 → 0.70.18
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 +32 -0
- package/README.md +1 -2
- package/dist/{chunk-QACHIWJ5.mjs → chunk-G4XJZFZV.mjs} +108 -492
- package/dist/{chunk-KKKA3TSQ.mjs → chunk-GZVMCQJB.mjs} +6 -6
- package/dist/{chunk-EJYXCG7L.js → chunk-MLFEEFB4.js} +5 -5
- package/dist/{chunk-SGVFOSVQ.mjs → chunk-TPDWHRAN.mjs} +1 -1
- package/dist/{chunk-734STMLQ.js → chunk-TRNFERKH.js} +2 -2
- package/dist/{chunk-5FPUCLWJ.mjs → chunk-WDTNWO7J.mjs} +2 -2
- package/dist/{chunk-YZLE2BZ5.js → chunk-WDX5QEWA.js} +106 -490
- package/dist/{chunk-MDGCPWLB.mjs → chunk-ZJYKRZUJ.mjs} +1 -1
- package/dist/executors.js +1 -1
- package/dist/executors.mjs +3 -3
- package/dist/generators.js +3 -3
- package/dist/generators.mjs +3 -3
- package/dist/index.d.mts +3 -4
- package/dist/index.d.ts +3 -4
- package/dist/index.js +22 -30
- package/dist/index.mjs +23 -31
- package/dist/src/executors/cloudflare-publish/executor.js +1 -1
- package/dist/src/executors/cloudflare-publish/executor.mjs +3 -3
- package/dist/src/executors/r2-upload-publish/executor.mjs +1 -1
- package/dist/src/executors/serve/executor.js +2 -2
- package/dist/src/executors/serve/executor.mjs +2 -2
- 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 +3 -3
- package/dist/src/generators/worker/generator.mjs +3 -3
- package/dist/src/utils/index.mjs +1 -1
- package/dist/src/utils/r2-bucket-helpers.mjs +1 -1
- package/dist/tsup.config.mjs +1 -1
- package/package.json +17 -17
package/CHANGELOG.md
CHANGED
|
@@ -1,7 +1,39 @@
|
|
|
1
|
+
## [0.70.17](https://github.com/storm-software/storm-ops/releases/tag/cloudflare-tools%400.70.17) (2025-11-04)
|
|
2
|
+
|
|
3
|
+
### Features
|
|
4
|
+
|
|
5
|
+
- **monorepo:** Update packages to use Nx v22.0.2 ([8895b7333](https://github.com/storm-software/storm-ops/commit/8895b7333))
|
|
6
|
+
|
|
7
|
+
### Miscellaneous
|
|
8
|
+
|
|
9
|
+
- **monorepo:** Resolve sherif linting issues and reformat README markdown files ([2ed668c6a](https://github.com/storm-software/storm-ops/commit/2ed668c6a))
|
|
10
|
+
|
|
11
|
+
### Updated Dependencies
|
|
12
|
+
|
|
13
|
+
- Updated workspace-tools to 1.292.17
|
|
14
|
+
- Updated config-tools to 1.188.17
|
|
15
|
+
- Updated config to 1.134.17
|
|
16
|
+
|
|
1
17
|

|
|
2
18
|
|
|
3
19
|
# Changelog for Storm Ops - Cloudflare Tools
|
|
4
20
|
|
|
21
|
+
## [0.70.16](https://github.com/storm-software/storm-ops/releases/tag/cloudflare-tools%400.70.16) (2025-10-31)
|
|
22
|
+
|
|
23
|
+
### Miscellaneous
|
|
24
|
+
|
|
25
|
+
- **monorepo:** Update workspace package links
|
|
26
|
+
([49f67dda6](https://github.com/storm-software/storm-ops/commit/49f67dda6))
|
|
27
|
+
|
|
28
|
+
## [0.70.15](https://github.com/storm-software/storm-ops/releases/tag/cloudflare-tools%400.70.15) (2025-10-31)
|
|
29
|
+
|
|
30
|
+
### Miscellaneous
|
|
31
|
+
|
|
32
|
+
- **cspell:** Added `automd` to the dictionary
|
|
33
|
+
([2b54b1cac](https://github.com/storm-software/storm-ops/commit/2b54b1cac))
|
|
34
|
+
- **monorepo:** Update workspace package links
|
|
35
|
+
([6c345f258](https://github.com/storm-software/storm-ops/commit/6c345f258))
|
|
36
|
+
|
|
5
37
|
## [0.70.14](https://github.com/storm-software/storm-ops/releases/tag/cloudflare-tools%400.70.14) (2025-10-30)
|
|
6
38
|
|
|
7
39
|
### Miscellaneous
|
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 -->
|
|
@@ -40,7 +40,6 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
|
|
|
40
40
|
|
|
41
41
|
<!-- START doctoc -->
|
|
42
42
|
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
|
|
43
|
-
|
|
44
43
|
## Table of Contents
|
|
45
44
|
|
|
46
45
|
- [Storm Cloudflare Tools](#storm-cloudflare-tools)
|