@storm-software/cloudflare-tools 0.55.86 → 0.55.88

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 (45) hide show
  1. package/CHANGELOG.md +21 -0
  2. package/README.md +1 -2
  3. package/dist/{chunk-PWYTCJYX.js → chunk-4WULYLQ3.js} +881 -650
  4. package/dist/{chunk-VTHBMY4B.js → chunk-6XDOBG77.js} +39 -28
  5. package/dist/{chunk-2XOEHMET.js → chunk-7JQIASJ7.js} +93 -58
  6. package/dist/{chunk-FQ33YTDR.mjs → chunk-ABAI6EPS.mjs} +806 -575
  7. package/dist/{chunk-BNJGOSXD.mjs → chunk-FABNT5TZ.mjs} +15 -13
  8. package/dist/{chunk-XCERLTLT.mjs → chunk-GPAI4NHQ.mjs} +141 -87
  9. package/dist/{chunk-IVLCYFXD.js → chunk-HBASMEU5.js} +168 -114
  10. package/dist/{chunk-6B5PUF7X.js → chunk-HIUZ6UL7.js} +97 -47
  11. package/dist/{chunk-R7AIVBS7.js → chunk-I4P7DVDN.js} +19 -24
  12. package/dist/{chunk-QOSOXTAS.mjs → chunk-ISGKIYF5.mjs} +92 -42
  13. package/dist/{chunk-GDWUA3BY.mjs → chunk-L4WFYC7K.mjs} +39 -28
  14. package/dist/{chunk-J5SB6L2L.js → chunk-MCKGQKYU.js} +2 -5
  15. package/dist/{chunk-UVPHL2U4.mjs → chunk-MV24QW26.mjs} +195 -127
  16. package/dist/{chunk-W7HOEYL6.mjs → chunk-NEMOTOHF.mjs} +93 -56
  17. package/dist/{chunk-V7LBWOVV.js → chunk-PZ5CI56F.js} +196 -128
  18. package/dist/{chunk-Z56LURRT.mjs → chunk-QPABB45G.mjs} +19 -24
  19. package/dist/{chunk-G2K6R4CT.mjs → chunk-QQ22YQSB.mjs} +3 -6
  20. package/dist/{chunk-QGRENI3O.js → chunk-RIUVF72K.js} +17 -15
  21. package/dist/{chunk-JFSRBSF6.mjs → chunk-SKMJXTAG.mjs} +27 -21
  22. package/dist/{chunk-XZ5IJXEB.js → chunk-ZBQZJEOG.js} +26 -20
  23. package/dist/executors.js +8 -8
  24. package/dist/executors.mjs +8 -8
  25. package/dist/generators.js +6 -6
  26. package/dist/generators.mjs +5 -5
  27. package/dist/index.js +41 -49
  28. package/dist/index.mjs +40 -48
  29. package/dist/src/executors/cloudflare-publish/executor.js +7 -7
  30. package/dist/src/executors/cloudflare-publish/executor.mjs +6 -6
  31. package/dist/src/executors/r2-upload-publish/executor.js +7 -7
  32. package/dist/src/executors/r2-upload-publish/executor.mjs +6 -6
  33. package/dist/src/executors/serve/executor.js +49 -50
  34. package/dist/src/executors/serve/executor.mjs +48 -49
  35. package/dist/src/generators/init/generator.js +3 -3
  36. package/dist/src/generators/init/generator.mjs +2 -2
  37. package/dist/src/generators/worker/generator.js +6 -6
  38. package/dist/src/generators/worker/generator.mjs +5 -5
  39. package/dist/src/utils/index.js +4 -4
  40. package/dist/src/utils/index.mjs +3 -3
  41. package/dist/src/utils/r2-bucket-helpers.js +4 -4
  42. package/dist/src/utils/r2-bucket-helpers.mjs +3 -3
  43. package/dist/tsup.config.js +3 -8
  44. package/dist/tsup.config.mjs +3 -8
  45. package/package.json +1 -1
@@ -1,4 +1,4 @@
1
- import "./chunk-G2K6R4CT.mjs";
1
+ import "./chunk-QQ22YQSB.mjs";
2
2
 
3
3
  // tsup.config.ts
4
4
  import { defineConfig } from "tsup";
@@ -14,10 +14,7 @@ var config = defineConfig([
14
14
  "./src/generators/plugins/*.ts"
15
15
  ],
16
16
  outDir: "dist",
17
- format: [
18
- "cjs",
19
- "esm"
20
- ],
17
+ format: ["cjs", "esm"],
21
18
  platform: "node",
22
19
  splitting: true,
23
20
  clean: true,
@@ -25,9 +22,7 @@ var config = defineConfig([
25
22
  sourcemap: false,
26
23
  shims: true,
27
24
  tsconfig: "./tsconfig.json",
28
- external: [
29
- "@storm-software/workspace-tools"
30
- ]
25
+ external: ["@storm-software/workspace-tools"]
31
26
  }
32
27
  ]);
33
28
  var tsup_config_default = config;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/cloudflare-tools",
3
- "version": "0.55.86",
3
+ "version": "0.55.88",
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",