@storm-software/cloudflare-tools 0.55.7 → 0.55.8

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,9 @@
1
+ ## 0.55.8 (2025-01-28)
2
+
3
+ ### Miscellaneous
4
+
5
+ - **monorepo:** Regenerate README markdown files ([144ad8bf](https://github.com/storm-software/storm-ops/commit/144ad8bf))
6
+
1
7
  ## 0.55.7 (2025-01-28)
2
8
 
3
9
  ### 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.55.6-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.55.7-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 -->
@@ -8,7 +8,7 @@ var require_package = __commonJS({
8
8
  "package.json"(exports, module) {
9
9
  module.exports = {
10
10
  name: "@storm-software/cloudflare-tools",
11
- version: "0.55.7",
11
+ version: "0.55.8",
12
12
  description: "A Nx plugin package that contains various executors, generators, and utilities that assist in managing Cloudflare services.",
13
13
  repository: {
14
14
  type: "github",
@@ -8,7 +8,7 @@ var require_package = _chunkJ5SB6L2Ljs.__commonJS.call(void 0, {
8
8
  "package.json"(exports, module) {
9
9
  module.exports = {
10
10
  name: "@storm-software/cloudflare-tools",
11
- version: "0.55.7",
11
+ version: "0.55.8",
12
12
  description: "A Nx plugin package that contains various executors, generators, and utilities that assist in managing Cloudflare services.",
13
13
  repository: {
14
14
  type: "github",
@@ -12,7 +12,7 @@ var _chunk6Q4S7VSUjs = require('./chunk-6Q4S7VSU.js');
12
12
  var _chunk43HWVEICjs = require('./chunk-43HWVEIC.js');
13
13
 
14
14
 
15
- var _chunkXRA5YELEjs = require('./chunk-XRA5YELE.js');
15
+ var _chunkEKOAJ4ZYjs = require('./chunk-EKOAJ4ZY.js');
16
16
 
17
17
 
18
18
  var _chunkJ5SB6L2Ljs = require('./chunk-J5SB6L2L.js');
@@ -52,7 +52,7 @@ async function applicationGenerator(tree, schema) {
52
52
  ${Object.keys(process.env).map((key) => ` - ${key}=${JSON.stringify(process.env[key])}`).join("\n")}`, config);
53
53
  const options = await normalizeOptions(tree, schema, config);
54
54
  const tasks = [];
55
- tasks.push(await _chunkXRA5YELEjs.generator_default.call(void 0, tree, {
55
+ tasks.push(await _chunkEKOAJ4ZYjs.generator_default.call(void 0, tree, {
56
56
  ...options,
57
57
  skipFormat: true
58
58
  }));
@@ -12,7 +12,7 @@ import {
12
12
  } from "./chunk-GMLMIRU7.mjs";
13
13
  import {
14
14
  generator_default
15
- } from "./chunk-DVTNXMMX.mjs";
15
+ } from "./chunk-4D4BCMPU.mjs";
16
16
  import {
17
17
  __dirname,
18
18
  __name
@@ -2,17 +2,17 @@
2
2
 
3
3
 
4
4
 
5
- var _chunkEJP6HLGZjs = require('./chunk-EJP6HLGZ.js');
5
+ var _chunkQWUXUAVGjs = require('./chunk-QWUXUAVG.js');
6
6
  require('./chunk-6Q4S7VSU.js');
7
7
  require('./chunk-43HWVEIC.js');
8
8
 
9
9
 
10
10
 
11
- var _chunkXRA5YELEjs = require('./chunk-XRA5YELE.js');
11
+ var _chunkEKOAJ4ZYjs = require('./chunk-EKOAJ4ZY.js');
12
12
  require('./chunk-J5SB6L2L.js');
13
13
 
14
14
 
15
15
 
16
16
 
17
17
 
18
- exports.applicationGenerator = _chunkEJP6HLGZjs.applicationGenerator; exports.applicationSchematic = _chunkEJP6HLGZjs.applicationSchematic; exports.initGenerator = _chunkXRA5YELEjs.initGenerator; exports.initSchematic = _chunkXRA5YELEjs.initSchematic;
18
+ exports.applicationGenerator = _chunkQWUXUAVGjs.applicationGenerator; exports.applicationSchematic = _chunkQWUXUAVGjs.applicationSchematic; exports.initGenerator = _chunkEKOAJ4ZYjs.initGenerator; exports.initSchematic = _chunkEKOAJ4ZYjs.initSchematic;
@@ -2,13 +2,13 @@ import "./chunk-3J7KBHMJ.mjs";
2
2
  import {
3
3
  applicationGenerator,
4
4
  applicationSchematic
5
- } from "./chunk-C2QIRGAJ.mjs";
5
+ } from "./chunk-USRT2I6P.mjs";
6
6
  import "./chunk-BKBJDKMA.mjs";
7
7
  import "./chunk-GMLMIRU7.mjs";
8
8
  import {
9
9
  initGenerator,
10
10
  initSchematic
11
- } from "./chunk-DVTNXMMX.mjs";
11
+ } from "./chunk-4D4BCMPU.mjs";
12
12
  import "./chunk-A7FFSBE6.mjs";
13
13
  export {
14
14
  applicationGenerator,
package/dist/index.js CHANGED
@@ -15,13 +15,13 @@ var _chunkADRS43PRjs = require('./chunk-ADRS43PR.js');
15
15
 
16
16
 
17
17
 
18
- var _chunkEJP6HLGZjs = require('./chunk-EJP6HLGZ.js');
18
+ var _chunkQWUXUAVGjs = require('./chunk-QWUXUAVG.js');
19
19
  require('./chunk-6Q4S7VSU.js');
20
20
  require('./chunk-43HWVEIC.js');
21
21
 
22
22
 
23
23
 
24
- var _chunkXRA5YELEjs = require('./chunk-XRA5YELE.js');
24
+ var _chunkEKOAJ4ZYjs = require('./chunk-EKOAJ4ZY.js');
25
25
 
26
26
 
27
27
  var _chunkJ5SB6L2Ljs = require('./chunk-J5SB6L2L.js');
@@ -148,4 +148,4 @@ _chunkJ5SB6L2Ljs.__name.call(void 0, createPackageJson, "createPackageJson");
148
148
 
149
149
 
150
150
 
151
- exports.applicationGenerator = _chunkEJP6HLGZjs.applicationGenerator; exports.applicationSchematic = _chunkEJP6HLGZjs.applicationSchematic; exports.createNodes = createNodes; exports.getInternalDependencies = _chunkADRS43PRjs.getInternalDependencies; exports.initGenerator = _chunkXRA5YELEjs.initGenerator; exports.initSchematic = _chunkXRA5YELEjs.initSchematic; exports.name = name; exports.r2UploadFile = _chunkADRS43PRjs.r2UploadFile;
151
+ exports.applicationGenerator = _chunkQWUXUAVGjs.applicationGenerator; exports.applicationSchematic = _chunkQWUXUAVGjs.applicationSchematic; exports.createNodes = createNodes; exports.getInternalDependencies = _chunkADRS43PRjs.getInternalDependencies; exports.initGenerator = _chunkEKOAJ4ZYjs.initGenerator; exports.initSchematic = _chunkEKOAJ4ZYjs.initSchematic; exports.name = name; exports.r2UploadFile = _chunkADRS43PRjs.r2UploadFile;
package/dist/index.mjs CHANGED
@@ -15,13 +15,13 @@ import {
15
15
  import {
16
16
  applicationGenerator,
17
17
  applicationSchematic
18
- } from "./chunk-C2QIRGAJ.mjs";
18
+ } from "./chunk-USRT2I6P.mjs";
19
19
  import "./chunk-BKBJDKMA.mjs";
20
20
  import "./chunk-GMLMIRU7.mjs";
21
21
  import {
22
22
  initGenerator,
23
23
  initSchematic
24
- } from "./chunk-DVTNXMMX.mjs";
24
+ } from "./chunk-4D4BCMPU.mjs";
25
25
  import {
26
26
  __name
27
27
  } from "./chunk-A7FFSBE6.mjs";
@@ -2,10 +2,10 @@
2
2
 
3
3
 
4
4
 
5
- var _chunkXRA5YELEjs = require('../../../chunk-XRA5YELE.js');
5
+ var _chunkEKOAJ4ZYjs = require('../../../chunk-EKOAJ4ZY.js');
6
6
  require('../../../chunk-J5SB6L2L.js');
7
7
 
8
8
 
9
9
 
10
10
 
11
- exports.default = _chunkXRA5YELEjs.generator_default; exports.initGenerator = _chunkXRA5YELEjs.initGenerator; exports.initSchematic = _chunkXRA5YELEjs.initSchematic;
11
+ exports.default = _chunkEKOAJ4ZYjs.generator_default; exports.initGenerator = _chunkEKOAJ4ZYjs.initGenerator; exports.initSchematic = _chunkEKOAJ4ZYjs.initSchematic;
@@ -2,7 +2,7 @@ import {
2
2
  generator_default,
3
3
  initGenerator,
4
4
  initSchematic
5
- } from "../../../chunk-DVTNXMMX.mjs";
5
+ } from "../../../chunk-4D4BCMPU.mjs";
6
6
  import "../../../chunk-A7FFSBE6.mjs";
7
7
  export {
8
8
  generator_default as default,
@@ -2,13 +2,13 @@
2
2
 
3
3
 
4
4
 
5
- var _chunkEJP6HLGZjs = require('../../../chunk-EJP6HLGZ.js');
5
+ var _chunkQWUXUAVGjs = require('../../../chunk-QWUXUAVG.js');
6
6
  require('../../../chunk-6Q4S7VSU.js');
7
7
  require('../../../chunk-43HWVEIC.js');
8
- require('../../../chunk-XRA5YELE.js');
8
+ require('../../../chunk-EKOAJ4ZY.js');
9
9
  require('../../../chunk-J5SB6L2L.js');
10
10
 
11
11
 
12
12
 
13
13
 
14
- exports.applicationGenerator = _chunkEJP6HLGZjs.applicationGenerator; exports.applicationSchematic = _chunkEJP6HLGZjs.applicationSchematic; exports.default = _chunkEJP6HLGZjs.generator_default;
14
+ exports.applicationGenerator = _chunkQWUXUAVGjs.applicationGenerator; exports.applicationSchematic = _chunkQWUXUAVGjs.applicationSchematic; exports.default = _chunkQWUXUAVGjs.generator_default;
@@ -2,10 +2,10 @@ import {
2
2
  applicationGenerator,
3
3
  applicationSchematic,
4
4
  generator_default
5
- } from "../../../chunk-C2QIRGAJ.mjs";
5
+ } from "../../../chunk-USRT2I6P.mjs";
6
6
  import "../../../chunk-BKBJDKMA.mjs";
7
7
  import "../../../chunk-GMLMIRU7.mjs";
8
- import "../../../chunk-DVTNXMMX.mjs";
8
+ import "../../../chunk-4D4BCMPU.mjs";
9
9
  import "../../../chunk-A7FFSBE6.mjs";
10
10
  export {
11
11
  applicationGenerator,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/cloudflare-tools",
3
- "version": "0.55.7",
3
+ "version": "0.55.8",
4
4
  "description": "A Nx plugin package that contains various executors, generators, and utilities that assist in managing Cloudflare services.",
5
5
  "repository": {
6
6
  "type": "github",