@storm-software/cloudflare-tools 0.63.39 → 0.63.41

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,20 @@
2
2
 
3
3
  # Changelog for Storm Ops - Cloudflare Tools
4
4
 
5
+ ## [0.63.40](https://github.com/storm-software/storm-ops/releases/tag/cloudflare-tools%400.63.40) (2025-07-10)
6
+
7
+ ### Miscellaneous
8
+
9
+ - **monorepo:** Regenerate README markdown files
10
+ ([98723860a](https://github.com/storm-software/storm-ops/commit/98723860a))
11
+
12
+ ## [0.63.39](https://github.com/storm-software/storm-ops/releases/tag/cloudflare-tools%400.63.39) (2025-07-09)
13
+
14
+ ### Miscellaneous
15
+
16
+ - **monorepo:** Regenerate README markdown files
17
+ ([5c75c1280](https://github.com/storm-software/storm-ops/commit/5c75c1280))
18
+
5
19
  ## [0.63.38](https://github.com/storm-software/storm-ops/releases/tag/cloudflare-tools%400.63.38) (2025-07-08)
6
20
 
7
21
  ### 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.63.37-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.63.39-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 -->
@@ -648,12 +648,28 @@ var createStormWorkspaceConfig = async (extensionName, schema, workspaceRoot, sk
648
648
  }
649
649
  }
650
650
  const defaultConfig = await _chunkMIU47PPGjs.getPackageJsonConfig.call(void 0, _workspaceRoot);
651
- result = _chunkMIU47PPGjs.applyDefaultConfig.call(void 0,
652
- await _chunkMIU47PPGjs.stormWorkspaceConfigSchema.parseAsync(
653
- _defu2.default.call(void 0, configEnv, configFile, defaultConfig)
654
- )
651
+ const configInput = _defu2.default.call(void 0,
652
+ configEnv,
653
+ configFile,
654
+ defaultConfig
655
655
  );
656
- result.workspaceRoot ??= _workspaceRoot;
656
+ try {
657
+ result = _chunkMIU47PPGjs.applyDefaultConfig.call(void 0,
658
+ await _chunkMIU47PPGjs.stormWorkspaceConfigSchema.parseAsync(configInput)
659
+ );
660
+ result.workspaceRoot ??= _workspaceRoot;
661
+ } catch (error) {
662
+ throw new Error(
663
+ `Failed to parse Storm Workspace configuration${_optionalChain([error, 'optionalAccess', _31 => _31.message]) ? `: ${error.message}` : ""}
664
+
665
+ Please ensure your configuration file is valid JSON and matches the expected schema. The current workspace configuration input is: ${_chunkMIU47PPGjs.formatLogMessage.call(void 0,
666
+ configInput
667
+ )}`,
668
+ {
669
+ cause: error
670
+ }
671
+ );
672
+ }
657
673
  } else {
658
674
  result = _static_cache.data;
659
675
  }
@@ -648,12 +648,28 @@ var createStormWorkspaceConfig = async (extensionName, schema, workspaceRoot, sk
648
648
  }
649
649
  }
650
650
  const defaultConfig = await getPackageJsonConfig(_workspaceRoot);
651
- result = applyDefaultConfig(
652
- await stormWorkspaceConfigSchema.parseAsync(
653
- defu2(configEnv, configFile, defaultConfig)
654
- )
651
+ const configInput = defu2(
652
+ configEnv,
653
+ configFile,
654
+ defaultConfig
655
655
  );
656
- result.workspaceRoot ??= _workspaceRoot;
656
+ try {
657
+ result = applyDefaultConfig(
658
+ await stormWorkspaceConfigSchema.parseAsync(configInput)
659
+ );
660
+ result.workspaceRoot ??= _workspaceRoot;
661
+ } catch (error) {
662
+ throw new Error(
663
+ `Failed to parse Storm Workspace configuration${error?.message ? `: ${error.message}` : ""}
664
+
665
+ Please ensure your configuration file is valid JSON and matches the expected schema. The current workspace configuration input is: ${formatLogMessage(
666
+ configInput
667
+ )}`,
668
+ {
669
+ cause: error
670
+ }
671
+ );
672
+ }
657
673
  } else {
658
674
  result = _static_cache.data;
659
675
  }
@@ -5,7 +5,7 @@ import {
5
5
  import {
6
6
  getConfig,
7
7
  getWorkspaceConfig
8
- } from "./chunk-Z4IZ3XJO.mjs";
8
+ } from "./chunk-AYTN3EEV.mjs";
9
9
  import {
10
10
  findWorkspaceRoot,
11
11
  formatLogMessage,
@@ -8,7 +8,7 @@ var _chunkC7KE3V74js = require('./chunk-C7KE3V74.js');
8
8
  var _chunkNU34IEWNjs = require('./chunk-NU34IEWN.js');
9
9
 
10
10
 
11
- var _chunk6UIEOKYNjs = require('./chunk-6UIEOKYN.js');
11
+ var _chunk4MSDFFY7js = require('./chunk-4MSDFFY7.js');
12
12
 
13
13
 
14
14
 
@@ -40,7 +40,7 @@ async function runExecutor(options, context) {
40
40
  }
41
41
  try {
42
42
  const workspaceRoot = _chunkMIU47PPGjs.findWorkspaceRoot.call(void 0, );
43
- const config = await _chunk6UIEOKYNjs.getConfig.call(void 0, workspaceRoot);
43
+ const config = await _chunk4MSDFFY7js.getConfig.call(void 0, workspaceRoot);
44
44
  const sourceRoot = _nullishCoalesce(_optionalChain([context, 'access', _7 => _7.projectsConfigurations, 'access', _8 => _8.projects, 'access', _9 => _9[context.projectName], 'optionalAccess', _10 => _10.sourceRoot]), () => ( workspaceRoot));
45
45
  const projectName = _nullishCoalesce(_optionalChain([context, 'access', _11 => _11.projectsConfigurations, 'access', _12 => _12.projects, 'access', _13 => _13[context.projectName], 'optionalAccess', _14 => _14.name]), () => ( context.projectName));
46
46
  const projectDetails = _chunkNU34IEWNjs.getPackageInfo.call(void 0,
@@ -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.63.38",
10
+ version: "0.63.40",
11
11
  description: "A Nx plugin package that contains various executors, generators, and utilities that assist in managing Cloudflare services.",
12
12
  repository: {
13
13
  type: "github",
@@ -175,7 +175,7 @@ var require_package = __commonJS({
175
175
  nx: "catalog:",
176
176
  tsup: "catalog:",
177
177
  untyped: "catalog:",
178
- wrangler: "^4.24.0"
178
+ wrangler: "^4.24.1"
179
179
  },
180
180
  publishConfig: {
181
181
  access: "public"
@@ -1,9 +1,9 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _nullishCoalesce(lhs, rhsFn) { if (lhs != null) { return lhs; } else { return rhsFn(); } } function _optionalChain(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }
2
2
 
3
- var _chunkC76TG5WUjs = require('./chunk-C76TG5WU.js');
3
+ var _chunkQFLO73FLjs = require('./chunk-QFLO73FL.js');
4
4
 
5
5
 
6
- var _chunk6UIEOKYNjs = require('./chunk-6UIEOKYN.js');
6
+ var _chunk4MSDFFY7js = require('./chunk-4MSDFFY7.js');
7
7
 
8
8
 
9
9
 
@@ -57,7 +57,7 @@ async function applicationGenerator(tree, schema) {
57
57
  - workspaceRoot: ${workspaceRoot}`,
58
58
  config
59
59
  );
60
- config = await _chunk6UIEOKYNjs.getConfig.call(void 0, workspaceRoot);
60
+ config = await _chunk4MSDFFY7js.getConfig.call(void 0, workspaceRoot);
61
61
  _chunkMIU47PPGjs.writeTrace.call(void 0,
62
62
  `Loaded Storm config into env:
63
63
  ${Object.keys(process.env).map((key) => ` - ${key}=${JSON.stringify(process.env[key])}`).join("\n")}`,
@@ -66,7 +66,7 @@ ${Object.keys(process.env).map((key) => ` - ${key}=${JSON.stringify(process.env[
66
66
  const options = await normalizeOptions(tree, schema, config);
67
67
  const tasks = [];
68
68
  tasks.push(
69
- await _chunkC76TG5WUjs.generator_default.call(void 0, tree, {
69
+ await _chunkQFLO73FLjs.generator_default.call(void 0, tree, {
70
70
  ...options,
71
71
  skipFormat: true
72
72
  })
@@ -8,7 +8,7 @@ import {
8
8
  } from "./chunk-PH3DHY4Q.mjs";
9
9
  import {
10
10
  getConfig
11
- } from "./chunk-Z4IZ3XJO.mjs";
11
+ } from "./chunk-AYTN3EEV.mjs";
12
12
  import {
13
13
  findWorkspaceRoot,
14
14
  writeDebug,
@@ -7,7 +7,7 @@ var require_package = _chunkMCKGQKYUjs.__commonJS.call(void 0, {
7
7
  "package.json"(exports, module) {
8
8
  module.exports = {
9
9
  name: "@storm-software/cloudflare-tools",
10
- version: "0.63.38",
10
+ version: "0.63.40",
11
11
  description: "A Nx plugin package that contains various executors, generators, and utilities that assist in managing Cloudflare services.",
12
12
  repository: {
13
13
  type: "github",
@@ -175,7 +175,7 @@ var require_package = _chunkMCKGQKYUjs.__commonJS.call(void 0, {
175
175
  nx: "catalog:",
176
176
  tsup: "catalog:",
177
177
  untyped: "catalog:",
178
- wrangler: "^4.24.0"
178
+ wrangler: "^4.24.1"
179
179
  },
180
180
  publishConfig: {
181
181
  access: "public"
@@ -1,9 +1,9 @@
1
1
  import {
2
2
  generator_default
3
- } from "./chunk-GAKYARHF.mjs";
3
+ } from "./chunk-KTSIPYX6.mjs";
4
4
  import {
5
5
  getConfig
6
- } from "./chunk-Z4IZ3XJO.mjs";
6
+ } from "./chunk-AYTN3EEV.mjs";
7
7
  import {
8
8
  findWorkspaceRoot,
9
9
  getStopwatch,
@@ -5,7 +5,7 @@ var _chunkNU34IEWNjs = require('./chunk-NU34IEWN.js');
5
5
 
6
6
 
7
7
 
8
- var _chunk6UIEOKYNjs = require('./chunk-6UIEOKYN.js');
8
+ var _chunk4MSDFFY7js = require('./chunk-4MSDFFY7.js');
9
9
 
10
10
 
11
11
 
@@ -124,7 +124,7 @@ var withRunExecutor = (name, executorFn, executorOptions = {}) => async (_option
124
124
  `,
125
125
  config
126
126
  );
127
- config = await _chunk6UIEOKYNjs.getConfig.call(void 0, workspaceRoot3);
127
+ config = await _chunk4MSDFFY7js.getConfig.call(void 0, workspaceRoot3);
128
128
  }
129
129
  if (_optionalChain([executorOptions, 'optionalAccess', _7 => _7.hooks, 'optionalAccess', _8 => _8.applyDefaultOptions])) {
130
130
  _chunkMIU47PPGjs.writeDebug.call(void 0, "Running the applyDefaultOptions hook...", config);
@@ -815,7 +815,7 @@ async function resolveContext(userOptions) {
815
815
  if (!workspaceRoot3) {
816
816
  throw new Error("Cannot find Nx workspace root");
817
817
  }
818
- const workspaceConfig = await _chunk6UIEOKYNjs.getWorkspaceConfig.call(void 0, true, {
818
+ const workspaceConfig = await _chunk4MSDFFY7js.getWorkspaceConfig.call(void 0, true, {
819
819
  workspaceRoot: workspaceRoot3.dir
820
820
  });
821
821
  _chunkMIU47PPGjs.writeDebug.call(void 0, " \u2699\uFE0F Resolving build options", workspaceConfig);
@@ -1468,7 +1468,7 @@ var withRunGenerator = (name, generatorFn, generatorOptions = {
1468
1468
  - workspaceRoot: ${workspaceRoot3}`,
1469
1469
  config
1470
1470
  );
1471
- config = await _chunk6UIEOKYNjs.getConfig.call(void 0, workspaceRoot3);
1471
+ config = await _chunk4MSDFFY7js.getConfig.call(void 0, workspaceRoot3);
1472
1472
  }
1473
1473
  if (_optionalChain([generatorOptions, 'optionalAccess', _95 => _95.hooks, 'optionalAccess', _96 => _96.applyDefaultOptions])) {
1474
1474
  _chunkMIU47PPGjs.writeDebug.call(void 0, "Running the applyDefaultOptions hook...", config);
package/dist/executors.js CHANGED
@@ -1,9 +1,9 @@
1
1
  "use strict";require('./chunk-XO66D74Z.js');
2
2
  require('./chunk-IRORGRVZ.js');
3
- require('./chunk-3JC7GD6W.js');
4
- require('./chunk-RNMAH525.js');
3
+ require('./chunk-ZNJASYTA.js');
4
+ require('./chunk-GVYCSD3B.js');
5
5
  require('./chunk-C7KE3V74.js');
6
6
  require('./chunk-NU34IEWN.js');
7
- require('./chunk-6UIEOKYN.js');
7
+ require('./chunk-4MSDFFY7.js');
8
8
  require('./chunk-MIU47PPG.js');
9
9
  require('./chunk-MCKGQKYU.js');
@@ -1,9 +1,9 @@
1
1
  import "./chunk-YSCEY447.mjs";
2
2
  import "./chunk-BEQIWUAS.mjs";
3
- import "./chunk-DBUKYSBN.mjs";
4
- import "./chunk-A2DHPPIE.mjs";
3
+ import "./chunk-BPQM3TJO.mjs";
4
+ import "./chunk-OBZTKW5Y.mjs";
5
5
  import "./chunk-K3TXQOVH.mjs";
6
6
  import "./chunk-PH3DHY4Q.mjs";
7
- import "./chunk-Z4IZ3XJO.mjs";
7
+ import "./chunk-AYTN3EEV.mjs";
8
8
  import "./chunk-VZKF4MGJ.mjs";
9
9
  import "./chunk-53PYIWAT.mjs";
@@ -2,12 +2,12 @@
2
2
 
3
3
 
4
4
 
5
- var _chunk6GDCO7QNjs = require('./chunk-6GDCO7QN.js');
5
+ var _chunkMVGWR7NDjs = require('./chunk-MVGWR7ND.js');
6
6
 
7
7
 
8
8
 
9
- var _chunkC76TG5WUjs = require('./chunk-C76TG5WU.js');
10
- require('./chunk-6UIEOKYN.js');
9
+ var _chunkQFLO73FLjs = require('./chunk-QFLO73FL.js');
10
+ require('./chunk-4MSDFFY7.js');
11
11
  require('./chunk-MIU47PPG.js');
12
12
  require('./chunk-MCKGQKYU.js');
13
13
 
@@ -15,4 +15,4 @@ require('./chunk-MCKGQKYU.js');
15
15
 
16
16
 
17
17
 
18
- exports.applicationGenerator = _chunk6GDCO7QNjs.applicationGenerator; exports.applicationSchematic = _chunk6GDCO7QNjs.applicationSchematic; exports.initGenerator = _chunkC76TG5WUjs.initGenerator; exports.initSchematic = _chunkC76TG5WUjs.initSchematic;
18
+ exports.applicationGenerator = _chunkMVGWR7NDjs.applicationGenerator; exports.applicationSchematic = _chunkMVGWR7NDjs.applicationSchematic; exports.initGenerator = _chunkQFLO73FLjs.initGenerator; exports.initSchematic = _chunkQFLO73FLjs.initSchematic;
@@ -2,12 +2,12 @@ import "./chunk-3J7KBHMJ.mjs";
2
2
  import {
3
3
  applicationGenerator,
4
4
  applicationSchematic
5
- } from "./chunk-WHM43P6T.mjs";
5
+ } from "./chunk-QJUZMEKH.mjs";
6
6
  import {
7
7
  initGenerator,
8
8
  initSchematic
9
- } from "./chunk-GAKYARHF.mjs";
10
- import "./chunk-Z4IZ3XJO.mjs";
9
+ } from "./chunk-KTSIPYX6.mjs";
10
+ import "./chunk-AYTN3EEV.mjs";
11
11
  import "./chunk-VZKF4MGJ.mjs";
12
12
  import "./chunk-53PYIWAT.mjs";
13
13
  export {
package/dist/index.js CHANGED
@@ -3,15 +3,15 @@ require('./chunk-DHBG5ASJ.js');
3
3
 
4
4
 
5
5
 
6
- var _chunk6GDCO7QNjs = require('./chunk-6GDCO7QN.js');
6
+ var _chunkMVGWR7NDjs = require('./chunk-MVGWR7ND.js');
7
7
 
8
8
 
9
9
 
10
- var _chunkC76TG5WUjs = require('./chunk-C76TG5WU.js');
10
+ var _chunkQFLO73FLjs = require('./chunk-QFLO73FL.js');
11
11
  require('./chunk-CVGPWUNP.js');
12
12
  require('./chunk-IRORGRVZ.js');
13
- require('./chunk-3JC7GD6W.js');
14
- require('./chunk-RNMAH525.js');
13
+ require('./chunk-ZNJASYTA.js');
14
+ require('./chunk-GVYCSD3B.js');
15
15
 
16
16
 
17
17
 
@@ -20,7 +20,7 @@ var _chunkC7KE3V74js = require('./chunk-C7KE3V74.js');
20
20
 
21
21
 
22
22
  var _chunkNU34IEWNjs = require('./chunk-NU34IEWN.js');
23
- require('./chunk-6UIEOKYN.js');
23
+ require('./chunk-4MSDFFY7.js');
24
24
  require('./chunk-MIU47PPG.js');
25
25
  require('./chunk-MCKGQKYU.js');
26
26
 
@@ -162,4 +162,4 @@ function createPackageJson(projectJsonPath, workspaceRoot) {
162
162
 
163
163
 
164
164
 
165
- exports.applicationGenerator = _chunk6GDCO7QNjs.applicationGenerator; exports.applicationSchematic = _chunk6GDCO7QNjs.applicationSchematic; exports.createNodesV2 = createNodesV2; exports.getInternalDependencies = _chunkC7KE3V74js.getInternalDependencies; exports.initGenerator = _chunkC76TG5WUjs.initGenerator; exports.initSchematic = _chunkC76TG5WUjs.initSchematic; exports.name = name; exports.r2UploadFile = _chunkC7KE3V74js.r2UploadFile;
165
+ exports.applicationGenerator = _chunkMVGWR7NDjs.applicationGenerator; exports.applicationSchematic = _chunkMVGWR7NDjs.applicationSchematic; exports.createNodesV2 = createNodesV2; exports.getInternalDependencies = _chunkC7KE3V74js.getInternalDependencies; exports.initGenerator = _chunkQFLO73FLjs.initGenerator; exports.initSchematic = _chunkQFLO73FLjs.initSchematic; exports.name = name; exports.r2UploadFile = _chunkC7KE3V74js.r2UploadFile;
package/dist/index.mjs CHANGED
@@ -3,15 +3,15 @@ import "./chunk-3J7KBHMJ.mjs";
3
3
  import {
4
4
  applicationGenerator,
5
5
  applicationSchematic
6
- } from "./chunk-WHM43P6T.mjs";
6
+ } from "./chunk-QJUZMEKH.mjs";
7
7
  import {
8
8
  initGenerator,
9
9
  initSchematic
10
- } from "./chunk-GAKYARHF.mjs";
10
+ } from "./chunk-KTSIPYX6.mjs";
11
11
  import "./chunk-7Z5PILRU.mjs";
12
12
  import "./chunk-BEQIWUAS.mjs";
13
- import "./chunk-DBUKYSBN.mjs";
14
- import "./chunk-A2DHPPIE.mjs";
13
+ import "./chunk-BPQM3TJO.mjs";
14
+ import "./chunk-OBZTKW5Y.mjs";
15
15
  import {
16
16
  getInternalDependencies,
17
17
  r2UploadFile
@@ -20,7 +20,7 @@ import {
20
20
  ProjectTagConstants,
21
21
  addProjectTag
22
22
  } from "./chunk-PH3DHY4Q.mjs";
23
- import "./chunk-Z4IZ3XJO.mjs";
23
+ import "./chunk-AYTN3EEV.mjs";
24
24
  import "./chunk-VZKF4MGJ.mjs";
25
25
  import "./chunk-53PYIWAT.mjs";
26
26
 
@@ -1,9 +1,9 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
2
 
3
3
  var _chunkIRORGRVZjs = require('../../../chunk-IRORGRVZ.js');
4
- require('../../../chunk-3JC7GD6W.js');
4
+ require('../../../chunk-ZNJASYTA.js');
5
5
  require('../../../chunk-NU34IEWN.js');
6
- require('../../../chunk-6UIEOKYN.js');
6
+ require('../../../chunk-4MSDFFY7.js');
7
7
  require('../../../chunk-MIU47PPG.js');
8
8
  require('../../../chunk-MCKGQKYU.js');
9
9
 
@@ -1,9 +1,9 @@
1
1
  import {
2
2
  runExecutor
3
3
  } from "../../../chunk-BEQIWUAS.mjs";
4
- import "../../../chunk-DBUKYSBN.mjs";
4
+ import "../../../chunk-BPQM3TJO.mjs";
5
5
  import "../../../chunk-PH3DHY4Q.mjs";
6
- import "../../../chunk-Z4IZ3XJO.mjs";
6
+ import "../../../chunk-AYTN3EEV.mjs";
7
7
  import "../../../chunk-VZKF4MGJ.mjs";
8
8
  import "../../../chunk-53PYIWAT.mjs";
9
9
  export {
@@ -1,11 +1,11 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
2
 
3
- var _chunkRNMAH525js = require('../../../chunk-RNMAH525.js');
3
+ var _chunkGVYCSD3Bjs = require('../../../chunk-GVYCSD3B.js');
4
4
  require('../../../chunk-C7KE3V74.js');
5
5
  require('../../../chunk-NU34IEWN.js');
6
- require('../../../chunk-6UIEOKYN.js');
6
+ require('../../../chunk-4MSDFFY7.js');
7
7
  require('../../../chunk-MIU47PPG.js');
8
8
  require('../../../chunk-MCKGQKYU.js');
9
9
 
10
10
 
11
- exports.default = _chunkRNMAH525js.runExecutor;
11
+ exports.default = _chunkGVYCSD3Bjs.runExecutor;
@@ -1,9 +1,9 @@
1
1
  import {
2
2
  runExecutor
3
- } from "../../../chunk-A2DHPPIE.mjs";
3
+ } from "../../../chunk-OBZTKW5Y.mjs";
4
4
  import "../../../chunk-K3TXQOVH.mjs";
5
5
  import "../../../chunk-PH3DHY4Q.mjs";
6
- import "../../../chunk-Z4IZ3XJO.mjs";
6
+ import "../../../chunk-AYTN3EEV.mjs";
7
7
  import "../../../chunk-VZKF4MGJ.mjs";
8
8
  import "../../../chunk-53PYIWAT.mjs";
9
9
  export {
@@ -1,10 +1,10 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _nullishCoalesce(lhs, rhsFn) { if (lhs != null) { return lhs; } else { return rhsFn(); } } function _optionalChain(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }
2
2
 
3
- var _chunk3JC7GD6Wjs = require('../../../chunk-3JC7GD6W.js');
3
+ var _chunkZNJASYTAjs = require('../../../chunk-ZNJASYTA.js');
4
4
 
5
5
 
6
6
  var _chunkNU34IEWNjs = require('../../../chunk-NU34IEWN.js');
7
- require('../../../chunk-6UIEOKYN.js');
7
+ require('../../../chunk-4MSDFFY7.js');
8
8
  require('../../../chunk-MIU47PPG.js');
9
9
 
10
10
 
@@ -55,7 +55,7 @@ async function* serveExecutor(options, context, config) {
55
55
  success: true
56
56
  };
57
57
  }
58
- var executor_default = _chunk3JC7GD6Wjs.withRunExecutor.call(void 0,
58
+ var executor_default = _chunkZNJASYTAjs.withRunExecutor.call(void 0,
59
59
  "Cloudflare Serve executor",
60
60
  serveExecutor,
61
61
  {
@@ -1,10 +1,10 @@
1
1
  import {
2
2
  withRunExecutor
3
- } from "../../../chunk-DBUKYSBN.mjs";
3
+ } from "../../../chunk-BPQM3TJO.mjs";
4
4
  import {
5
5
  createCliOptions
6
6
  } from "../../../chunk-PH3DHY4Q.mjs";
7
- import "../../../chunk-Z4IZ3XJO.mjs";
7
+ import "../../../chunk-AYTN3EEV.mjs";
8
8
  import "../../../chunk-VZKF4MGJ.mjs";
9
9
  import {
10
10
  __require
@@ -2,10 +2,10 @@
2
2
 
3
3
 
4
4
 
5
- var _chunkC76TG5WUjs = require('../../../chunk-C76TG5WU.js');
5
+ var _chunkQFLO73FLjs = require('../../../chunk-QFLO73FL.js');
6
6
  require('../../../chunk-MCKGQKYU.js');
7
7
 
8
8
 
9
9
 
10
10
 
11
- exports.default = _chunkC76TG5WUjs.generator_default; exports.initGenerator = _chunkC76TG5WUjs.initGenerator; exports.initSchematic = _chunkC76TG5WUjs.initSchematic;
11
+ exports.default = _chunkQFLO73FLjs.generator_default; exports.initGenerator = _chunkQFLO73FLjs.initGenerator; exports.initSchematic = _chunkQFLO73FLjs.initSchematic;
@@ -2,7 +2,7 @@ import {
2
2
  generator_default,
3
3
  initGenerator,
4
4
  initSchematic
5
- } from "../../../chunk-GAKYARHF.mjs";
5
+ } from "../../../chunk-KTSIPYX6.mjs";
6
6
  import "../../../chunk-53PYIWAT.mjs";
7
7
  export {
8
8
  generator_default as default,
@@ -2,13 +2,13 @@
2
2
 
3
3
 
4
4
 
5
- var _chunk6GDCO7QNjs = require('../../../chunk-6GDCO7QN.js');
6
- require('../../../chunk-C76TG5WU.js');
7
- require('../../../chunk-6UIEOKYN.js');
5
+ var _chunkMVGWR7NDjs = require('../../../chunk-MVGWR7ND.js');
6
+ require('../../../chunk-QFLO73FL.js');
7
+ require('../../../chunk-4MSDFFY7.js');
8
8
  require('../../../chunk-MIU47PPG.js');
9
9
  require('../../../chunk-MCKGQKYU.js');
10
10
 
11
11
 
12
12
 
13
13
 
14
- exports.applicationGenerator = _chunk6GDCO7QNjs.applicationGenerator; exports.applicationSchematic = _chunk6GDCO7QNjs.applicationSchematic; exports.default = _chunk6GDCO7QNjs.generator_default;
14
+ exports.applicationGenerator = _chunkMVGWR7NDjs.applicationGenerator; exports.applicationSchematic = _chunkMVGWR7NDjs.applicationSchematic; exports.default = _chunkMVGWR7NDjs.generator_default;
@@ -2,9 +2,9 @@ import {
2
2
  applicationGenerator,
3
3
  applicationSchematic,
4
4
  generator_default
5
- } from "../../../chunk-WHM43P6T.mjs";
6
- import "../../../chunk-GAKYARHF.mjs";
7
- import "../../../chunk-Z4IZ3XJO.mjs";
5
+ } from "../../../chunk-QJUZMEKH.mjs";
6
+ import "../../../chunk-KTSIPYX6.mjs";
7
+ import "../../../chunk-AYTN3EEV.mjs";
8
8
  import "../../../chunk-VZKF4MGJ.mjs";
9
9
  import "../../../chunk-53PYIWAT.mjs";
10
10
  export {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/cloudflare-tools",
3
- "version": "0.63.39",
3
+ "version": "0.63.41",
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",
@@ -141,10 +141,10 @@
141
141
  "nx": "21.0.3",
142
142
  "tsup": "8.4.0",
143
143
  "untyped": "^1.5.2",
144
- "wrangler": "^4.24.0"
144
+ "wrangler": "^4.24.1"
145
145
  },
146
146
  "publishConfig": { "access": "public" },
147
147
  "executors": "./executors.json",
148
148
  "generators": "./generators.json",
149
- "gitHead": "0b18a51d7803eb961008b0a9e747edf296c82693"
149
+ "gitHead": "b0d8f489b75626777c4ba65ba127298f9cafa3f0"
150
150
  }