@storm-software/cloudflare-tools 0.71.235 → 0.71.242

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 (42) hide show
  1. package/CHANGELOG.md +78 -0
  2. package/README.md +1 -1
  3. package/dist/{chunk-MIPARIGF.mjs → chunk-3GUCTXXT.mjs} +3 -3
  4. package/dist/{chunk-7BBXRCAA.mjs → chunk-4HEOMMTX.mjs} +3 -3
  5. package/dist/{chunk-TXSHBEGN.js → chunk-7NFFNXFN.js} +12 -12
  6. package/dist/{chunk-2S4EPFWW.js → chunk-AF4CHUYX.js} +5 -5
  7. package/dist/{chunk-62X6T4SY.js → chunk-BASIQFOW.js} +6 -6
  8. package/dist/{chunk-7Z3A2OAB.mjs → chunk-BGMLQBUW.mjs} +1 -1
  9. package/dist/{chunk-5MAMLVMV.mjs → chunk-BJQFVPGK.mjs} +3 -1
  10. package/dist/{chunk-3E2GFJMN.mjs → chunk-E2KDBKFZ.mjs} +8 -8
  11. package/dist/{chunk-YWFXWCTG.mjs → chunk-EI77CIK7.mjs} +1 -1
  12. package/dist/chunk-FLA2SYPV.js +231 -0
  13. package/dist/{chunk-IZL2M4L5.js → chunk-GLKR5BOA.js} +5 -5
  14. package/dist/{chunk-FXP4SY7V.js → chunk-GRVOVEJP.js} +5 -5
  15. package/dist/{chunk-WYBCLRR7.mjs → chunk-KNN4W7QC.mjs} +2 -2
  16. package/dist/{chunk-IZGBGYWL.mjs → chunk-MVEHOKMY.mjs} +2 -2
  17. package/dist/{chunk-GHTZXW75.js → chunk-TMHLSIZ5.js} +1 -1
  18. package/dist/chunk-WTWLKDV7.mjs +231 -0
  19. package/dist/{chunk-67JJGDCQ.mjs → chunk-YCOA7IKG.mjs} +6 -6
  20. package/dist/{chunk-PGTHXO6M.js → chunk-YRUROEEP.js} +3 -1
  21. package/dist/executors.js +3 -3
  22. package/dist/executors.mjs +5 -5
  23. package/dist/generators.js +4 -4
  24. package/dist/generators.mjs +4 -4
  25. package/dist/index.js +6 -6
  26. package/dist/index.mjs +7 -7
  27. package/dist/src/executors/cloudflare-publish/executor.js +2 -2
  28. package/dist/src/executors/cloudflare-publish/executor.mjs +4 -4
  29. package/dist/src/executors/r2-upload-publish/executor.js +3 -3
  30. package/dist/src/executors/r2-upload-publish/executor.mjs +3 -3
  31. package/dist/src/executors/r2-upload-publish/untyped.mjs +1 -1
  32. package/dist/src/executors/serve/executor.js +3 -3
  33. package/dist/src/executors/serve/executor.mjs +3 -3
  34. package/dist/src/generators/init/generator.js +2 -2
  35. package/dist/src/generators/init/generator.mjs +2 -2
  36. package/dist/src/generators/worker/generator.js +4 -4
  37. package/dist/src/generators/worker/generator.mjs +4 -4
  38. package/dist/src/plugins/index.mjs +1 -1
  39. package/dist/src/utils/http-handler.mjs +1 -1
  40. package/dist/src/utils/index.mjs +1 -1
  41. package/dist/src/utils/r2-bucket-helpers.mjs +1 -1
  42. package/package.json +9 -9
@@ -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 _chunkTXSHBEGNjs = require('../../../chunk-TXSHBEGN.js');
3
+ var _chunk7NFFNXFNjs = require('../../../chunk-7NFFNXFN.js');
4
4
 
5
5
 
6
6
  var _chunkNCVDTA5Mjs = require('../../../chunk-NCVDTA5M.js');
7
- require('../../../chunk-PGTHXO6M.js');
7
+ require('../../../chunk-YRUROEEP.js');
8
8
  require('../../../chunk-FBLD25X4.js');
9
9
  require('../../../chunk-AWKQRM2H.js');
10
10
 
