@storm-software/cloudflare-tools 0.71.53 → 0.71.55

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.
Files changed (34) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/README.md +1 -1
  3. package/dist/{chunk-Z32NCHCF.mjs → chunk-276PU2JK.mjs} +4 -4
  4. package/dist/{chunk-BT5ICL3J.mjs → chunk-2VLUD7ES.mjs} +1 -1
  5. package/dist/{chunk-KDPVEDXB.mjs → chunk-74DC5UCP.mjs} +2 -2
  6. package/dist/chunk-C2B5Y63S.js +231 -0
  7. package/dist/chunk-C2TW7OEJ.mjs +269 -0
  8. package/dist/{chunk-SVDNIWTG.js → chunk-E7SXH3BE.js} +1 -1
  9. package/dist/{chunk-5YGEOERJ.js → chunk-J5TCUMBD.js} +4 -4
  10. package/dist/{chunk-6RLHG2N7.mjs → chunk-PTD74LWF.mjs} +1 -1
  11. package/dist/chunk-QTUMOPFF.mjs +231 -0
  12. package/dist/{chunk-NSRFFUDV.js → chunk-SZIF5PWY.js} +2 -2
  13. package/dist/chunk-VQ7CQDF7.js +266 -0
  14. package/dist/{chunk-XSHLEP6G.mjs → chunk-Y6QXVEOO.mjs} +5 -5
  15. package/dist/executors.js +1 -1
  16. package/dist/executors.mjs +3 -3
  17. package/dist/generators.js +3 -3
  18. package/dist/generators.mjs +3 -3
  19. package/dist/index.js +4 -4
  20. package/dist/index.mjs +5 -5
  21. package/dist/src/executors/cloudflare-publish/executor.js +1 -1
  22. package/dist/src/executors/cloudflare-publish/executor.mjs +3 -3
  23. package/dist/src/executors/r2-upload-publish/executor.mjs +1 -1
  24. package/dist/src/executors/serve/executor.js +2 -2
  25. package/dist/src/executors/serve/executor.mjs +2 -2
  26. package/dist/src/generators/init/generator.js +2 -2
  27. package/dist/src/generators/init/generator.mjs +2 -2
  28. package/dist/src/generators/worker/generator.js +3 -3
  29. package/dist/src/generators/worker/generator.mjs +3 -3
  30. package/dist/src/utils/http-handler.mjs +1 -1
  31. package/dist/src/utils/index.mjs +1 -1
  32. package/dist/src/utils/r2-bucket-helpers.mjs +1 -1
  33. package/dist/tsup.config.mjs +1 -1
  34. package/package.json +5 -5
@@ -1,11 +1,11 @@
1
1
  import {
2
2
  runExecutor
3
- } from "../../../chunk-6RLHG2N7.mjs";
4
- import "../../../chunk-KDPVEDXB.mjs";
3
+ } from "../../../chunk-PTD74LWF.mjs";
4
+ import "../../../chunk-74DC5UCP.mjs";
5
5
  import "../../../chunk-3MAI3FU2.mjs";
6
6
  import "../../../chunk-P42MQNVF.mjs";
7
7
  import "../../../chunk-52X4GPEN.mjs";
8
- import "../../../chunk-BT5ICL3J.mjs";
8
+ import "../../../chunk-2VLUD7ES.mjs";
9
9
  export {
10
10
  runExecutor as default
11
11
  };
@@ -6,7 +6,7 @@ import "../../../chunk-OPXJUL5V.mjs";
6
6
  import "../../../chunk-3MAI3FU2.mjs";
7
7
  import "../../../chunk-P42MQNVF.mjs";
8
8
  import "../../../chunk-52X4GPEN.mjs";
9
- import "../../../chunk-BT5ICL3J.mjs";
9
+ import "../../../chunk-2VLUD7ES.mjs";
10
10
  export {
11
11
  runExecutor as default
12
12
  };
@@ -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 _chunkSVDNIWTGjs = require('../../../chunk-SVDNIWTG.js');
3
+ var _chunkE7SXH3BEjs = require('../../../chunk-E7SXH3BE.js');
4
4
 
5
5
 
6
6
  var _chunkN7FW365Qjs = require('../../../chunk-N7FW365Q.js');
@@ -55,7 +55,7 @@ async function* serveExecutor(options, context) {
55
55
  success: true
56
56
  };
57
57
  }
58
- var executor_default = _chunkSVDNIWTGjs.withRunExecutor.call(void 0,
58
+ var executor_default = _chunkE7SXH3BEjs.withRunExecutor.call(void 0,
59
59
  "Cloudflare Serve executor",
60
60
  serveExecutor,
61
61
  {
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  withRunExecutor
3
- } from "../../../chunk-KDPVEDXB.mjs";
3
+ } from "../../../chunk-74DC5UCP.mjs";
4
4
  import {
5
5
  createCliOptions
6
6
  } from "../../../chunk-3MAI3FU2.mjs";
@@ -8,7 +8,7 @@ import "../../../chunk-P42MQNVF.mjs";
8
8
  import "../../../chunk-52X4GPEN.mjs";
9
9
  import {
10
10
  __require
11
- } from "../../../chunk-BT5ICL3J.mjs";
11
+ } from "../../../chunk-2VLUD7ES.mjs";
12
12
 
13
13
  // src/executors/serve/executor.ts
14
14
  import { createAsyncIterable } from "@nx/devkit/src/utils/async-iterable";
@@ -2,10 +2,10 @@
2
2
 
3
3
 
4
4
 
5
- var _chunk5YGEOERJjs = require('../../../chunk-5YGEOERJ.js');
5
+ var _chunkJ5TCUMBDjs = require('../../../chunk-J5TCUMBD.js');
6
6
  require('../../../chunk-MCKGQKYU.js');
