@storm-software/cloudflare-tools 0.65.6 → 0.65.7

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 (33) hide show
  1. package/CHANGELOG.md +9 -0
  2. package/dist/{chunk-QBISXDXF.mjs → chunk-436YFSDY.mjs} +1 -1
  3. package/dist/{chunk-G6PGMOAM.mjs → chunk-DAVZT6KF.mjs} +3 -3
  4. package/dist/{chunk-SN6UJZ2G.mjs → chunk-EIZU6AAN.mjs} +3 -3
  5. package/dist/{chunk-NYUGUHRY.mjs → chunk-FXMVUKUI.mjs} +1 -1
  6. package/dist/{chunk-537PH6YK.mjs → chunk-HHVUEOQK.mjs} +6 -4
  7. package/dist/{chunk-6CP6ARGM.js → chunk-HUZVQCWL.js} +6 -4
  8. package/dist/{chunk-U3IGSCX3.js → chunk-LRGILLMQ.js} +57 -172
  9. package/dist/{chunk-N3UQB43Z.js → chunk-PUBL4ZFL.js} +3 -3
  10. package/dist/{chunk-N6YTSDTM.mjs → chunk-QY2F3NDP.mjs} +1 -1
  11. package/dist/{chunk-B44VJUAX.js → chunk-R5DICCMW.js} +2 -2
  12. package/dist/{chunk-EHEXWPEP.mjs → chunk-UGFKKNQI.mjs} +8 -121
  13. package/dist/{chunk-QAVQTJUQ.js → chunk-ZZEFABTA.js} +5 -5
  14. package/dist/executors.js +3 -3
  15. package/dist/executors.mjs +5 -5
  16. package/dist/generators.js +4 -4
  17. package/dist/generators.mjs +4 -4
  18. package/dist/index.js +6 -6
  19. package/dist/index.mjs +7 -7
  20. package/dist/src/executors/cloudflare-publish/executor.js +2 -2
  21. package/dist/src/executors/cloudflare-publish/executor.mjs +4 -4
  22. package/dist/src/executors/r2-upload-publish/executor.js +3 -3
  23. package/dist/src/executors/r2-upload-publish/executor.mjs +3 -3
  24. package/dist/src/executors/serve/executor.js +3 -3
  25. package/dist/src/executors/serve/executor.mjs +3 -3
  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 +4 -4
  29. package/dist/src/generators/worker/generator.mjs +4 -4
  30. package/dist/src/utils/index.mjs +1 -1
  31. package/dist/src/utils/r2-bucket-helpers.mjs +1 -1
  32. package/dist/tsup.config.mjs +1 -1
  33. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -2,6 +2,15 @@
2
2
 
3
3
  # Changelog for Storm Ops - Cloudflare Tools
4
4
 
