@storm-software/cloudflare-tools 0.70.16 → 0.70.19

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (31) hide show
  1. package/CHANGELOG.md +23 -0
  2. package/README.md +1 -1
  3. package/dist/{chunk-QACHIWJ5.mjs → chunk-G4XJZFZV.mjs} +108 -492
  4. package/dist/{chunk-CQDIMGVE.mjs → chunk-GZVMCQJB.mjs} +6 -6
  5. package/dist/{chunk-U6GVVKJC.js → chunk-MLFEEFB4.js} +5 -5
  6. package/dist/{chunk-SGVFOSVQ.mjs → chunk-TPDWHRAN.mjs} +1 -1
  7. package/dist/{chunk-VG6AE7L5.js → chunk-TRNFERKH.js} +2 -2
  8. package/dist/{chunk-GDZVKNZL.mjs → chunk-WDTNWO7J.mjs} +2 -2
  9. package/dist/{chunk-YZLE2BZ5.js → chunk-WDX5QEWA.js} +106 -490
  10. package/dist/{chunk-MDGCPWLB.mjs → chunk-ZJYKRZUJ.mjs} +1 -1
  11. package/dist/executors.js +1 -1
  12. package/dist/executors.mjs +3 -3
  13. package/dist/generators.js +3 -3
  14. package/dist/generators.mjs +3 -3
  15. package/dist/index.d.mts +3 -4
  16. package/dist/index.d.ts +3 -4
  17. package/dist/index.js +22 -30
  18. package/dist/index.mjs +23 -31
  19. package/dist/src/executors/cloudflare-publish/executor.js +1 -1
  20. package/dist/src/executors/cloudflare-publish/executor.mjs +3 -3
  21. package/dist/src/executors/r2-upload-publish/executor.mjs +1 -1
  22. package/dist/src/executors/serve/executor.js +2 -2
  23. package/dist/src/executors/serve/executor.mjs +2 -2
  24. package/dist/src/generators/init/generator.js +2 -2
  25. package/dist/src/generators/init/generator.mjs +2 -2
  26. package/dist/src/generators/worker/generator.js +3 -3
  27. package/dist/src/generators/worker/generator.mjs +3 -3
  28. package/dist/src/utils/index.mjs +1 -1
  29. package/dist/src/utils/r2-bucket-helpers.mjs +1 -1
  30. package/dist/tsup.config.mjs +1 -1
  31. package/package.json +17 -17
package/CHANGELOG.md CHANGED
@@ -1,7 +1,30 @@
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
  ![Storm Software's logo banner](https://public.storm-cdn.com/brand-banner.png)
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
+
5
28
  ## [0.70.15](https://github.com/storm-software/storm-ops/releases/tag/cloudflare-tools%400.70.15) (2025-10-31)
6
29
 
7
30
  ### 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
- [![Version](https://img.shields.io/badge/version-0.70.14-1fb2a6.svg?style=for-the-badge&color=1fb2a6)](https://prettier.io/)&nbsp;[![Nx](https://img.shields.io/badge/Nx-17.0.2-lightgrey?style=for-the-badge&logo=nx&logoWidth=20&&color=1fb2a6)](http://nx.dev/)&nbsp;[![NextJs](https://img.shields.io/badge/Next.js-14.0.2-lightgrey?style=for-the-badge&logo=nextdotjs&logoWidth=20&color=1fb2a6)](https://nextjs.org/)&nbsp;[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?style=for-the-badge&logo=commitlint&color=1fb2a6)](http://commitizen.github.io/cz-cli/)&nbsp;![Semantic-Release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=for-the-badge&color=1fb2a6)&nbsp;[![documented with Fumadocs](https://img.shields.io/badge/documented_with-fumadocs-success.svg?style=for-the-badge&logo=readthedocs&color=1fb2a6)](https://fumadocs.vercel.app/)&nbsp;![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/storm-software/storm-ops/cr.yml?style=for-the-badge&logo=github-actions&color=1fb2a6)
24
+ [![Version](https://img.shields.io/badge/version-0.70.17-1fb2a6.svg?style=for-the-badge&color=1fb2a6)](https://prettier.io/)&nbsp;[![Nx](https://img.shields.io/badge/Nx-17.0.2-lightgrey?style=for-the-badge&logo=nx&logoWidth=20&&color=1fb2a6)](http://nx.dev/)&nbsp;[![NextJs](https://img.shields.io/badge/Next.js-14.0.2-lightgrey?style=for-the-badge&logo=nextdotjs&logoWidth=20&color=1fb2a6)](https://nextjs.org/)&nbsp;[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?style=for-the-badge&logo=commitlint&color=1fb2a6)](http://commitizen.github.io/cz-cli/)&nbsp;![Semantic-Release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=for-the-badge&color=1fb2a6)&nbsp;[![documented with Fumadocs](https://img.shields.io/badge/documented_with-fumadocs-success.svg?style=for-the-badge&logo=readthedocs&color=1fb2a6)](https://fumadocs.vercel.app/)&nbsp;![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/storm-software/storm-ops/cr.yml?style=for-the-badge&logo=github-actions&color=1fb2a6)
25
25
 
26
26
  <!-- prettier-ignore-start -->
27
27
  <!-- markdownlint-disable -->