@storm-software/cloudflare-tools 0.71.39 → 0.71.41

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 (36) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/dist/{chunk-UZODNPP7.js → chunk-APKXT2II.js} +34 -34
  3. package/dist/{chunk-E3ASASDB.mjs → chunk-B3DTG4AE.mjs} +3 -3
  4. package/dist/{chunk-Q5YIARCL.mjs → chunk-CET7FSBB.mjs} +41 -11
  5. package/dist/{chunk-QR2JEXGR.mjs → chunk-D2C4YN2P.mjs} +1 -1
  6. package/dist/{chunk-EHGAIWWE.js → chunk-ENJ4VPTU.js} +12 -12
  7. package/dist/{chunk-LCOEW472.mjs → chunk-F62R4VXI.mjs} +2 -2
  8. package/dist/{chunk-VXBGUJBD.js → chunk-J756GE67.js} +41 -11
  9. package/dist/{chunk-MA3DKCNU.mjs → chunk-JC5YYXOF.mjs} +3 -3
  10. package/dist/{chunk-KRWY2PQY.mjs → chunk-NFHONUD4.mjs} +3 -3
  11. package/dist/{chunk-4UDXVHCG.js → chunk-OVTCUMRN.js} +18 -18
  12. package/dist/{chunk-7YSJQ3QY.js → chunk-QJJBMXLH.js} +3 -3
  13. package/dist/{chunk-SBZF6GML.js → chunk-UIJO3L53.js} +165 -165
  14. package/dist/{chunk-I5SWGAWE.js → chunk-WRQN6TUO.js} +5 -5
  15. package/dist/{chunk-SNMJDKDN.mjs → chunk-ZNZEZZQ3.mjs} +1 -1
  16. package/dist/executors.js +5 -5
  17. package/dist/executors.mjs +5 -5
  18. package/dist/generators.js +5 -5
  19. package/dist/generators.mjs +4 -4
  20. package/dist/index.js +8 -8
  21. package/dist/index.mjs +7 -7
  22. package/dist/src/executors/cloudflare-publish/executor.js +3 -3
  23. package/dist/src/executors/cloudflare-publish/executor.mjs +3 -3
  24. package/dist/src/executors/r2-upload-publish/executor.js +5 -5
  25. package/dist/src/executors/r2-upload-publish/executor.mjs +4 -4
  26. package/dist/src/executors/serve/executor.js +4 -4
  27. package/dist/src/executors/serve/executor.mjs +3 -3
  28. package/dist/src/generators/init/generator.js +2 -2
  29. package/dist/src/generators/init/generator.mjs +1 -1
  30. package/dist/src/generators/worker/generator.js +5 -5
  31. package/dist/src/generators/worker/generator.mjs +4 -4
  32. package/dist/src/utils/index.js +3 -3
  33. package/dist/src/utils/index.mjs +2 -2
  34. package/dist/src/utils/r2-bucket-helpers.js +3 -3
  35. package/dist/src/utils/r2-bucket-helpers.mjs +2 -2
  36. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -2,6 +2,20 @@
2
2
 
3
3
  # Changelog for Storm Ops - Cloudflare Tools
4
4
 
5
+ ## [0.71.40](https://github.com/storm-software/storm-ops/releases/tag/cloudflare-tools%400.71.40) (01/14/2026)
6
+
7
+ ### Updated Dependencies
8
+
9
+ - Updated **workspace-tools** to **v1.294.25**
10
+ - Updated **config-tools** to **v1.188.79**
11
+
12
+ ## [0.71.39](https://github.com/storm-software/storm-ops/releases/tag/cloudflare-tools%400.71.39) (01/14/2026)
13
+
14
+ ### Updated Dependencies
15
+
16
+ - Updated **workspace-tools** to **v1.294.24**
17
+ - Updated **config-tools** to **v1.188.78**
18
+
5
19
  ## [0.71.38](https://github.com/storm-software/storm-ops/releases/tag/cloudflare-tools%400.71.38) (01/14/2026)
6
20
 
7
21
  ### Updated Dependencies
@@ -7,7 +7,7 @@
7
7
 
8
8
 
9
9
 
10
- var _chunkVXBGUJBDjs = require('./chunk-VXBGUJBD.js');
10
+ var _chunkJ756GE67js = require('./chunk-J756GE67.js');
11
11
 
12
12
  // ../config-tools/src/utilities/find-up.ts
13
13
  var _fs = require('fs');
@@ -76,11 +76,11 @@ var rootDirectories = [
76
76
  ];
