@storm-software/cloudflare-tools 0.54.9 → 0.55.1

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.
@@ -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 _chunkJ4ZEL2FSjs = require('../../../chunk-J4ZEL2FS.js');
3
+ var _chunkZND42QSUjs = require('../../../chunk-ZND42QSU.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 = _chunkJ4ZEL2FSjs.withRunExecutor.call(void 0, "Cloudflare Serve executor", serveExecutor, {
63
+ var executor_default = _chunkZND42QSUjs.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-FRA27Q4O.mjs";
3
+ } from "../../../chunk-IKCEMAOR.mjs";
4
4
  import {
5
5
  createCliOptions
6
6
  } from "../../../chunk-XU6MTFCV.mjs";
@@ -2,10 +2,10 @@
2
2
 
3
3
 
4
4
 
5
- var _chunkUUCB3PD3js = require('../../../chunk-UUCB3PD3.js');
5
+ var _chunk52L33AXEjs = require('../../../chunk-52L33AXE.js');
6
6
  require('../../../chunk-J5SB6L2L.js');
7
7
 
8
8
 
9
9
 
10
10
 
11
- exports.default = _chunkUUCB3PD3js.generator_default; exports.initGenerator = _chunkUUCB3PD3js.initGenerator; exports.initSchematic = _chunkUUCB3PD3js.initSchematic;
11
+ exports.default = _chunk52L33AXEjs.generator_default; exports.initGenerator = _chunk52L33AXEjs.initGenerator; exports.initSchematic = _chunk52L33AXEjs.initSchematic;
@@ -2,7 +2,7 @@ import {
2
2
  generator_default,
3
3
  initGenerator,
4
4
  initSchematic
5
- } from "../../../chunk-6FLJY5GI.mjs";
5
+ } from "../../../chunk-I3W6J4WY.mjs";
6
6
  import "../../../chunk-A7FFSBE6.mjs";
7
7
  export {
8
8
  generator_default as default,
@@ -2,8 +2,8 @@
2
2
 
3
3
 
4
4
 
5
- var _chunkPI2GYWCKjs = require('../../../chunk-PI2GYWCK.js');
6
- require('../../../chunk-UUCB3PD3.js');
5
+ var _chunkKUTJAYRPjs = require('../../../chunk-KUTJAYRP.js');
6
+ require('../../../chunk-52L33AXE.js');
7
7
  require('../../../chunk-6Q4S7VSU.js');
8
8
  require('../../../chunk-43HWVEIC.js');
9
9
  require('../../../chunk-J5SB6L2L.js');
@@ -11,4 +11,4 @@ require('../../../chunk-J5SB6L2L.js');
11
11
 
12
12
 
13
13
 
14
- exports.applicationGenerator = _chunkPI2GYWCKjs.applicationGenerator; exports.applicationSchematic = _chunkPI2GYWCKjs.applicationSchematic; exports.default = _chunkPI2GYWCKjs.generator_default;
14
+ exports.applicationGenerator = _chunkKUTJAYRPjs.applicationGenerator; exports.applicationSchematic = _chunkKUTJAYRPjs.applicationSchematic; exports.default = _chunkKUTJAYRPjs.generator_default;
@@ -2,8 +2,8 @@ import {
2
2
  applicationGenerator,
3
3
  applicationSchematic,
4
4
  generator_default
5
- } from "../../../chunk-SXIJ3Y7H.mjs";
6
- import "../../../chunk-6FLJY5GI.mjs";
5
+ } from "../../../chunk-5WNLJW4K.mjs";
6
+ import "../../../chunk-I3W6J4WY.mjs";
7
7
  import "../../../chunk-BKBJDKMA.mjs";
8
8
  import "../../../chunk-GMLMIRU7.mjs";
9
9
  import "../../../chunk-A7FFSBE6.mjs";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/cloudflare-tools",
3
- "version": "0.54.9",
3
+ "version": "0.55.1",
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",