@storm-software/cloudflare-tools 0.63.18 → 0.63.20

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 (40) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/README.md +1 -1
  3. package/dist/{chunk-OL65RB72.js → chunk-46LEVY35.js} +48 -44
  4. package/dist/{chunk-CLLH7VQR.mjs → chunk-4E7CQJWL.mjs} +1 -1
  5. package/dist/{chunk-BCGXRI3A.js → chunk-4N3ZMAXN.js} +12 -12
  6. package/dist/{chunk-SQUJ3SXL.js → chunk-5ENKRUAU.js} +1 -0
  7. package/dist/{chunk-2HJQOPBD.js → chunk-DTL2T3BP.js} +3 -3
  8. package/dist/{chunk-GOL5LHR6.mjs → chunk-E2ZPWAPC.mjs} +1 -0
  9. package/dist/{chunk-5M3ADTI2.mjs → chunk-EPBMBQ4K.mjs} +3 -3
  10. package/dist/{chunk-6XLZW53F.js → chunk-HKXGZZ4U.js} +117 -117
  11. package/dist/{chunk-7H2K6PT4.mjs → chunk-IPQFZI7C.mjs} +6 -2
  12. package/dist/{chunk-4HGNUVBV.mjs → chunk-MIAKQA3Y.mjs} +1 -1
  13. package/dist/{chunk-MEMSFPH7.js → chunk-NMIFO3EO.js} +2 -2
  14. package/dist/{chunk-R6VL7HNO.mjs → chunk-QU3IUQ3W.mjs} +4 -4
  15. package/dist/{chunk-JHXH6ZN3.mjs → chunk-SJE3AZ5R.mjs} +1 -1
  16. package/dist/{chunk-Q6WFFOSW.js → chunk-VI7OHBFH.js} +16 -16
  17. package/dist/{chunk-Z3BGN32E.mjs → chunk-XUF2GGAM.mjs} +3 -3
  18. package/dist/{chunk-2D6E5WHF.mjs → chunk-ZRULUFIZ.mjs} +3 -3
  19. package/dist/executors.js +5 -5
  20. package/dist/executors.mjs +7 -7
  21. package/dist/generators.js +5 -5
  22. package/dist/generators.mjs +5 -5
  23. package/dist/index.js +8 -8
  24. package/dist/index.mjs +9 -9
  25. package/dist/src/executors/cloudflare-publish/executor.js +3 -3
  26. package/dist/src/executors/cloudflare-publish/executor.mjs +5 -5
  27. package/dist/src/executors/r2-upload-publish/executor.js +5 -5
  28. package/dist/src/executors/r2-upload-publish/executor.mjs +5 -5
  29. package/dist/src/executors/serve/executor.js +4 -4
  30. package/dist/src/executors/serve/executor.mjs +4 -4
  31. package/dist/src/generators/init/generator.js +2 -2
  32. package/dist/src/generators/init/generator.mjs +2 -2
  33. package/dist/src/generators/worker/generator.js +5 -5
  34. package/dist/src/generators/worker/generator.mjs +5 -5
  35. package/dist/src/utils/index.js +3 -3
  36. package/dist/src/utils/index.mjs +3 -3
  37. package/dist/src/utils/r2-bucket-helpers.js +3 -3
  38. package/dist/src/utils/r2-bucket-helpers.mjs +3 -3
  39. package/dist/tsup.config.mjs +1 -1
  40. package/package.json +2 -2
@@ -1,10 +1,10 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
2
 
3
3
 
4
- var _chunk2HJQOPBDjs = require('../../chunk-2HJQOPBD.js');
5
- require('../../chunk-SQUJ3SXL.js');
4
+ var _chunkDTL2T3BPjs = require('../../chunk-DTL2T3BP.js');
5
+ require('../../chunk-5ENKRUAU.js');
6
6
  require('../../chunk-MCKGQKYU.js');
7
7
 
8
8
 
9
9
 
10
- exports.getInternalDependencies = _chunk2HJQOPBDjs.getInternalDependencies; exports.r2UploadFile = _chunk2HJQOPBDjs.r2UploadFile;
10
+ exports.getInternalDependencies = _chunkDTL2T3BPjs.getInternalDependencies; exports.r2UploadFile = _chunkDTL2T3BPjs.r2UploadFile;
@@ -1,9 +1,9 @@
1
1
  import {
2
2
  getInternalDependencies,
3
3
  r2UploadFile
4
- } from "../../chunk-JHXH6ZN3.mjs";
5
- import "../../chunk-GOL5LHR6.mjs";
6
- import "../../chunk-CLLH7VQR.mjs";
4
+ } from "../../chunk-SJE3AZ5R.mjs";
5
+ import "../../chunk-E2ZPWAPC.mjs";
6
+ import "../../chunk-4E7CQJWL.mjs";
7
7
  export {
8
8
  getInternalDependencies,
9
9
  r2UploadFile
@@ -1,4 +1,4 @@
1
- import "./chunk-CLLH7VQR.mjs";
1
+ import "./chunk-4E7CQJWL.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.63.18",
3
+ "version": "0.63.20",
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,7 +141,7 @@
141
141
  "nx": "21.0.3",
142
142
  "tsup": "8.4.0",
143
143
  "untyped": "^1.5.2",
144
- "wrangler": "^4.19.1"
144
+ "wrangler": "^4.19.2"
145
145
  },
146
146
  "publishConfig": { "access": "public" },
147
147
  "executors": "./executors.json",