5
+ ## [0.65.6](https://github.com/storm-software/storm-ops/releases/tag/cloudflare-tools%400.65.6) (2025-08-11)
6
+
7
+ ### Miscellaneous
8
+
9
+ - **monorepo:** Update to TypeScript v5.9.2
10
+ ([cf34d601f](https://github.com/storm-software/storm-ops/commit/cf34d601f))
11
+ - **monorepo:** Regenerate README markdown files
12
+ ([5b9ffe718](https://github.com/storm-software/storm-ops/commit/5b9ffe718))
13
+
5
14
  ## [0.65.5](https://github.com/storm-software/storm-ops/releases/tag/cloudflare-tools%400.65.5) (2025-08-09)
6
15
 
7
16
  ### Miscellaneous
@@ -3,7 +3,7 @@ import {
3
3
  } from "./chunk-PH3DHY4Q.mjs";
4
4
  import {
5
5
  __require
6
- } from "./chunk-N6YTSDTM.mjs";
6
+ } from "./chunk-QY2F3NDP.mjs";
7
7
 
8
8
  // src/executors/cloudflare-publish/executor.ts
9
9
  import { joinPathFragments } from "@nx/devkit";
@@ -1,10 +1,10 @@
1
1
  import {
2
2
  generator_default
3
- } from "./chunk-SN6UJZ2G.mjs";
3
+ } from "./chunk-EIZU6AAN.mjs";
4
4
  import {
5
5
  findWorkspaceRoot,
6
6
  getConfig
7
- } from "./chunk-537PH6YK.mjs";
7
+ } from "./chunk-HHVUEOQK.mjs";
8
8
  import {
9
9
  getStopwatch,
10
10
  writeDebug,
@@ -15,7 +15,7 @@ import {
15
15
  } from "./chunk-V44DYGWX.mjs";
16
16
  import {
17
17
  __dirname
18
- } from "./chunk-N6YTSDTM.mjs";
18
+ } from "./chunk-QY2F3NDP.mjs";
19
19
 
20
20
  // src/generators/worker/generator.ts
21
21
  import {
@@ -1,13 +1,13 @@
1
1
  import {
2
2
  __commonJS
3
- } from "./chunk-N6YTSDTM.mjs";
3
+ } from "./chunk-QY2F3NDP.mjs";
4
4
 
5
5
  // package.json
6
6
  var require_package = __commonJS({
7
7
  "package.json"(exports, module) {
8
8
  module.exports = {
9
9
  name: "@storm-software/cloudflare-tools",
10
- version: "0.65.5",
10
+ version: "0.65.6",
11
11
  description: "A Nx plugin package that contains various executors, generators, and utilities that assist in managing Cloudflare services.",
12
12
  repository: {
13
13
  type: "github",
@@ -176,7 +176,7 @@ var require_package = __commonJS({
176
176
  nx: "catalog:",
177
177
  tsup: "catalog:",
178
178
  untyped: "catalog:",
179
- wrangler: "^4.28.1"
179
+ wrangler: "^4.30.0"
180
180
  },
181
181
  publishConfig: {
182
182
  access: "public"
@@ -9,7 +9,7 @@ import {
9
9
  import {
10
10
  findWorkspaceRoot,
11
11
  getConfig
12
- } from "./chunk-537PH6YK.mjs";
12
+ } from "./chunk-HHVUEOQK.mjs";
13
13
  import {
14
14
  writeDebug,
15
15
  writeInfo,
@@ -1042,7 +1042,7 @@ var getConfigEnv = () => {
1042
1042
  support: process.env[`${prefix}SUPPORT`] || void 0,
1043
1043
  timezone: process.env[`${prefix}TIMEZONE`] || process.env.TZ || void 0,
1044
1044
  locale: process.env[`${prefix}LOCALE`] || process.env.LOCALE || void 0,
1045
- configFile: process.env[`${prefix}CONFIG_FILE`] ? correctPaths(process.env[`${prefix}CONFIG_FILE`]) : void 0,
1045
+ configFile: process.env[`${prefix}WORKSPACE_CONFIG_FILE`] ? correctPaths(process.env[`${prefix}WORKSPACE_CONFIG_FILE`]) : void 0,
1046
1046
  workspaceRoot: process.env[`${prefix}WORKSPACE_ROOT`] ? correctPaths(process.env[`${prefix}WORKSPACE_ROOT`]) : void 0,
1047
1047
  directories: {
1048
1048
  cache: process.env[`${prefix}CACHE_DIR`] ? correctPaths(process.env[`${prefix}CACHE_DIR`]) : process.env[`${prefix}CACHE_DIRECTORY`] ? correctPaths(process.env[`${prefix}CACHE_DIRECTORY`]) : void 0,
@@ -1105,7 +1105,7 @@ var getConfigEnv = () => {
1105
1105
  config.licensing = `${config.homepage}/docs`;
1106
1106
  }
1107
1107
  }
1108
- const serializedConfig = process.env[`${prefix}CONFIG`];
1108
+ const serializedConfig = process.env[`${prefix}WORKSPACE_CONFIG`];
1109
1109
  if (serializedConfig) {
1110
1110
  const parsed = JSON.parse(serializedConfig);
1111
1111
  config = {
@@ -1337,7 +1337,9 @@ var setConfigEnv = (config) => {
1337
1337
  process.env.LANG = config.locale ? `${config.locale.replaceAll("-", "_")}.UTF-8` : "en_US.UTF-8";
1338
1338
  }
1339
1339
  if (config.configFile) {
1340
- process.env[`${prefix}CONFIG_FILE`] = correctPaths(config.configFile);
1340
+ process.env[`${prefix}WORKSPACE_CONFIG_FILE`] = correctPaths(
1341
+ config.configFile
1342
+ );
1341
1343
  }
1342
1344
  if (config.workspaceRoot) {
1343
1345
  process.env[`${prefix}WORKSPACE_ROOT`] = correctPaths(config.workspaceRoot);
@@ -1441,7 +1443,7 @@ var setConfigEnv = (config) => {
1441
1443
  config.skipConfigLogging
1442
1444
  );
1443
1445
  }
1444
- process.env[`${prefix}CONFIG`] = JSON.stringify(config);
1446
+ process.env[`${prefix}WORKSPACE_CONFIG`] = JSON.stringify(config);
1445
1447
  for (const key of Object.keys(config.extensions ?? {})) {
1446
1448
  if (config.extensions[key] && Object.keys(config.extensions[key])) {
1447
1449
  setExtensionEnv(key, config.extensions[key]);
@@ -1042,7 +1042,7 @@ var getConfigEnv = () => {
1042
1042
  support: process.env[`${prefix}SUPPORT`] || void 0,
1043
1043
  timezone: process.env[`${prefix}TIMEZONE`] || process.env.TZ || void 0,
1044
1044
  locale: process.env[`${prefix}LOCALE`] || process.env.LOCALE || void 0,
1045
- configFile: process.env[`${prefix}CONFIG_FILE`] ? correctPaths(process.env[`${prefix}CONFIG_FILE`]) : void 0,
1045
+ configFile: process.env[`${prefix}WORKSPACE_CONFIG_FILE`] ? correctPaths(process.env[`${prefix}WORKSPACE_CONFIG_FILE`]) : void 0,
1046
1046
  workspaceRoot: process.env[`${prefix}WORKSPACE_ROOT`] ? correctPaths(process.env[`${prefix}WORKSPACE_ROOT`]) : void 0,
1047
1047
  directories: {
1048
1048
  cache: process.env[`${prefix}CACHE_DIR`] ? correctPaths(process.env[`${prefix}CACHE_DIR`]) : process.env[`${prefix}CACHE_DIRECTORY`] ? correctPaths(process.env[`${prefix}CACHE_DIRECTORY`]) : void 0,
@@ -1105,7 +1105,7 @@ var getConfigEnv = () => {
1105
1105
  config.licensing = `${config.homepage}/docs`;
1106
1106
  }
1107
1107
  }
1108
- const serializedConfig = process.env[`${prefix}CONFIG`];
1108
+ const serializedConfig = process.env[`${prefix}WORKSPACE_CONFIG`];
1109
1109
  if (serializedConfig) {
1110
1110
  const parsed = JSON.parse(serializedConfig);
1111
1111
  config = {
@@ -1337,7 +1337,9 @@ var setConfigEnv = (config) => {
1337
1337
  process.env.LANG = config.locale ? `${config.locale.replaceAll("-", "_")}.UTF-8` : "en_US.UTF-8";
1338
1338
  }
1339
1339
  if (config.configFile) {
1340
- process.env[`${prefix}CONFIG_FILE`] = correctPaths(config.configFile);
1340
+ process.env[`${prefix}WORKSPACE_CONFIG_FILE`] = correctPaths(
1341
+ config.configFile
1342
+ );
1341
1343
  }
1342
1344
  if (config.workspaceRoot) {
1343
1345
  process.env[`${prefix}WORKSPACE_ROOT`] = correctPaths(config.workspaceRoot);
@@ -1441,7 +1443,7 @@ var setConfigEnv = (config) => {
1441
1443
  config.skipConfigLogging
1442
1444
  );
1443
1445
  }
1444
- process.env[`${prefix}CONFIG`] = JSON.stringify(config);
1446
+ process.env[`${prefix}WORKSPACE_CONFIG`] = JSON.stringify(config);
1445
1447
  for (const key of Object.keys(_nullishCoalesce(config.extensions, () => ( {})))) {
1446
1448
  if (config.extensions[key] && Object.keys(config.extensions[key])) {
1447
1449
  setExtensionEnv(key, config.extensions[key]);