@storm-software/cloudflare-tools 0.71.244 → 0.71.248

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 CHANGED
@@ -2,6 +2,54 @@
2
2
 
3
3
  # Changelog for Storm Ops - Cloudflare Tools
4
4
 
5
+ ## [0.71.248](https://github.com/storm-software/storm-ops/releases/tag/cloudflare-tools%400.71.248) (07/16/2026)
6
+
7
+ ### Miscellaneous
8
+
9
+ - **workspace-tools:** Ensure exec command is run via package manager ([7e2a93628](https://github.com/storm-software/storm-ops/commit/7e2a93628))
10
+
11
+ ### Updated Dependencies
12
+
13
+ - Updated **config** to **v1.138.42**
14
+ - Updated **config-tools** to **v1.190.105**
15
+ - Updated **workspace-tools** to **v1.296.85**
16
+
17
+ ## [0.71.247](https://github.com/storm-software/storm-ops/releases/tag/cloudflare-tools%400.71.247) (07/16/2026)
18
+
19
+ ### Bug Fixes
20
+
21
+ - **workspace-tools:** Resolve issue importing `pnpm-tools` and `bun-tools` in release executor ([86856d0bd](https://github.com/storm-software/storm-ops/commit/86856d0bd))
22
+
23
+ ### Updated Dependencies
24
+
25
+ - Updated **config** to **v1.138.41**
26
+ - Updated **config-tools** to **v1.190.104**
27
+ - Updated **workspace-tools** to **v1.296.84**
28
+
29
+ ## [0.71.246](https://github.com/storm-software/storm-ops/releases/tag/cloudflare-tools%400.71.246) (07/16/2026)
30
+
31
+ ### Bug Fixes
32
+
33
+ - **workspace-tools:** Resolve issue with missing dependencies ([ef24243af](https://github.com/storm-software/storm-ops/commit/ef24243af))
34
+
35
+ ### Updated Dependencies
36
+
37
+ - Updated **config** to **v1.138.40**
38
+ - Updated **config-tools** to **v1.190.103**
39
+ - Updated **workspace-tools** to **v1.296.83**
40
+
41
+ ## [0.71.245](https://github.com/storm-software/storm-ops/releases/tag/cloudflare-tools%400.71.245) (07/16/2026)
42
+
43
+ ### Features
44
+
45
+ - **monorepo:** Update workspace packages to allow a dynamic package manager ([bef2435ad](https://github.com/storm-software/storm-ops/commit/bef2435ad))
46
+
47
+ ### Updated Dependencies
48
+
49
+ - Updated **config** to **v1.138.39**
50
+ - Updated **config-tools** to **v1.190.102**
51
+ - Updated **workspace-tools** to **v1.296.82**
52
+
5
53
  ## [0.71.244](https://github.com/storm-software/storm-ops/releases/tag/cloudflare-tools%400.71.244) (07/16/2026)
6
54
 
7
55
  ### Miscellaneous
package/README.md CHANGED
@@ -27,7 +27,7 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
27
27
 
28
28
  <h3 align="center">💻 Visit <a href="https://stormsoftware.com" target="_blank">stormsoftware.com</a> to stay up to date with this developer</h3><br />
29
29
 
30
- [![Version](https://img.shields.io/badge/version-0.71.242-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)
30
+ [![Version](https://img.shields.io/badge/version-0.71.246-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)
31
31
 
32
32
  <!-- prettier-ignore-start -->
33
33
  <!-- markdownlint-disable -->
@@ -7,7 +7,7 @@ var require_package = __commonJS({
7
7
  "package.json"(exports, module) {
8
8
  module.exports = {
9
9
  name: "@storm-software/cloudflare-tools",
10
- version: "0.71.243",
10
+ version: "0.71.247",
11
11
  private: false,
12
12
  description: "A Nx plugin package that contains various executors, generators, and utilities that assist in managing Cloudflare services.",
13
13
  keywords: [
@@ -180,7 +180,7 @@ var require_package = __commonJS({
180
180
  nx: "catalog:",
181
181
  tsup: "catalog:",
182
182
  untyped: "catalog:",
183
- wrangler: "^4.110.0"
183
+ wrangler: "^4.111.0"
184
184
  },
185
185
  peerDependencies: {
186
186
  nx: ">=22.7.1",