@storm-software/cloudflare-tools 0.6.1 → 0.7.0

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
@@ -1,3 +1,17 @@
1
+ ## 0.7.0 (2024-06-05)
2
+
3
+
4
+ ### 🚀 Features
5
+
6
+ - **cloudflare-tools:** Ensure the account id is provided from config during publish ([629e76c6](https://github.com/storm-software/storm-ops/commit/629e76c6))
7
+
8
+ ## 0.6.2 (2024-06-05)
9
+
10
+
11
+ ### 🩹 Fixes
12
+
13
+ - **eslint:** Resolve issue with missing dependencies ([b0f43454](https://github.com/storm-software/storm-ops/commit/b0f43454))
14
+
1
15
  ## 0.6.1 (2024-06-03)
2
16
 
3
17
 
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.6.0-1fb2a6.svg?style=for-the-badge&color=1fb2a6)](https://prettier.io/)&nbsp;
24
+ [![Version](https://img.shields.io/badge/version-0.6.2-1fb2a6.svg?style=for-the-badge&color=1fb2a6)](https://prettier.io/)&nbsp;
25
25
  [![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 docusaurus](https://img.shields.io/badge/documented_with-docusaurus-success.svg?style=for-the-badge&logo=readthedocs&color=1fb2a6)](https://docusaurus.io/)&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)
26
26
 
27
27
  > [!IMPORTANT]
@@ -37,7 +37,8 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
37
37
 
38
38
  # Storm Cloudflare Tools
39
39
 
40
- A package containing tools for managing a Storm workspace. It includes various [Nx](https://nx.dev) generators and executors for common development tasks.
40
+ A package containing tools for managing a Storm workspace. It includes various
41
+ [Nx](https://nx.dev) generators and executors for common development tasks.
41
42
 
42
43
  <!-- START doctoc generated TOC please keep comment here to allow auto update -->
43
44
  <!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
@@ -74,7 +75,8 @@ yarn add -D @storm-software/cloudflare-tools
74
75
 
75
76
  ## Executors
76
77
 
77
- The following executors are available in this package to invoke common tasks for the workspace's projects:
78
+ The following executors are available in this package to invoke common tasks for
79
+ the workspace's projects:
78
80
 
79
81
  <!-- START executors -->
80
82
  <!-- prettier-ignore-start -->
@@ -182,7 +184,8 @@ The following executor options are available:
182
184
 
183
185
  ## Generators
184
186
 
185
- The following generators are available with this package to assist in workspace management:
187
+ The following generators are available with this package to assist in workspace
188
+ management:
186
189
 
187
190
  <!-- START generators -->
188
191
  <!-- prettier-ignore-start -->
@@ -248,7 +251,8 @@ Run `nx build cloudflare-tools` to build the library.
248
251
 
249
252
  ## Running unit tests
250
253
 
251
- Run `nx test cloudflare-tools` to execute the unit tests via [Jest](https://jestjs.io).
254
+ Run `nx test cloudflare-tools` to execute the unit tests via
255
+ [Jest](https://jestjs.io).
252
256
 
253
257
  <!-- START footer -->
254
258
  <!-- prettier-ignore-start -->