@@ -56,7 +56,7 @@ async function* serveExecutor(options, context) {
56
56
  success: true
57
57
  };
58
58
  }
59
- var executor_default = _chunkTXSHBEGNjs.withRunExecutor.call(void 0,
59
+ var executor_default = _chunk7NFFNXFNjs.withRunExecutor.call(void 0,
60
60
  "Cloudflare Serve executor",
61
61
  serveExecutor,
62
62
  {
@@ -1,15 +1,15 @@
1
1
  import {
2
2
  withRunExecutor
3
- } from "../../../chunk-WYBCLRR7.mjs";
3
+ } from "../../../chunk-KNN4W7QC.mjs";
4
4
  import {
5
5
  createCliOptions
6
6
  } from "../../../chunk-ZXLMDNFQ.mjs";
7
- import "../../../chunk-5MAMLVMV.mjs";
7
+ import "../../../chunk-BJQFVPGK.mjs";
8
8
  import "../../../chunk-CSTZEHUP.mjs";
9
9
  import "../../../chunk-K4H5ZMYA.mjs";
10
10
  import {
11
11
  __require
12
- } from "../../../chunk-YWFXWCTG.mjs";
12
+ } from "../../../chunk-EI77CIK7.mjs";
13
13
 
14
14
  // src/executors/serve/executor.ts
15
15
  import { createAsyncIterable } from "@nx/devkit/internal";
@@ -2,10 +2,10 @@
2
2
 
3
3
 
4
4
 
5
- var _chunkGHTZXW75js = require('../../../chunk-GHTZXW75.js');
5
+ var _chunkTMHLSIZ5js = require('../../../chunk-TMHLSIZ5.js');
6
6
  require('../../../chunk-MCKGQKYU.js');
7
7
 
8
8
 
9
9
 
10
10
 
11
- exports.default = _chunkGHTZXW75js.generator_default; exports.initGenerator = _chunkGHTZXW75js.initGenerator; exports.initSchematic = _chunkGHTZXW75js.initSchematic;
11
+ exports.default = _chunkTMHLSIZ5js.generator_default; exports.initGenerator = _chunkTMHLSIZ5js.initGenerator; exports.initSchematic = _chunkTMHLSIZ5js.initSchematic;
@@ -2,8 +2,8 @@ import {
2
2
  generator_default,
3
3
  initGenerator,
4
4
  initSchematic
5
- } from "../../../chunk-IZGBGYWL.mjs";
6
- import "../../../chunk-YWFXWCTG.mjs";
5
+ } from "../../../chunk-MVEHOKMY.mjs";
6
+ import "../../../chunk-EI77CIK7.mjs";
7
7
  export {
8
8
  generator_default as default,
9
9
  initGenerator,
@@ -2,13 +2,13 @@
2
2
 
3
3
 
4
4
 
5
- var _chunkIZL2M4L5js = require('../../../chunk-IZL2M4L5.js');
6
- require('../../../chunk-GHTZXW75.js');
7
- require('../../../chunk-PGTHXO6M.js');
5
+ var _chunkGLKR5BOAjs = require('../../../chunk-GLKR5BOA.js');
6
+ require('../../../chunk-TMHLSIZ5.js');
7
+ require('../../../chunk-YRUROEEP.js');
8
8
  require('../../../chunk-AWKQRM2H.js');
9
9
  require('../../../chunk-MCKGQKYU.js');
10
10
 
11
11
 
12
12
 
13
13
 
14
- exports.applicationGenerator = _chunkIZL2M4L5js.applicationGenerator; exports.applicationSchematic = _chunkIZL2M4L5js.applicationSchematic; exports.default = _chunkIZL2M4L5js.generator_default;
14
+ exports.applicationGenerator = _chunkGLKR5BOAjs.applicationGenerator; exports.applicationSchematic = _chunkGLKR5BOAjs.applicationSchematic; exports.default = _chunkGLKR5BOAjs.generator_default;
@@ -2,11 +2,11 @@ import {
2
2
  applicationGenerator,
3
3
  applicationSchematic,
4
4
  generator_default
5
- } from "../../../chunk-MIPARIGF.mjs";
6
- import "../../../chunk-IZGBGYWL.mjs";
7
- import "../../../chunk-5MAMLVMV.mjs";
5
+ } from "../../../chunk-4HEOMMTX.mjs";
6
+ import "../../../chunk-MVEHOKMY.mjs";
7
+ import "../../../chunk-BJQFVPGK.mjs";
8
8
  import "../../../chunk-K4H5ZMYA.mjs";
