@storm-software/cloudflare-tools 0.55.59 → 0.55.60

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,13 @@
2
2
 
3
3
  # Changelog for Storm Ops - Cloudflare Tools
4
4
 
5
+ ## [0.55.60](https://github.com/storm-software/storm-ops/releases/tag/cloudflare-tools%400.55.60) (2025-04-15)
6
+
7
+ ### Miscellaneous
8
+
9
+ - **monorepo:** Regenerate README markdown files
10
+ ([57ce01f17](https://github.com/storm-software/storm-ops/commit/57ce01f17))
11
+
5
12
  ## [0.55.59](https://github.com/storm-software/storm-ops/releases/tag/cloudflare-tools%400.55.59) (2025-04-15)
6
13
 
7
14
  ### 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.58-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.59-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 -->
@@ -1,6 +1,6 @@
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 _chunkPUQB7POQjs = require('./chunk-PUQB7POQ.js');
3
+ var _chunkLLLAUEYOjs = require('./chunk-LLLAUEYO.js');
4
4
 
5
5
 
6
6
  var _chunkU2GYOTAEjs = require('./chunk-U2GYOTAE.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 _chunkPUQB7POQjs.generator_default.call(void 0, tree, {
55
+ tasks.push(await _chunkLLLAUEYOjs.generator_default.call(void 0, tree, {
56
56
  ...options,
57
57
  skipFormat: true
58
58
  }));
@@ -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.59",
11
+ version: "0.55.60",
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",
@@ -2676,7 +2676,7 @@ var generator_default5 = withRunGenerator("Storm Workspace Preset Generator", pr
2676
2676
  // ../workspace-tools/src/generators/release-version/generator.ts
2677
2677
  import { formatFiles as formatFiles8, joinPathFragments as joinPathFragments5, output, readJson as readJson2, updateJson as updateJson3, writeJson as writeJson3 } from "@nx/devkit";
2678
2678
  import { resolveLocalPackageDependencies as resolveLocalPackageJsonDependencies } from "@nx/js/src/generators/release-version/utils/resolve-local-package-dependencies";
2679
- import { updateLockFile } from "@nx/js/src/generators/release-version/utils/update-lock-file";
2679
+ import { updateLockFile } from "@nx/js/src/release/utils/update-lock-file";
2680
2680
 
2681
2681
  // ../git-tools/src/types.ts
2682
2682
  var DEFAULT_COMMIT_TYPES = {
@@ -2886,7 +2886,7 @@ import { IMPLICIT_DEFAULT_RELEASE_GROUP } from "nx/src/command-line/release/conf
2886
2886
  import { getFirstGitCommit, getLatestGitTagForPattern } from "nx/src/command-line/release/utils/git";
2887
2887
  import { resolveSemverSpecifierFromConventionalCommits, resolveSemverSpecifierFromPrompt } from "nx/src/command-line/release/utils/resolve-semver-specifier";
2888
2888
  import { isValidSemverSpecifier } from "nx/src/command-line/release/utils/semver";
2889
- import { deriveNewSemverVersion, validReleaseVersionPrefixes } from "nx/src/command-line/release/version";
2889
+ import { deriveNewSemverVersion, validReleaseVersionPrefixes } from "nx/src/command-line/release/version-legacy";
2890
2890
  import { interpolate } from "nx/src/tasks-runner/utils";
2891
2891
  import { prerelease } from "semver";
2892
2892
 
@@ -2675,7 +2675,7 @@ var generator_default5 = withRunGenerator("Storm Workspace Preset Generator", pr
2675
2675
  // ../workspace-tools/src/generators/release-version/generator.ts
2676
2676
 
2677
2677
  var _resolvelocalpackagedependencies = require('@nx/js/src/generators/release-version/utils/resolve-local-package-dependencies');
2678
- var _updatelockfile = require('@nx/js/src/generators/release-version/utils/update-lock-file');
2678
+ var _updatelockfile = require('@nx/js/src/release/utils/update-lock-file');
2679
2679
 
2680
2680
  // ../git-tools/src/types.ts
2681
2681
  var DEFAULT_COMMIT_TYPES = {
@@ -2885,7 +2885,7 @@ var _config = require('nx/src/command-line/release/config/config');
2885
2885
  var _git = require('nx/src/command-line/release/utils/git');
2886
2886
  var _resolvesemverspecifier = require('nx/src/command-line/release/utils/resolve-semver-specifier');
2887
2887
  var _semver = require('nx/src/command-line/release/utils/semver');
2888
- var _version = require('nx/src/command-line/release/version');
2888
+ var _versionlegacy = require('nx/src/command-line/release/version-legacy');
2889
2889
  var _utils = require('nx/src/tasks-runner/utils');
2890
2890
  var _semver3 = require('semver');
2891
2891
 
@@ -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.59",
11
+ version: "0.55.60",
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",
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  generator_default
3
- } from "./chunk-TTTVOVML.mjs";
3
+ } from "./chunk-X7PWPJXA.mjs";
4
4
  import {
5
5
  getConfig
6
6
  } from "./chunk-4CNZ5PH2.mjs";
package/dist/executors.js CHANGED
@@ -1,6 +1,6 @@
1
1
  "use strict";require('./chunk-XO66D74Z.js');
2
2
  require('./chunk-R7AIVBS7.js');
3
- require('./chunk-A6L4ZGKM.js');
3
+ require('./chunk-QA4RGSAN.js');
4
4
  require('./chunk-I3INFEES.js');
5
5
  require('./chunk-DXA6VL3T.js');
6
6
  require('./chunk-VTHBMY4B.js');
@@ -1,6 +1,6 @@
1
1
  import "./chunk-YSCEY447.mjs";
2
2
  import "./chunk-VCFN2W5L.mjs";
3
- import "./chunk-K5VN3HED.mjs";
3
+ import "./chunk-PXZTPWCU.mjs";
4
4
  import "./chunk-QHEOKFFX.mjs";
5
5
  import "./chunk-CRVSAZIS.mjs";
6
6
  import "./chunk-H36VLRVB.mjs";
@@ -2,11 +2,11 @@
2
2
 
3
3
 
4
4
 
5
- var _chunkZZMK5H75js = require('./chunk-ZZMK5H75.js');
5
+ var _chunkER3IKRGWjs = require('./chunk-ER3IKRGW.js');
6
6
 
7
7
 
8
8
 
9
- var _chunkPUQB7POQjs = require('./chunk-PUQB7POQ.js');
9
+ var _chunkLLLAUEYOjs = require('./chunk-LLLAUEYO.js');
10
10
  require('./chunk-U2GYOTAE.js');
11
11
  require('./chunk-WNICDYXY.js');
12
12
  require('./chunk-J5SB6L2L.js');
@@ -15,4 +15,4 @@ require('./chunk-J5SB6L2L.js');
15
15
 
16
16
 
17
17
 
18
- exports.applicationGenerator = _chunkZZMK5H75js.applicationGenerator; exports.applicationSchematic = _chunkZZMK5H75js.applicationSchematic; exports.initGenerator = _chunkPUQB7POQjs.initGenerator; exports.initSchematic = _chunkPUQB7POQjs.initSchematic;
18
+ exports.applicationGenerator = _chunkER3IKRGWjs.applicationGenerator; exports.applicationSchematic = _chunkER3IKRGWjs.applicationSchematic; exports.initGenerator = _chunkLLLAUEYOjs.initGenerator; exports.initSchematic = _chunkLLLAUEYOjs.initSchematic;
@@ -2,11 +2,11 @@ import "./chunk-3J7KBHMJ.mjs";
2
2
  import {
3
3
  applicationGenerator,
4
4
  applicationSchematic
5
- } from "./chunk-UHTKO6PS.mjs";
5
+ } from "./chunk-ZRZOBWSJ.mjs";
6
6
  import {
7
7
  initGenerator,
8
8
  initSchematic
9
- } from "./chunk-TTTVOVML.mjs";
9
+ } from "./chunk-X7PWPJXA.mjs";
10
10
  import "./chunk-4CNZ5PH2.mjs";
11
11
  import "./chunk-Q7EDJLEB.mjs";
12
12
  import "./chunk-H2MWLDLR.mjs";
package/dist/index.d.mts CHANGED
@@ -3,6 +3,7 @@ export { R as R2UploadPublishExecutorSchema } from './schema.d-oSirXiCO.mjs';
3
3
  export { I as InitGeneratorSchema, i as initGenerator, a as initSchematic } from './generator-DJ1RuHyR.mjs';
4
4
  export { W as WorkerGeneratorSchema, a as applicationGenerator, b as applicationSchematic } from './generator-DW-9W9Fk.mjs';
5
5
  import * as nx_src_config_workspace_json_project_json from 'nx/src/config/workspace-json-project-json';
6
+ import * as nx_src_command_line_release_version from 'nx/src/command-line/release/version';
6
7
  import * as _nx_devkit from '@nx/devkit';
7
8
  export { getInternalDependencies, r2UploadFile } from './src/utils/r2-bucket-helpers.mjs';
8
9
  import '@storm-software/workspace-tools';
@@ -20,7 +21,19 @@ declare const createNodes: (string | ((file: any, _: any, ctx: any) => {
20
21
  release: {
21
22
  version: {
22
23
  generator: string;
23
- generatorOptions?: Record<string, unknown>;
24
+ } | {
25
+ generator: string;
26
+ generatorOptions?: Record<string, unknown> | undefined;
27
+ } | {
28
+ generator: string;
29
+ versionActions?: string | undefined;
30
+ versionActionsOptions?: Record<string, unknown> | undefined;
31
+ manifestRootsToUpdate?: string[] | undefined;
32
+ currentVersionResolver?: "registry" | "disk" | "git-tag" | "none" | undefined;
33
+ currentVersionResolverMetadata?: Record<string, unknown> | undefined;
34
+ fallbackCurrentVersionResolver?: "disk" | undefined;
35
+ versionPrefix?: typeof nx_src_command_line_release_version.validReleaseVersionPrefixes[number] | undefined;
36
+ preserveLocalDependencyProtocols?: boolean | undefined;
24
37
  };
25
38
  };
26
39
  name?: string;
package/dist/index.d.ts CHANGED
@@ -3,6 +3,7 @@ export { R as R2UploadPublishExecutorSchema } from './schema.d-oSirXiCO.js';
3
3
  export { I as InitGeneratorSchema, i as initGenerator, a as initSchematic } from './generator-DJ1RuHyR.js';
4
4
  export { W as WorkerGeneratorSchema, a as applicationGenerator, b as applicationSchematic } from './generator-DW-9W9Fk.js';
5
5
  import * as nx_src_config_workspace_json_project_json from 'nx/src/config/workspace-json-project-json';
6
+ import * as nx_src_command_line_release_version from 'nx/src/command-line/release/version';
6
7
  import * as _nx_devkit from '@nx/devkit';
7
8
  export { getInternalDependencies, r2UploadFile } from './src/utils/r2-bucket-helpers.js';
8
9
  import '@storm-software/workspace-tools';
@@ -20,7 +21,19 @@ declare const createNodes: (string | ((file: any, _: any, ctx: any) => {
20
21
  release: {
21
22
  version: {
22
23
  generator: string;
23
- generatorOptions?: Record<string, unknown>;
24
+ } | {
25
+ generator: string;
26
+ generatorOptions?: Record<string, unknown> | undefined;
27
+ } | {
28
+ generator: string;
29
+ versionActions?: string | undefined;
30
+ versionActionsOptions?: Record<string, unknown> | undefined;
31
+ manifestRootsToUpdate?: string[] | undefined;
32
+ currentVersionResolver?: "registry" | "disk" | "git-tag" | "none" | undefined;
33
+ currentVersionResolverMetadata?: Record<string, unknown> | undefined;
34
+ fallbackCurrentVersionResolver?: "disk" | undefined;
35
+ versionPrefix?: typeof nx_src_command_line_release_version.validReleaseVersionPrefixes[number] | undefined;
36
+ preserveLocalDependencyProtocols?: boolean | undefined;
24
37
  };
25
38
  };
26
39
  name?: string;
package/dist/index.js CHANGED
@@ -3,14 +3,14 @@ require('./chunk-DHBG5ASJ.js');
3
3
 
4
4
 
5
5
 
6
- var _chunkZZMK5H75js = require('./chunk-ZZMK5H75.js');
6
+ var _chunkER3IKRGWjs = require('./chunk-ER3IKRGW.js');
7
7
 
8
8
 
9
9
 
10
- var _chunkPUQB7POQjs = require('./chunk-PUQB7POQ.js');
10
+ var _chunkLLLAUEYOjs = require('./chunk-LLLAUEYO.js');
11
11
  require('./chunk-CVGPWUNP.js');
12
12
  require('./chunk-R7AIVBS7.js');
13
- require('./chunk-A6L4ZGKM.js');
13
+ require('./chunk-QA4RGSAN.js');
14
14
  require('./chunk-I3INFEES.js');
15
15
 
16
16
 
@@ -148,4 +148,4 @@ _chunkJ5SB6L2Ljs.__name.call(void 0, createPackageJson, "createPackageJson");
148
148
 
149
149
 
150
150
 
151
- exports.applicationGenerator = _chunkZZMK5H75js.applicationGenerator; exports.applicationSchematic = _chunkZZMK5H75js.applicationSchematic; exports.createNodes = createNodes; exports.getInternalDependencies = _chunkDXA6VL3Tjs.getInternalDependencies; exports.initGenerator = _chunkPUQB7POQjs.initGenerator; exports.initSchematic = _chunkPUQB7POQjs.initSchematic; exports.name = name; exports.r2UploadFile = _chunkDXA6VL3Tjs.r2UploadFile;
151
+ exports.applicationGenerator = _chunkER3IKRGWjs.applicationGenerator; exports.applicationSchematic = _chunkER3IKRGWjs.applicationSchematic; exports.createNodes = createNodes; exports.getInternalDependencies = _chunkDXA6VL3Tjs.getInternalDependencies; exports.initGenerator = _chunkLLLAUEYOjs.initGenerator; exports.initSchematic = _chunkLLLAUEYOjs.initSchematic; exports.name = name; exports.r2UploadFile = _chunkDXA6VL3Tjs.r2UploadFile;
package/dist/index.mjs CHANGED
@@ -3,14 +3,14 @@ import "./chunk-3J7KBHMJ.mjs";
3
3
  import {
4
4
  applicationGenerator,
5
5
  applicationSchematic
6
- } from "./chunk-UHTKO6PS.mjs";
6
+ } from "./chunk-ZRZOBWSJ.mjs";
7
7
  import {
8
8
  initGenerator,
9
9
  initSchematic
10
- } from "./chunk-TTTVOVML.mjs";
10
+ } from "./chunk-X7PWPJXA.mjs";
11
11
  import "./chunk-7Z5PILRU.mjs";
12
12
  import "./chunk-VCFN2W5L.mjs";
13
- import "./chunk-K5VN3HED.mjs";
13
+ import "./chunk-PXZTPWCU.mjs";
14
14
  import "./chunk-QHEOKFFX.mjs";
15
15
  import {
16
16
  getInternalDependencies,
@@ -1,7 +1,7 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
2
 
3
3
  var _chunkR7AIVBS7js = require('../../../chunk-R7AIVBS7.js');
4
- require('../../../chunk-A6L4ZGKM.js');
4
+ require('../../../chunk-QA4RGSAN.js');
5
5
  require('../../../chunk-VTHBMY4B.js');
6
6
  require('../../../chunk-U2GYOTAE.js');
7
7
  require('../../../chunk-WNICDYXY.js');
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  runExecutor
3
3
  } from "../../../chunk-VCFN2W5L.mjs";
4
- import "../../../chunk-K5VN3HED.mjs";
4
+ import "../../../chunk-PXZTPWCU.mjs";
5
5
  import "../../../chunk-H36VLRVB.mjs";
6
6
  import "../../../chunk-4CNZ5PH2.mjs";
7
7
  import "../../../chunk-Q7EDJLEB.mjs";
@@ -1,6 +1,6 @@
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 _chunkA6L4ZGKMjs = require('../../../chunk-A6L4ZGKM.js');
3
+ var _chunkQA4RGSANjs = require('../../../chunk-QA4RGSAN.js');
4
4
 
5
5
 
6
6
  var _chunkVTHBMY4Bjs = require('../../../chunk-VTHBMY4B.js');
@@ -60,7 +60,7 @@ async function* serveExecutor(options, context, config) {
60
60
  };
61
61
  }
62
62
  _chunkJ5SB6L2Ljs.__name.call(void 0, serveExecutor, "serveExecutor");
63
- var executor_default = _chunkA6L4ZGKMjs.withRunExecutor.call(void 0, "Cloudflare Serve executor", serveExecutor, {
63
+ var executor_default = _chunkQA4RGSANjs.withRunExecutor.call(void 0, "Cloudflare Serve executor", serveExecutor, {
64
64
  skipReadingConfig: false,
65
65
  hooks: {
66
66
  applyDefaultOptions: /* @__PURE__ */ _chunkJ5SB6L2Ljs.__name.call(void 0, (options) => {
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  withRunExecutor
3
- } from "../../../chunk-K5VN3HED.mjs";
3
+ } from "../../../chunk-PXZTPWCU.mjs";
4
4
  import {
5
5
  createCliOptions
6
6
  } from "../../../chunk-H36VLRVB.mjs";
@@ -2,10 +2,10 @@
2
2
 
3
3
 
4
4
 
5
- var _chunkPUQB7POQjs = require('../../../chunk-PUQB7POQ.js');
5
+ var _chunkLLLAUEYOjs = require('../../../chunk-LLLAUEYO.js');
6
6
  require('../../../chunk-J5SB6L2L.js');
7
7
 
8
8
 
9
9
 
10
10
 
11
- exports.default = _chunkPUQB7POQjs.generator_default; exports.initGenerator = _chunkPUQB7POQjs.initGenerator; exports.initSchematic = _chunkPUQB7POQjs.initSchematic;
11
+ exports.default = _chunkLLLAUEYOjs.generator_default; exports.initGenerator = _chunkLLLAUEYOjs.initGenerator; exports.initSchematic = _chunkLLLAUEYOjs.initSchematic;
@@ -2,7 +2,7 @@ import {
2
2
  generator_default,
3
3
  initGenerator,
4
4
  initSchematic
5
- } from "../../../chunk-TTTVOVML.mjs";
5
+ } from "../../../chunk-X7PWPJXA.mjs";
6
6
  import "../../../chunk-H2MWLDLR.mjs";
7
7
  export {
8
8
  generator_default as default,
@@ -2,8 +2,8 @@
2
2
 
3
3
 
4
4
 
5
- var _chunkZZMK5H75js = require('../../../chunk-ZZMK5H75.js');
6
- require('../../../chunk-PUQB7POQ.js');
5
+ var _chunkER3IKRGWjs = require('../../../chunk-ER3IKRGW.js');
6
+ require('../../../chunk-LLLAUEYO.js');
7
7
  require('../../../chunk-U2GYOTAE.js');
8
8
  require('../../../chunk-WNICDYXY.js');
9
9
  require('../../../chunk-J5SB6L2L.js');
@@ -11,4 +11,4 @@ require('../../../chunk-J5SB6L2L.js');
11
11
 
12
12
 
13
13
 
14
- exports.applicationGenerator = _chunkZZMK5H75js.applicationGenerator; exports.applicationSchematic = _chunkZZMK5H75js.applicationSchematic; exports.default = _chunkZZMK5H75js.generator_default;
14
+ exports.applicationGenerator = _chunkER3IKRGWjs.applicationGenerator; exports.applicationSchematic = _chunkER3IKRGWjs.applicationSchematic; exports.default = _chunkER3IKRGWjs.generator_default;
@@ -2,8 +2,8 @@ import {
2
2
  applicationGenerator,
3
3
  applicationSchematic,
4
4
  generator_default
5
- } from "../../../chunk-UHTKO6PS.mjs";
6
- import "../../../chunk-TTTVOVML.mjs";
5
+ } from "../../../chunk-ZRZOBWSJ.mjs";
6
+ import "../../../chunk-X7PWPJXA.mjs";
7
7
  import "../../../chunk-4CNZ5PH2.mjs";
8
8
  import "../../../chunk-Q7EDJLEB.mjs";
9
9
  import "../../../chunk-H2MWLDLR.mjs";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/cloudflare-tools",
3
- "version": "0.55.59",
3
+ "version": "0.55.60",
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",
@@ -113,11 +113,11 @@
113
113
  "sullivanpj"
114
114
  ],
115
115
  "peerDependencies": {
116
- "@nx/devkit": "20.6.0",
117
- "@nx/node": "20.6.0",
118
- "@nx/web": "20.6.0",
119
- "@nx/webpack": "20.6.0",
120
- "nx": "20.6.0",
116
+ "@nx/devkit": "20.8.0",
117
+ "@nx/node": "20.8.0",
118
+ "@nx/web": "20.8.0",
119
+ "@nx/webpack": "20.8.0",
120
+ "nx": "20.8.0",
121
121
  "wrangler": ">=3.58.0"
122
122
  },
123
123
  "peerDependenciesMeta": {
@@ -135,11 +135,11 @@
135
135
  "jest-resolve": "29.7.0"
136
136
  },
137
137
  "devDependencies": {
138
- "@nx/devkit": "20.6.0",
139
- "@nx/node": "20.6.0",
140
- "@nx/web": "20.6.0",
141
- "@nx/webpack": "20.6.0",
142
- "nx": "20.6.0",
138
+ "@nx/devkit": "20.8.0",
139
+ "@nx/node": "20.8.0",
140
+ "@nx/web": "20.8.0",
141
+ "@nx/webpack": "20.8.0",
142
+ "nx": "20.8.0",
143
143
  "tsup": "8.3.5",
144
144
  "untyped": "^1.5.2",
145
145
  "wrangler": ">=3.58.0"