77
77
  function findWorkspaceRootSafe(pathInsideMonorepo) {
78
78
  if (process.env.STORM_WORKSPACE_ROOT || process.env.NX_WORKSPACE_ROOT_PATH) {
79
- return _chunkVXBGUJBDjs.correctPaths.call(void 0,
79
+ return _chunkJ756GE67js.correctPaths.call(void 0,
80
80
  _nullishCoalesce(process.env.STORM_WORKSPACE_ROOT, () => ( process.env.NX_WORKSPACE_ROOT_PATH))
81
81
  );
82
82
  }
83
- return _chunkVXBGUJBDjs.correctPaths.call(void 0,
83
+ return _chunkJ756GE67js.correctPaths.call(void 0,
84
84
  findFolderUp(
85
85
  _nullishCoalesce(pathInsideMonorepo, () => ( process.cwd())),
86
86
  rootFiles,
@@ -724,7 +724,7 @@ async function getPackageJsonConfig(root) {
724
724
  const workspaceRoot = findWorkspaceRoot(root);
725
725
  if (_fs.existsSync.call(void 0, _path.join.call(void 0, workspaceRoot, "package.json"))) {
726
726
  const file = await _promises.readFile.call(void 0,
727
- _chunkVXBGUJBDjs.joinPaths.call(void 0, workspaceRoot, "package.json"),
727
+ _chunkJ756GE67js.joinPaths.call(void 0, workspaceRoot, "package.json"),
728
728
  "utf8"
729
729
  );
730
730
  if (file) {
@@ -808,7 +808,7 @@ var getConfigFileByName = async (fileName, filePath, options = {}) => {
808
808
  envName: _optionalChain([fileName, 'optionalAccess', _5 => _5.toUpperCase, 'call', _6 => _6()]),
809
809
  jitiOptions: {
810
810
  debug: false,
811
- fsCache: process.env.STORM_SKIP_CACHE === "true" ? false : _chunkVXBGUJBDjs.joinPaths.call(void 0,
811
+ fsCache: process.env.STORM_SKIP_CACHE === "true" ? false : _chunkJ756GE67js.joinPaths.call(void 0,
812
812
  process.env.STORM_CACHE_DIR || "node_modules/.cache/storm",
813
813
  "jiti"
814
814
  )
@@ -822,7 +822,7 @@ var getConfigFileByName = async (fileName, filePath, options = {}) => {
822
822
  envName: _optionalChain([fileName, 'optionalAccess', _7 => _7.toUpperCase, 'call', _8 => _8()]),
823
823
  jitiOptions: {
824
824
  debug: false,
825
- fsCache: process.env.STORM_SKIP_CACHE === "true" ? false : _chunkVXBGUJBDjs.joinPaths.call(void 0,
825
+ fsCache: process.env.STORM_SKIP_CACHE === "true" ? false : _chunkJ756GE67js.joinPaths.call(void 0,
826
826
  process.env.STORM_CACHE_DIR || "node_modules/.cache/storm",
827
827
  "jiti"
828
828
  )
@@ -839,7 +839,7 @@ var getConfigFile = async (filePath, additionalFileNames = []) => {
839
839
  let config = result.config;
840
840
  const configFile = result.configFile;
841
841
  if (config && configFile && Object.keys(config).length > 0 && !config.skipConfigLogging) {
842
- _chunkVXBGUJBDjs.writeTrace.call(void 0,
842
+ _chunkJ756GE67js.writeTrace.call(void 0,
843
843
  `Found Storm configuration file "${configFile.includes(`${workspacePath}/`) ? configFile.replace(`${workspacePath}/`, "") : configFile}" at "${workspacePath}"`,
844
844
  {
845
845
  logLevel: "all"
@@ -855,7 +855,7 @@ var getConfigFile = async (filePath, additionalFileNames = []) => {
855
855
  for (const result2 of results) {
856
856
  if (_optionalChain([result2, 'optionalAccess', _9 => _9.config]) && _optionalChain([result2, 'optionalAccess', _10 => _10.configFile]) && Object.keys(result2.config).length > 0) {
857
857
  if (!config.skipConfigLogging && !result2.config.skipConfigLogging) {
858
- _chunkVXBGUJBDjs.writeTrace.call(void 0,
858
+ _chunkJ756GE67js.writeTrace.call(void 0,
859
859
  `Found alternative configuration file "${result2.configFile.includes(`${workspacePath}/`) ? result2.configFile.replace(`${workspacePath}/`, "") : result2.configFile}" at "${workspacePath}"`,
860
860
  {
861
861
  logLevel: "all"
@@ -935,15 +935,15 @@ var getConfigEnv = () => {
935
935
  support: process.env[`${prefix}SUPPORT`] || void 0,
936
936
  timezone: process.env[`${prefix}TIMEZONE`] || process.env.TZ || void 0,
937
937
  locale: process.env[`${prefix}LOCALE`] || process.env.LOCALE || void 0,
938
- configFile: process.env[`${prefix}WORKSPACE_CONFIG_FILE`] ? _chunkVXBGUJBDjs.correctPaths.call(void 0, process.env[`${prefix}WORKSPACE_CONFIG_FILE`]) : void 0,
939
- workspaceRoot: process.env[`${prefix}WORKSPACE_ROOT`] ? _chunkVXBGUJBDjs.correctPaths.call(void 0, process.env[`${prefix}WORKSPACE_ROOT`]) : void 0,
938
+ configFile: process.env[`${prefix}WORKSPACE_CONFIG_FILE`] ? _chunkJ756GE67js.correctPaths.call(void 0, process.env[`${prefix}WORKSPACE_CONFIG_FILE`]) : void 0,
939
+ workspaceRoot: process.env[`${prefix}WORKSPACE_ROOT`] ? _chunkJ756GE67js.correctPaths.call(void 0, process.env[`${prefix}WORKSPACE_ROOT`]) : void 0,
940
940
  directories: {
941
- cache: process.env[`${prefix}CACHE_DIR`] ? _chunkVXBGUJBDjs.correctPaths.call(void 0, process.env[`${prefix}CACHE_DIR`]) : process.env[`${prefix}CACHE_DIRECTORY`] ? _chunkVXBGUJBDjs.correctPaths.call(void 0, process.env[`${prefix}CACHE_DIRECTORY`]) : void 0,
942
- data: process.env[`${prefix}DATA_DIR`] ? _chunkVXBGUJBDjs.correctPaths.call(void 0, process.env[`${prefix}DATA_DIR`]) : process.env[`${prefix}DATA_DIRECTORY`] ? _chunkVXBGUJBDjs.correctPaths.call(void 0, process.env[`${prefix}DATA_DIRECTORY`]) : void 0,
943
- config: process.env[`${prefix}CONFIG_DIR`] ? _chunkVXBGUJBDjs.correctPaths.call(void 0, process.env[`${prefix}CONFIG_DIR`]) : process.env[`${prefix}CONFIG_DIRECTORY`] ? _chunkVXBGUJBDjs.correctPaths.call(void 0, process.env[`${prefix}CONFIG_DIRECTORY`]) : void 0,
944
- temp: process.env[`${prefix}TEMP_DIR`] ? _chunkVXBGUJBDjs.correctPaths.call(void 0, process.env[`${prefix}TEMP_DIR`]) : process.env[`${prefix}TEMP_DIRECTORY`] ? _chunkVXBGUJBDjs.correctPaths.call(void 0, process.env[`${prefix}TEMP_DIRECTORY`]) : void 0,
945
- log: process.env[`${prefix}LOG_DIR`] ? _chunkVXBGUJBDjs.correctPaths.call(void 0, process.env[`${prefix}LOG_DIR`]) : process.env[`${prefix}LOG_DIRECTORY`] ? _chunkVXBGUJBDjs.correctPaths.call(void 0, process.env[`${prefix}LOG_DIRECTORY`]) : void 0,
946
- build: process.env[`${prefix}BUILD_DIR`] ? _chunkVXBGUJBDjs.correctPaths.call(void 0, process.env[`${prefix}BUILD_DIR`]) : process.env[`${prefix}BUILD_DIRECTORY`] ? _chunkVXBGUJBDjs.correctPaths.call(void 0, process.env[`${prefix}BUILD_DIRECTORY`]) : void 0
941
+ cache: process.env[`${prefix}CACHE_DIR`] ? _chunkJ756GE67js.correctPaths.call(void 0, process.env[`${prefix}CACHE_DIR`]) : process.env[`${prefix}CACHE_DIRECTORY`] ? _chunkJ756GE67js.correctPaths.call(void 0, process.env[`${prefix}CACHE_DIRECTORY`]) : void 0,
942
+ data: process.env[`${prefix}DATA_DIR`] ? _chunkJ756GE67js.correctPaths.call(void 0, process.env[`${prefix}DATA_DIR`]) : process.env[`${prefix}DATA_DIRECTORY`] ? _chunkJ756GE67js.correctPaths.call(void 0, process.env[`${prefix}DATA_DIRECTORY`]) : void 0,
943
+ config: process.env[`${prefix}CONFIG_DIR`] ? _chunkJ756GE67js.correctPaths.call(void 0, process.env[`${prefix}CONFIG_DIR`]) : process.env[`${prefix}CONFIG_DIRECTORY`] ? _chunkJ756GE67js.correctPaths.call(void 0, process.env[`${prefix}CONFIG_DIRECTORY`]) : void 0,
944
+ temp: process.env[`${prefix}TEMP_DIR`] ? _chunkJ756GE67js.correctPaths.call(void 0, process.env[`${prefix}TEMP_DIR`]) : process.env[`${prefix}TEMP_DIRECTORY`] ? _chunkJ756GE67js.correctPaths.call(void 0, process.env[`${prefix}TEMP_DIRECTORY`]) : void 0,
945
+ log: process.env[`${prefix}LOG_DIR`] ? _chunkJ756GE67js.correctPaths.call(void 0, process.env[`${prefix}LOG_DIR`]) : process.env[`${prefix}LOG_DIRECTORY`] ? _chunkJ756GE67js.correctPaths.call(void 0, process.env[`${prefix}LOG_DIRECTORY`]) : void 0,
946
+ build: process.env[`${prefix}BUILD_DIR`] ? _chunkJ756GE67js.correctPaths.call(void 0, process.env[`${prefix}BUILD_DIR`]) : process.env[`${prefix}BUILD_DIRECTORY`] ? _chunkJ756GE67js.correctPaths.call(void 0, process.env[`${prefix}BUILD_DIRECTORY`]) : void 0
947
947
  },
948
948
  skipCache: process.env[`${prefix}SKIP_CACHE`] !== void 0 ? Boolean(process.env[`${prefix}SKIP_CACHE`]) : void 0,
949
949
  mode: (_nullishCoalesce(_nullishCoalesce(process.env[`${prefix}MODE`], () => ( process.env.NODE_ENV)), () => ( process.env.ENVIRONMENT))) || void 0,
@@ -967,7 +967,7 @@ var getConfigEnv = () => {
967
967
  },
968
968
  logLevel: process.env[`${prefix}LOG_LEVEL`] !== null && process.env[`${prefix}LOG_LEVEL`] !== void 0 ? process.env[`${prefix}LOG_LEVEL`] && Number.isSafeInteger(
969
969
  Number.parseInt(process.env[`${prefix}LOG_LEVEL`])
970
- ) ? _chunkVXBGUJBDjs.getLogLevelLabel.call(void 0,
970
+ ) ? _chunkJ756GE67js.getLogLevelLabel.call(void 0,
971
971
  Number.parseInt(process.env[`${prefix}LOG_LEVEL`])
972
972
  ) : process.env[`${prefix}LOG_LEVEL`] : void 0,
973
973
  skipConfigLogging: process.env[`${prefix}SKIP_CONFIG_LOGGING`] !== void 0 ? Boolean(process.env[`${prefix}SKIP_CONFIG_LOGGING`]) : void 0
@@ -1235,42 +1235,42 @@ var setConfigEnv = (config) => {
1235
1235
  process.env.LANG = config.locale ? `${config.locale.replaceAll("-", "_")}.UTF-8` : "en_US.UTF-8";
1236
1236
  }
1237
1237
  if (config.configFile) {
1238
- process.env[`${prefix}WORKSPACE_CONFIG_FILE`] = _chunkVXBGUJBDjs.correctPaths.call(void 0,
1238
+ process.env[`${prefix}WORKSPACE_CONFIG_FILE`] = _chunkJ756GE67js.correctPaths.call(void 0,
1239
1239
  config.configFile
1240
1240
  );
1241
1241
  }
1242
1242
  if (config.workspaceRoot) {
1243
- process.env[`${prefix}WORKSPACE_ROOT`] = _chunkVXBGUJBDjs.correctPaths.call(void 0, config.workspaceRoot);
1244
- process.env.NX_WORKSPACE_ROOT = _chunkVXBGUJBDjs.correctPaths.call(void 0, config.workspaceRoot);
1245
- process.env.NX_WORKSPACE_ROOT_PATH = _chunkVXBGUJBDjs.correctPaths.call(void 0, config.workspaceRoot);
1243
+ process.env[`${prefix}WORKSPACE_ROOT`] = _chunkJ756GE67js.correctPaths.call(void 0, config.workspaceRoot);
1244
+ process.env.NX_WORKSPACE_ROOT = _chunkJ756GE67js.correctPaths.call(void 0, config.workspaceRoot);
1245
+ process.env.NX_WORKSPACE_ROOT_PATH = _chunkJ756GE67js.correctPaths.call(void 0, config.workspaceRoot);
1246
1246
  }
1247
1247
  if (config.directories) {
1248
1248
  if (!config.skipCache && config.directories.cache) {
1249
- process.env[`${prefix}CACHE_DIR`] = _chunkVXBGUJBDjs.correctPaths.call(void 0,
1249
+ process.env[`${prefix}CACHE_DIR`] = _chunkJ756GE67js.correctPaths.call(void 0,
1250
1250
  config.directories.cache
1251
1251
  );
1252
1252
  process.env[`${prefix}CACHE_DIRECTORY`] = process.env[`${prefix}CACHE_DIR`];
1253
1253
  }
1254
1254
  if (config.directories.data) {
1255
- process.env[`${prefix}DATA_DIR`] = _chunkVXBGUJBDjs.correctPaths.call(void 0, config.directories.data);
1255
+ process.env[`${prefix}DATA_DIR`] = _chunkJ756GE67js.correctPaths.call(void 0, config.directories.data);
1256
1256
  process.env[`${prefix}DATA_DIRECTORY`] = process.env[`${prefix}DATA_DIR`];
1257
1257
  }
1258
1258
  if (config.directories.config) {
1259
- process.env[`${prefix}CONFIG_DIR`] = _chunkVXBGUJBDjs.correctPaths.call(void 0,
1259
+ process.env[`${prefix}CONFIG_DIR`] = _chunkJ756GE67js.correctPaths.call(void 0,
1260
1260
  config.directories.config
1261
1261
  );
1262
1262
  process.env[`${prefix}CONFIG_DIRECTORY`] = process.env[`${prefix}CONFIG_DIR`];
1263
1263
  }
1264
1264
  if (config.directories.temp) {
1265
- process.env[`${prefix}TEMP_DIR`] = _chunkVXBGUJBDjs.correctPaths.call(void 0, config.directories.temp);
1265
+ process.env[`${prefix}TEMP_DIR`] = _chunkJ756GE67js.correctPaths.call(void 0, config.directories.temp);
1266
1266
  process.env[`${prefix}TEMP_DIRECTORY`] = process.env[`${prefix}TEMP_DIR`];
1267
1267
  }
1268
1268
  if (config.directories.log) {
1269
- process.env[`${prefix}LOG_DIR`] = _chunkVXBGUJBDjs.correctPaths.call(void 0, config.directories.log);
1269
+ process.env[`${prefix}LOG_DIR`] = _chunkJ756GE67js.correctPaths.call(void 0, config.directories.log);
1270
1270
  process.env[`${prefix}LOG_DIRECTORY`] = process.env[`${prefix}LOG_DIR`];
1271
1271
  }
1272
1272
  if (config.directories.build) {
1273
- process.env[`${prefix}BUILD_DIR`] = _chunkVXBGUJBDjs.correctPaths.call(void 0,
1273
+ process.env[`${prefix}BUILD_DIR`] = _chunkJ756GE67js.correctPaths.call(void 0,
1274
1274
  config.directories.build
1275
1275
  );
1276
1276
  process.env[`${prefix}BUILD_DIRECTORY`] = process.env[`${prefix}BUILD_DIR`];
@@ -1332,9 +1332,9 @@ var setConfigEnv = (config) => {
1332
1332
  process.env[`${prefix}LOG_LEVEL`] = String(config.logLevel);
1333
1333
  process.env.LOG_LEVEL = String(config.logLevel);
1334
1334
  process.env.NX_VERBOSE_LOGGING = String(
1335
- _chunkVXBGUJBDjs.getLogLevel.call(void 0, config.logLevel) >= _chunkVXBGUJBDjs.LogLevel.DEBUG ? true : false
1335
+ _chunkJ756GE67js.getLogLevel.call(void 0, config.logLevel) >= _chunkJ756GE67js.LogLevel.DEBUG ? true : false
1336
1336
  );
1337
- process.env.RUST_BACKTRACE = _chunkVXBGUJBDjs.getLogLevel.call(void 0, config.logLevel) >= _chunkVXBGUJBDjs.LogLevel.DEBUG ? "full" : "none";
1337
+ process.env.RUST_BACKTRACE = _chunkJ756GE67js.getLogLevel.call(void 0, config.logLevel) >= _chunkJ756GE67js.LogLevel.DEBUG ? "full" : "none";
1338
1338
  }
1339
1339
  if (config.skipConfigLogging !== void 0) {
1340
1340
  process.env[`${prefix}SKIP_CONFIG_LOGGING`] = String(
@@ -1476,7 +1476,7 @@ var createStormWorkspaceConfig = async (extensionName, schema, workspaceRoot, sk
1476
1476
  const configFile = await getConfigFile(_workspaceRoot);
1477
1477
  if (!configFile) {
1478
1478
  if (!skipLogs) {
1479
- _chunkVXBGUJBDjs.writeWarning.call(void 0,
1479
+ _chunkJ756GE67js.writeWarning.call(void 0,
1480
1480
  "No Storm Workspace configuration file found in the current repository. Please ensure this is the expected behavior - you can add a `storm-workspace.json` file to the root of your workspace if it is not.\n",
1481
1481
  { logLevel: "all" }
1482
1482
  );
@@ -1492,7 +1492,7 @@ var createStormWorkspaceConfig = async (extensionName, schema, workspaceRoot, sk
1492
1492
  defaultConfig
1493
1493
  );
1494
1494
  if (!configInput.variant) {
1495
- configInput.variant = _fs.existsSync.call(void 0, _chunkVXBGUJBDjs.joinPaths.call(void 0, _workspaceRoot, "nx.json")) || _fs.existsSync.call(void 0, _chunkVXBGUJBDjs.joinPaths.call(void 0, _workspaceRoot, ".nx")) || _fs.existsSync.call(void 0, _chunkVXBGUJBDjs.joinPaths.call(void 0, _workspaceRoot, "lerna.json")) || _fs.existsSync.call(void 0, _chunkVXBGUJBDjs.joinPaths.call(void 0, _workspaceRoot, "turbo.json")) ? "monorepo" : "minimal";
1495
+ configInput.variant = _fs.existsSync.call(void 0, _chunkJ756GE67js.joinPaths.call(void 0, _workspaceRoot, "nx.json")) || _fs.existsSync.call(void 0, _chunkJ756GE67js.joinPaths.call(void 0, _workspaceRoot, ".nx")) || _fs.existsSync.call(void 0, _chunkJ756GE67js.joinPaths.call(void 0, _workspaceRoot, "lerna.json")) || _fs.existsSync.call(void 0, _chunkJ756GE67js.joinPaths.call(void 0, _workspaceRoot, "turbo.json")) ? "monorepo" : "minimal";
1496
1496
  }
1497
1497
  try {
1498
1498
  result = applyDefaultConfig(
@@ -1503,7 +1503,7 @@ var createStormWorkspaceConfig = async (extensionName, schema, workspaceRoot, sk
1503
1503
  throw new Error(
1504
1504
  `Failed to parse Storm Workspace configuration${_optionalChain([error, 'optionalAccess', _35 => _35.message]) ? `: ${error.message}` : ""}
1505
1505
 
1506
- Please ensure your configuration file is valid JSON and matches the expected schema. The current workspace configuration input is: ${_chunkVXBGUJBDjs.formatLogMessage.call(void 0,
1506
+ Please ensure your configuration file is valid JSON and matches the expected schema. The current workspace configuration input is: ${_chunkJ756GE67js.formatLogMessage.call(void 0,
1507
1507
  configInput
1508
1508
  )}`,
1509
1509
  {
@@ -1548,9 +1548,9 @@ var loadStormWorkspaceConfig = async (workspaceRoot, skipLogs = false) => {
1548
1548
  );
1549
1549
  setConfigEnv(config);
1550
1550
  if (!skipLogs && !config.skipConfigLogging) {
1551
- _chunkVXBGUJBDjs.writeTrace.call(void 0,
1551
+ _chunkJ756GE67js.writeTrace.call(void 0,
1552
1552
  `\u2699\uFE0F Using Storm Workspace configuration:
1553
- ${_chunkVXBGUJBDjs.formatLogMessage.call(void 0, config)}`,
1553
+ ${_chunkJ756GE67js.formatLogMessage.call(void 0, config)}`,
1554
1554
  config
1555
1555
  );
1556
1556
  }
@@ -1,10 +1,10 @@
1
1
  import {
2
2
  generator_default
3
- } from "./chunk-KRWY2PQY.mjs";
3
+ } from "./chunk-NFHONUD4.mjs";
4
4
  import {
5
5
  findWorkspaceRoot,
6
6
  getConfig
7
- } from "./chunk-SNMJDKDN.mjs";
7
+ } from "./chunk-ZNZEZZQ3.mjs";
8
8
  import {
9
9
  getStopwatch,
10
10
  writeDebug,
@@ -12,7 +12,7 @@ import {
12
12
  writeFatal,
13
13
  writeInfo,
14
14
  writeTrace
15
- } from "./chunk-Q5YIARCL.mjs";
15
+ } from "./chunk-CET7FSBB.mjs";
16
16
  import {
17
17
  __dirname
18
18
  } from "./chunk-N5UXWPB6.mjs";
@@ -111,9 +111,9 @@ function isUnicodeSupported() {
111
111
  var useIcon = (c, fallback) => isUnicodeSupported() ? c : fallback;
112
112
  var CONSOLE_ICONS = {
113
113
  [LogLevelLabel.ERROR]: useIcon("\u2718", "\xD7"),
114
- [LogLevelLabel.FATAL]: useIcon("\u2620", "\xD7"),
114
+ [LogLevelLabel.FATAL]: useIcon("\u{1F571}", "\xD7"),
115
115
  [LogLevelLabel.WARN]: useIcon("\u26A0", "\u203C"),
116
- [LogLevelLabel.INFO]: useIcon("\u{1F6C8}", "i"),
116
+ [LogLevelLabel.INFO]: useIcon("\u2139", "i"),
117
117
  [LogLevelLabel.SUCCESS]: useIcon("\u2714", "\u221A"),
118
118
  [LogLevelLabel.DEBUG]: useIcon("\u{1F6E0}", "D"),
119
119
  [LogLevelLabel.TRACE]: useIcon("\u2699", "T"),
@@ -188,7 +188,11 @@ var getLogFn = (logLevel = LogLevel.INFO, config = {}, _chalk = getChalk()) => {
188
188
  return (message) => {
189
189
  console.error(
190
190
  `
191
- ${_chalk.gray(formatTimestamp())} ${_chalk.hex(colors.fatal ?? DEFAULT_COLOR_CONFIG.dark.fatal)(`[${CONSOLE_ICONS[LogLevelLabel.FATAL]} Fatal] `)}${_chalk.bold.whiteBright(formatLogMessage(message))}
191
+ ${_chalk.gray(formatTimestamp())} ${_chalk.hex(
192
+ colors.fatal ?? DEFAULT_COLOR_CONFIG.dark.fatal
193
+ )(
194
+ `[${CONSOLE_ICONS[LogLevelLabel.FATAL]} Fatal] `
195
+ )}${_chalk.bold.whiteBright(formatLogMessage(message))}
192
196
  `
193
197
  );
194
198
  };
@@ -197,7 +201,11 @@ ${_chalk.gray(formatTimestamp())} ${_chalk.hex(colors.fatal ?? DEFAULT_COLOR_CON
197
201
  return (message) => {
198
202
  console.error(
199
203
  `
200
- ${_chalk.gray(formatTimestamp())} ${_chalk.hex(colors.danger ?? DEFAULT_COLOR_CONFIG.dark.danger)(`[${CONSOLE_ICONS[LogLevelLabel.ERROR]} Error] `)}${_chalk.bold.whiteBright(formatLogMessage(message))}
204
+ ${_chalk.gray(formatTimestamp())} ${_chalk.hex(
205
+ colors.danger ?? DEFAULT_COLOR_CONFIG.dark.danger
206
+ )(
207
+ `[${CONSOLE_ICONS[LogLevelLabel.ERROR]} Error] `
208
+ )}${_chalk.bold.whiteBright(formatLogMessage(message))}
201
209
  `
202
210
  );
203
211
  };
@@ -206,7 +214,11 @@ ${_chalk.gray(formatTimestamp())} ${_chalk.hex(colors.danger ?? DEFAULT_COLOR_CO
206
214
  return (message) => {
207
215
  console.warn(
208
216
  `
209
- ${_chalk.gray(formatTimestamp())} ${_chalk.hex(colors.warning ?? DEFAULT_COLOR_CONFIG.dark.warning)(`[${CONSOLE_ICONS[LogLevelLabel.WARN]} Warn] `)}${_chalk.bold.whiteBright(formatLogMessage(message))}
217
+ ${_chalk.gray(formatTimestamp())} ${_chalk.hex(
218
+ colors.warning ?? DEFAULT_COLOR_CONFIG.dark.warning
219
+ )(
220
+ `[${CONSOLE_ICONS[LogLevelLabel.WARN]} Warn] `
221
+ )}${_chalk.bold.whiteBright(formatLogMessage(message))}
210
222
  `
211
223
  );
212
224
  };
@@ -215,7 +227,11 @@ ${_chalk.gray(formatTimestamp())} ${_chalk.hex(colors.warning ?? DEFAULT_COLOR_C
215
227
  return (message) => {
216
228
  console.info(
217
229
  `
218
- ${_chalk.gray(formatTimestamp())} ${_chalk.hex(colors.success ?? DEFAULT_COLOR_CONFIG.dark.success)(`[${CONSOLE_ICONS[LogLevelLabel.SUCCESS]} Success] `)}${_chalk.bold.whiteBright(formatLogMessage(message))}
230
+ ${_chalk.gray(formatTimestamp())} ${_chalk.hex(
231
+ colors.success ?? DEFAULT_COLOR_CONFIG.dark.success
232
+ )(
233
+ `[${CONSOLE_ICONS[LogLevelLabel.SUCCESS]} Success] `
234
+ )}${_chalk.bold.whiteBright(formatLogMessage(message))}
219
235
  `
220
236
  );
221
237
  };
@@ -224,7 +240,11 @@ ${_chalk.gray(formatTimestamp())} ${_chalk.hex(colors.success ?? DEFAULT_COLOR_C
224
240
  return (message) => {
225
241
  console.info(
226
242
  `
227
- ${_chalk.gray(formatTimestamp())} ${_chalk.hex(colors.info ?? DEFAULT_COLOR_CONFIG.dark.info)(`[${CONSOLE_ICONS[LogLevelLabel.INFO]} Info] `)}${_chalk.bold.whiteBright(formatLogMessage(message))}
243
+ ${_chalk.gray(formatTimestamp())} ${_chalk.hex(
244
+ colors.info ?? DEFAULT_COLOR_CONFIG.dark.info
245
+ )(
246
+ `[${CONSOLE_ICONS[LogLevelLabel.INFO]} Info] `
247
+ )}${_chalk.bold.whiteBright(formatLogMessage(message))}
228
248
  `
229
249
  );
230
250
  };
@@ -233,7 +253,11 @@ ${_chalk.gray(formatTimestamp())} ${_chalk.hex(colors.info ?? DEFAULT_COLOR_CONF
233
253
  return (message) => {
234
254
  console.debug(
235
255
  `
236
- ${_chalk.gray(formatTimestamp())} ${_chalk.hex(colors.debug ?? DEFAULT_COLOR_CONFIG.dark.debug)(`[${CONSOLE_ICONS[LogLevelLabel.DEBUG]} Debug] `)}${_chalk.bold.whiteBright(formatLogMessage(message))}
256
+ ${_chalk.gray(formatTimestamp())} ${_chalk.hex(
257
+ colors.debug ?? DEFAULT_COLOR_CONFIG.dark.debug
258
+ )(
259
+ `[${CONSOLE_ICONS[LogLevelLabel.DEBUG]} Debug] `
260
+ )}${_chalk.bold.whiteBright(formatLogMessage(message))}
237
261
  `
238
262
  );
239
263
  };
@@ -242,7 +266,9 @@ ${_chalk.gray(formatTimestamp())} ${_chalk.hex(colors.debug ?? DEFAULT_COLOR_CON
242
266
  return (message) => {
243
267
  console.debug(
244
268
  `
245
- ${_chalk.gray(formatTimestamp())} ${_chalk.hex("#bbbbbb")(`[${CONSOLE_ICONS[LogLevelLabel.TRACE]} Trace] `)}${_chalk.bold.whiteBright(formatLogMessage(message))}
269
+ ${_chalk.gray(formatTimestamp())} ${_chalk.hex("#bbbbbb")(
270
+ `[${CONSOLE_ICONS[LogLevelLabel.TRACE]} Trace] `
271
+ )}${_chalk.bold.whiteBright(formatLogMessage(message))}
246
272
  `
247
273
  );
248
274
  };
@@ -250,7 +276,11 @@ ${_chalk.gray(formatTimestamp())} ${_chalk.hex("#bbbbbb")(`[${CONSOLE_ICONS[LogL
250
276
  return (message) => {
251
277
  console.log(
252
278
  `
253
- ${_chalk.gray(formatTimestamp())} ${_chalk.hex(colors.brand ?? DEFAULT_COLOR_CONFIG.dark.brand)(`[${CONSOLE_ICONS[LogLevelLabel.ALL]} System] `)}${_chalk.bold.whiteBright(formatLogMessage(message))}
279
+ ${_chalk.gray(formatTimestamp())} ${_chalk.hex(
280
+ colors.brand ?? DEFAULT_COLOR_CONFIG.dark.brand
281
+ )(
282
+ `[${CONSOLE_ICONS[LogLevelLabel.ALL]} System] `
283
+ )}${_chalk.bold.whiteBright(formatLogMessage(message))}
254
284
  `
255
285
  );
256
286
  };
@@ -274,7 +304,7 @@ var getStopwatch = (name) => {
274
304
  );
275
305
  };
276
306
  };
277
- var MAX_DEPTH = 4;
307
+ var MAX_DEPTH = 6;
278
308
  var formatLogMessage = (message, options = {}, depth = 0) => {
279
309
  if (depth > MAX_DEPTH) {
280
310
  return "<max depth>";
@@ -3,7 +3,7 @@ import {
3
3
  writeDebug,
4
4
  writeError,
5
5
  writeWarning
6
- } from "./chunk-Q5YIARCL.mjs";
6
+ } from "./chunk-CET7FSBB.mjs";
7
7
 
8
8
  // src/utils/r2-bucket-helpers.ts
9
9
  import { Upload } from "@aws-sdk/lib-storage";
@@ -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 _chunk7YSJQ3QYjs = require('./chunk-7YSJQ3QY.js');
3
+ var _chunkQJJBMXLHjs = require('./chunk-QJJBMXLH.js');
4
4
 
5
5
 
6
6
 
7
- var _chunkUZODNPP7js = require('./chunk-UZODNPP7.js');
7
+ var _chunkAPKXT2IIjs = require('./chunk-APKXT2II.js');
8
8
 
9
9
 
10
10
 
@@ -12,7 +12,7 @@ var _chunkUZODNPP7js = require('./chunk-UZODNPP7.js');
12
12
 
13
13
 
14
14
 
15
- var _chunkVXBGUJBDjs = require('./chunk-VXBGUJBD.js');
15
+ var _chunkJ756GE67js = require('./chunk-J756GE67.js');
16
16
 
17
17
  // src/generators/worker/generator.ts
18
18
 
@@ -45,20 +45,20 @@ var vitestScript = `"test": "vitest run"`;
45
45
 
46
46
  // src/generators/worker/generator.ts
47
47
  async function applicationGenerator(tree, schema) {
48
- const stopwatch = _chunkVXBGUJBDjs.getStopwatch.call(void 0, "Storm Worker generator");
48
+ const stopwatch = _chunkJ756GE67js.getStopwatch.call(void 0, "Storm Worker generator");
49
49
  let config;
50
50
  try {
51
- _chunkVXBGUJBDjs.writeInfo.call(void 0, `\u26A1 Running the Storm Worker generator...
51
+ _chunkJ756GE67js.writeInfo.call(void 0, `\u26A1 Running the Storm Worker generator...
52
52
 
53
53
  `, config);
54
- const workspaceRoot = _chunkUZODNPP7js.findWorkspaceRoot.call(void 0, );
55
- _chunkVXBGUJBDjs.writeDebug.call(void 0,
54
+ const workspaceRoot = _chunkAPKXT2IIjs.findWorkspaceRoot.call(void 0, );
55
+ _chunkJ756GE67js.writeDebug.call(void 0,
56
56
  `Loading the Storm Config from environment variables and storm.json file...
57
57
  - workspaceRoot: ${workspaceRoot}`,
58
58
  config
59
59
  );
60
- config = await _chunkUZODNPP7js.getConfig.call(void 0, workspaceRoot);
61
- _chunkVXBGUJBDjs.writeTrace.call(void 0,
60
+ config = await _chunkAPKXT2IIjs.getConfig.call(void 0, workspaceRoot);
61
+ _chunkJ756GE67js.writeTrace.call(void 0,
62
62
  `Loaded Storm config into env:
63
63
  ${Object.keys(process.env).map((key) => ` - ${key}=${JSON.stringify(process.env[key])}`).join("\n")}`,
64
64
  config
@@ -66,7 +66,7 @@ ${Object.keys(process.env).map((key) => ` - ${key}=${JSON.stringify(process.env[
66
66
  const options = await normalizeOptions(tree, schema, config);
67
67
  const tasks = [];
68
68
  tasks.push(
69
- await _chunk7YSJQ3QYjs.generator_default.call(void 0, tree, {
69
+ await _chunkQJJBMXLHjs.generator_default.call(void 0, tree, {
70
70
  ...options,
71
71
  skipFormat: true
72
72
  })
@@ -134,11 +134,11 @@ ${Object.keys(process.env).map((key) => ` - ${key}=${JSON.stringify(process.env[
134
134
  return _devkit.runTasksInSerial.call(void 0, ...tasks);
135
135
  } catch (error) {
136
136
  return () => {
137
- _chunkVXBGUJBDjs.writeFatal.call(void 0,
137
+ _chunkJ756GE67js.writeFatal.call(void 0,
138
138
  "A fatal error occurred while running the generator - the process was forced to terminate",
139
139
  config
140
140
  );
141
- _chunkVXBGUJBDjs.writeError.call(void 0,
141
+ _chunkJ756GE67js.writeError.call(void 0,
142
142
  `An exception was thrown in the generator's process
143
143
  - Details: ${error.message}
144
144
  - Stacktrace: ${error.stack}`,
@@ -8,7 +8,7 @@ import {
8
8
  getWorkspaceConfig,
9
9
  schemaRegistry,
10
10
  workspaceConfigSchema
11
- } from "./chunk-SNMJDKDN.mjs";
11
+ } from "./chunk-ZNZEZZQ3.mjs";
12
12
  import {
13
13
  correctPaths,
14
14
  formatLogMessage,
@@ -23,7 +23,7 @@ import {
23
23
  writeSuccess,
24
24
  writeTrace,
25
25
  writeWarning
26
- } from "./chunk-Q5YIARCL.mjs";
26
+ } from "./chunk-CET7FSBB.mjs";
27
27
  import {
28
28
  __dirname
29
29
  } from "./chunk-N5UXWPB6.mjs";
@@ -111,9 +111,9 @@ function isUnicodeSupported() {
111
111
  var useIcon = (c, fallback) => isUnicodeSupported() ? c : fallback;
112
112
  var CONSOLE_ICONS = {
113
113
  [LogLevelLabel.ERROR]: useIcon("\u2718", "\xD7"),
114
- [LogLevelLabel.FATAL]: useIcon("\u2620", "\xD7"),
114
+ [LogLevelLabel.FATAL]: useIcon("\u{1F571}", "\xD7"),
115
115
  [LogLevelLabel.WARN]: useIcon("\u26A0", "\u203C"),
116
- [LogLevelLabel.INFO]: useIcon("\u{1F6C8}", "i"),
116
+ [LogLevelLabel.INFO]: useIcon("\u2139", "i"),
117
117
  [LogLevelLabel.SUCCESS]: useIcon("\u2714", "\u221A"),
118
118
  [LogLevelLabel.DEBUG]: useIcon("\u{1F6E0}", "D"),
119
119
  [LogLevelLabel.TRACE]: useIcon("\u2699", "T"),
@@ -188,7 +188,11 @@ var getLogFn = (logLevel = LogLevel.INFO, config = {}, _chalk = getChalk()) => {
188
188
  return (message) => {
189
189
  console.error(
190
190
  `
191
- ${_chalk.gray(formatTimestamp())} ${_chalk.hex(_nullishCoalesce(colors.fatal, () => ( DEFAULT_COLOR_CONFIG.dark.fatal)))(`[${CONSOLE_ICONS[LogLevelLabel.FATAL]} Fatal] `)}${_chalk.bold.whiteBright(formatLogMessage(message))}
191
+ ${_chalk.gray(formatTimestamp())} ${_chalk.hex(
192
+ _nullishCoalesce(colors.fatal, () => ( DEFAULT_COLOR_CONFIG.dark.fatal))
193
+ )(
194
+ `[${CONSOLE_ICONS[LogLevelLabel.FATAL]} Fatal] `
195
+ )}${_chalk.bold.whiteBright(formatLogMessage(message))}
192
196
  `
193
197
  );
194
198
  };
@@ -197,7 +201,11 @@ ${_chalk.gray(formatTimestamp())} ${_chalk.hex(_nullishCoalesce(colors.fatal, ()
197
201
  return (message) => {
198
202
  console.error(
199
203
  `
200
- ${_chalk.gray(formatTimestamp())} ${_chalk.hex(_nullishCoalesce(colors.danger, () => ( DEFAULT_COLOR_CONFIG.dark.danger)))(`[${CONSOLE_ICONS[LogLevelLabel.ERROR]} Error] `)}${_chalk.bold.whiteBright(formatLogMessage(message))}
204
+ ${_chalk.gray(formatTimestamp())} ${_chalk.hex(
205
+ _nullishCoalesce(colors.danger, () => ( DEFAULT_COLOR_CONFIG.dark.danger))
206
+ )(
207
+ `[${CONSOLE_ICONS[LogLevelLabel.ERROR]} Error] `
208
+ )}${_chalk.bold.whiteBright(formatLogMessage(message))}
201
209
  `
202
210
  );
203
211
  };
@@ -206,7 +214,11 @@ ${_chalk.gray(formatTimestamp())} ${_chalk.hex(_nullishCoalesce(colors.danger, (
206
214
  return (message) => {
207
215
  console.warn(
208
216
  `
209
- ${_chalk.gray(formatTimestamp())} ${_chalk.hex(_nullishCoalesce(colors.warning, () => ( DEFAULT_COLOR_CONFIG.dark.warning)))(`[${CONSOLE_ICONS[LogLevelLabel.WARN]} Warn] `)}${_chalk.bold.whiteBright(formatLogMessage(message))}
217
+ ${_chalk.gray(formatTimestamp())} ${_chalk.hex(
218
+ _nullishCoalesce(colors.warning, () => ( DEFAULT_COLOR_CONFIG.dark.warning))
219
+ )(
220
+ `[${CONSOLE_ICONS[LogLevelLabel.WARN]} Warn] `
221
+ )}${_chalk.bold.whiteBright(formatLogMessage(message))}
210
222
  `
211
223
  );
212
224
  };
@@ -215,7 +227,11 @@ ${_chalk.gray(formatTimestamp())} ${_chalk.hex(_nullishCoalesce(colors.warning,
215
227
  return (message) => {
216
228
  console.info(
217
229
  `
218
- ${_chalk.gray(formatTimestamp())} ${_chalk.hex(_nullishCoalesce(colors.success, () => ( DEFAULT_COLOR_CONFIG.dark.success)))(`[${CONSOLE_ICONS[LogLevelLabel.SUCCESS]} Success] `)}${_chalk.bold.whiteBright(formatLogMessage(message))}
230
+ ${_chalk.gray(formatTimestamp())} ${_chalk.hex(
231
+ _nullishCoalesce(colors.success, () => ( DEFAULT_COLOR_CONFIG.dark.success))
232
+ )(
233
+ `[${CONSOLE_ICONS[LogLevelLabel.SUCCESS]} Success] `
234
+ )}${_chalk.bold.whiteBright(formatLogMessage(message))}
219
235
  `
220
236
  );
221
237
  };
@@ -224,7 +240,11 @@ ${_chalk.gray(formatTimestamp())} ${_chalk.hex(_nullishCoalesce(colors.success,
224
240
  return (message) => {
225
241
  console.info(
226
242
  `
227
- ${_chalk.gray(formatTimestamp())} ${_chalk.hex(_nullishCoalesce(colors.info, () => ( DEFAULT_COLOR_CONFIG.dark.info)))(`[${CONSOLE_ICONS[LogLevelLabel.INFO]} Info] `)}${_chalk.bold.whiteBright(formatLogMessage(message))}
243
+ ${_chalk.gray(formatTimestamp())} ${_chalk.hex(
244
+ _nullishCoalesce(colors.info, () => ( DEFAULT_COLOR_CONFIG.dark.info))
245
+ )(
246
+ `[${CONSOLE_ICONS[LogLevelLabel.INFO]} Info] `
247
+ )}${_chalk.bold.whiteBright(formatLogMessage(message))}
228
248
  `
229
249
  );
230
250
  };
@@ -233,7 +253,11 @@ ${_chalk.gray(formatTimestamp())} ${_chalk.hex(_nullishCoalesce(colors.info, ()
233
253
  return (message) => {
234
254
  console.debug(
235
255
  `
236
- ${_chalk.gray(formatTimestamp())} ${_chalk.hex(_nullishCoalesce(colors.debug, () => ( DEFAULT_COLOR_CONFIG.dark.debug)))(`[${CONSOLE_ICONS[LogLevelLabel.DEBUG]} Debug] `)}${_chalk.bold.whiteBright(formatLogMessage(message))}
256
+ ${_chalk.gray(formatTimestamp())} ${_chalk.hex(
257
+ _nullishCoalesce(colors.debug, () => ( DEFAULT_COLOR_CONFIG.dark.debug))
258
+ )(
259
+ `[${CONSOLE_ICONS[LogLevelLabel.DEBUG]} Debug] `
260
+ )}${_chalk.bold.whiteBright(formatLogMessage(message))}
237
261
  `
238
262
  );
239
263
  };
@@ -242,7 +266,9 @@ ${_chalk.gray(formatTimestamp())} ${_chalk.hex(_nullishCoalesce(colors.debug, ()
242
266
  return (message) => {
243
267
  console.debug(
244
268
  `
245
- ${_chalk.gray(formatTimestamp())} ${_chalk.hex("#bbbbbb")(`[${CONSOLE_ICONS[LogLevelLabel.TRACE]} Trace] `)}${_chalk.bold.whiteBright(formatLogMessage(message))}
269
+ ${_chalk.gray(formatTimestamp())} ${_chalk.hex("#bbbbbb")(
270
+ `[${CONSOLE_ICONS[LogLevelLabel.TRACE]} Trace] `
271
+ )}${_chalk.bold.whiteBright(formatLogMessage(message))}
246
272
  `
247
273
  );
248
274
  };
@@ -250,7 +276,11 @@ ${_chalk.gray(formatTimestamp())} ${_chalk.hex("#bbbbbb")(`[${CONSOLE_ICONS[LogL
250
276
  return (message) => {
251
277
  console.log(
252
278
  `
253
- ${_chalk.gray(formatTimestamp())} ${_chalk.hex(_nullishCoalesce(colors.brand, () => ( DEFAULT_COLOR_CONFIG.dark.brand)))(`[${CONSOLE_ICONS[LogLevelLabel.ALL]} System] `)}${_chalk.bold.whiteBright(formatLogMessage(message))}
279
+ ${_chalk.gray(formatTimestamp())} ${_chalk.hex(
280
+ _nullishCoalesce(colors.brand, () => ( DEFAULT_COLOR_CONFIG.dark.brand))
281
+ )(
282
+ `[${CONSOLE_ICONS[LogLevelLabel.ALL]} System] `
283
+ )}${_chalk.bold.whiteBright(formatLogMessage(message))}
254
284
  `
255
285
  );
256
286
  };
@@ -274,7 +304,7 @@ var getStopwatch = (name) => {
274
304
  );
275
305
  };
276
306
  };
277
- var MAX_DEPTH = 4;
307
+ var MAX_DEPTH = 6;
278
308
  var formatLogMessage = (message, options = {}, depth = 0) => {
279
309
  if (depth > MAX_DEPTH) {
280
310
  return "<max depth>";
@@ -5,7 +5,7 @@ import {
5
5
  getEncoding,
6
6
  getInternalDependencies,
7
7
  uploadFile
8
- } from "./chunk-QR2JEXGR.mjs";
8
+ } from "./chunk-D2C4YN2P.mjs";
9
9
  import {
10
10
  createCliOptions,
11
11
  getPackageInfo
@@ -13,7 +13,7 @@ import {
13
13
  import {
14
14
  findWorkspaceRoot,
15
15
  getConfig
16
- } from "./chunk-SNMJDKDN.mjs";
16
+ } from "./chunk-ZNZEZZQ3.mjs";
17
17
  import {
18
18
  correctPaths,
19
19
  joinPaths,
@@ -21,7 +21,7 @@ import {
21
21
  writeSuccess,
22
22
  writeTrace,
23
23
  writeWarning
24
- } from "./chunk-Q5YIARCL.mjs";
24
+ } from "./chunk-CET7FSBB.mjs";
25
25
 
26
26
  // src/executors/r2-upload-publish/executor.ts
27
27
  import {
@@ -7,7 +7,7 @@ var require_package = __commonJS({
7
7
  "package.json"(exports, module) {
8
8
  module.exports = {
9
9
  name: "@storm-software/cloudflare-tools",
10
- version: "0.71.38",
10
+ version: "0.71.40",
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",
@@ -137,8 +137,8 @@ var require_package = __commonJS({
137
137
  "@nx/node": "catalog:",
138
138
  "@nx/web": "catalog:",
139
139
  "@storm-software/config": "1.135.0",
140
- "@storm-software/config-tools": "1.188.77",
141
- "@storm-software/workspace-tools": "1.294.23",
140
+ "@storm-software/config-tools": "1.188.79",
141
+ "@storm-software/workspace-tools": "1.294.25",
142
142
  nx: "catalog:",
143
143
  tsup: "catalog:",
144
144
  wrangler: ">=3.58.0"