7
7
 
8
8
 
9
9
 
10
10
 
11
- exports.default = _chunk5YGEOERJjs.generator_default; exports.initGenerator = _chunk5YGEOERJjs.initGenerator; exports.initSchematic = _chunk5YGEOERJjs.initSchematic;
11
+ exports.default = _chunkJ5TCUMBDjs.generator_default; exports.initGenerator = _chunkJ5TCUMBDjs.initGenerator; exports.initSchematic = _chunkJ5TCUMBDjs.initSchematic;
@@ -2,8 +2,8 @@ import {
2
2
  generator_default,
3
3
  initGenerator,
4
4
  initSchematic
5
- } from "../../../chunk-XSHLEP6G.mjs";
6
- import "../../../chunk-BT5ICL3J.mjs";
5
+ } from "../../../chunk-Y6QXVEOO.mjs";
6
+ import "../../../chunk-2VLUD7ES.mjs";
7
7
  export {
8
8
  generator_default as default,
9
9
  initGenerator,
@@ -2,8 +2,8 @@
2
2
 
3
3
 
4
4
 
5
- var _chunkNSRFFUDVjs = require('../../../chunk-NSRFFUDV.js');
6
- require('../../../chunk-5YGEOERJ.js');
5
+ var _chunkSZIF5PWYjs = require('../../../chunk-SZIF5PWY.js');
6
+ require('../../../chunk-J5TCUMBD.js');
7
7
  require('../../../chunk-QWSTQIUA.js');
8
8
  require('../../../chunk-2KWRE5Y5.js');
9
9
  require('../../../chunk-MCKGQKYU.js');
@@ -11,4 +11,4 @@ require('../../../chunk-MCKGQKYU.js');
11
11
 
12
12
 
13
13
 
14
- exports.applicationGenerator = _chunkNSRFFUDVjs.applicationGenerator; exports.applicationSchematic = _chunkNSRFFUDVjs.applicationSchematic; exports.default = _chunkNSRFFUDVjs.generator_default;
14
+ exports.applicationGenerator = _chunkSZIF5PWYjs.applicationGenerator; exports.applicationSchematic = _chunkSZIF5PWYjs.applicationSchematic; exports.default = _chunkSZIF5PWYjs.generator_default;
@@ -2,11 +2,11 @@ import {
2
2
  applicationGenerator,
3
3
  applicationSchematic,
4
4
  generator_default
5
- } from "../../../chunk-Z32NCHCF.mjs";
6
- import "../../../chunk-XSHLEP6G.mjs";
5
+ } from "../../../chunk-C2TW7OEJ.mjs";
6
+ import "../../../chunk-Y6QXVEOO.mjs";
7
7
  import "../../../chunk-P42MQNVF.mjs";
8
8
  import "../../../chunk-52X4GPEN.mjs";
9
- import "../../../chunk-BT5ICL3J.mjs";
9
+ import "../../../chunk-2VLUD7ES.mjs";
10
10
  export {
11
11
  applicationGenerator,
12
12
  applicationSchematic,
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  createHttpHandler
3
3
  } from "../../chunk-SWYYMID7.mjs";
4
- import "../../chunk-BT5ICL3J.mjs";
4
+ import "../../chunk-2VLUD7ES.mjs";
5
5
  export {
6
6
  createHttpHandler
7
7
  };
@@ -6,7 +6,7 @@ import {
6
6
  uploadFile
7
7
  } from "../../chunk-OPXJUL5V.mjs";
8
8
  import "../../chunk-52X4GPEN.mjs";
9
- import "../../chunk-BT5ICL3J.mjs";
9
+ import "../../chunk-2VLUD7ES.mjs";
10
10
  export {
11
11
  getEncoding,
12
12
  getInternalDependencies,
@@ -5,7 +5,7 @@ import {
5
5
  uploadFile
6
6
  } from "../../chunk-OPXJUL5V.mjs";
7
7
  import "../../chunk-52X4GPEN.mjs";
8
- import "../../chunk-BT5ICL3J.mjs";
8
+ import "../../chunk-2VLUD7ES.mjs";
9
9
  export {
10
10
  getEncoding,
11
11
  getInternalDependencies,
@@ -1,4 +1,4 @@
1
- import "./chunk-BT5ICL3J.mjs";
1
+ import "./chunk-2VLUD7ES.mjs";
2
2
 
3
3
  // tsup.config.ts
4
4
  import { defineConfig } from "tsup";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/cloudflare-tools",
3
- "version": "0.71.53",
3
+ "version": "0.71.55",
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",
@@ -117,9 +117,9 @@
117
117
  "@nx/js": "^22.5.1",
118
118
  "@nx/node": "^22.5.1",
119
119
  "@nx/web": "^22.5.1",
120
- "@storm-software/config": "1.135.6",
121
- "@storm-software/config-tools": "1.189.5",
122
- "@storm-software/workspace-tools": "1.294.37",
120
+ "@storm-software/config": "1.135.7",
121
+ "@storm-software/config-tools": "1.189.6",
122
+ "@storm-software/workspace-tools": "1.294.39",
123
123
  "nx": "^22.5.1",
124
124
  "tsup": "8.4.0",
125
125
  "wrangler": ">=3.58.0"
@@ -155,5 +155,5 @@
155
155
  "publishConfig": { "access": "public" },
156
156
  "executors": "./executors.json",
157
157
  "generators": "./generators.json",
158
- "gitHead": "f9611db126b33c60336faef7eeff63eb1e8031b7"
158
+ "gitHead": "1246351be8bc0444be4f05feb8ddf68950fb4e39"
159
159
  }