9
- import "../../../chunk-YWFXWCTG.mjs";
9
+ import "../../../chunk-EI77CIK7.mjs";
10
10
  export {
11
11
  applicationGenerator,
12
12
  applicationSchematic,
@@ -3,7 +3,7 @@ import {
3
3
  name
4
4
  } from "../../chunk-E52DON6Y.mjs";
5
5
  import "../../chunk-CSTZEHUP.mjs";
6
- import "../../chunk-YWFXWCTG.mjs";
6
+ import "../../chunk-EI77CIK7.mjs";
7
7
  export {
8
8
  createNodesV2,
9
9
  name
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  createHttpHandler
3
3
  } from "../../chunk-SWYYMID7.mjs";
4
- import "../../chunk-YWFXWCTG.mjs";
4
+ import "../../chunk-EI77CIK7.mjs";
5
5
  export {
6
6
  createHttpHandler
7
7
  };
@@ -6,7 +6,7 @@ import {
6
6
  uploadFile
7
7
  } from "../../chunk-BY7MA3SM.mjs";
8
8
  import "../../chunk-K4H5ZMYA.mjs";
9
- import "../../chunk-YWFXWCTG.mjs";
9
+ import "../../chunk-EI77CIK7.mjs";
10
10
  export {
11
11
  getEncoding,
12
12
  getInternalDependencies,
@@ -5,7 +5,7 @@ import {
5
5
  uploadFile
6
6
  } from "../../chunk-BY7MA3SM.mjs";
7
7
  import "../../chunk-K4H5ZMYA.mjs";
8
- import "../../chunk-YWFXWCTG.mjs";
8
+ import "../../chunk-EI77CIK7.mjs";
9
9
  export {
10
10
  getEncoding,
11
11
  getInternalDependencies,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/cloudflare-tools",
3
- "version": "0.71.235",
3
+ "version": "0.71.242",
4
4
  "private": false,
5
5
  "description": "A Nx plugin package that contains various executors, generators, and utilities that assist in managing Cloudflare services.",
6
6
  "keywords": [
@@ -141,12 +141,12 @@
141
141
  "module": "dist/index.mjs",
142
142
  "typings": "dist/index.d.ts",
143
143
  "dependencies": {
144
- "@aws-sdk/client-s3": "^3.1084.0",
145
- "@aws-sdk/lib-storage": "^3.1084.0",
146
- "@smithy/node-http-handler": "^4.9.4",
147
- "@storm-software/config": "^1.138.29",
148
- "@storm-software/config-tools": "^1.190.92",
149
- "@storm-software/workspace-tools": "^1.296.72",
144
+ "@aws-sdk/client-s3": "^3.1085.0",
145
+ "@aws-sdk/lib-storage": "^3.1085.0",
146
+ "@smithy/node-http-handler": "^4.9.5",
147
+ "@storm-software/config": "^1.138.36",
148
+ "@storm-software/config-tools": "^1.190.99",
149
+ "@storm-software/workspace-tools": "^1.296.79",
150
150
  "defu": "^6.1.7",
151
151
  "glob": "^11.1.0",
152
152
  "mime-types": "^3.0.2",
@@ -157,7 +157,7 @@
157
157
  "@nx/node": "22.7.5",
158
158
  "@nx/web": "22.7.5",
159
159
  "@nx/webpack": "22.7.5",
160
- "@smithy/protocol-http": "^5.5.7",
160
+ "@smithy/protocol-http": "^5.5.8",
161
161
  "nx": "23.0.1",
162
162
  "tsup": "8.4.0",
163
163
  "untyped": "^2.0.0",
@@ -171,5 +171,5 @@
171
171
  "publishConfig": { "access": "public" },
172
172
  "executors": "./executors.json",
173
173
  "generators": "./generators.json",
174
- "gitHead": "4fd37930e44d20b151fbe2eecf8a1b0e0c235ae8"
174
+ "gitHead": "f367412ee4e991808dbb5353fd9938daa04efd5e"
175
175
  }