@storm-software/cloudflare-tools 0.62.6 → 0.62.8

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 +14 -0
  2. package/README.md +1 -1
  3. package/dist/{chunk-RIUVF72K.js → chunk-2HJQOPBD.js} +3 -3
  4. package/dist/{chunk-TO7L7DYQ.mjs → chunk-3TFLSE7F.mjs} +3 -3
  5. package/dist/{chunk-2SPHXGUN.mjs → chunk-5M3ADTI2.mjs} +3 -3
  6. package/dist/{chunk-DPAEOWHQ.mjs → chunk-73HZYEA4.mjs} +1 -1
  7. package/dist/{chunk-GPAI4NHQ.mjs → chunk-7H2K6PT4.mjs} +12 -5
  8. package/dist/{chunk-FL2QPQC4.mjs → chunk-AP3T36HW.mjs} +3 -3
  9. package/dist/{chunk-FF4AKPZG.js → chunk-AWHPIG26.js} +115 -115
  10. package/dist/{chunk-T3FNKVYU.js → chunk-CQHN27WT.js} +12 -12
  11. package/dist/{chunk-4P2T735E.js → chunk-DUKBFCWK.js} +2 -2
  12. package/dist/{chunk-MV24QW26.mjs → chunk-GOL5LHR6.mjs} +52 -15
  13. package/dist/{chunk-FABNT5TZ.mjs → chunk-JHXH6ZN3.mjs} +1 -1
  14. package/dist/{chunk-4HW7MBJR.mjs → chunk-LM76YNUF.mjs} +4 -4
  15. package/dist/{chunk-HBASMEU5.js → chunk-OL65RB72.js} +50 -43
  16. package/dist/{chunk-FUSFC5AM.js → chunk-Q6WFFOSW.js} +16 -16
  17. package/dist/{chunk-VPZXQH7S.mjs → chunk-SBZ7AXJK.mjs} +1 -1
  18. package/dist/{chunk-PZ5CI56F.js → chunk-SQUJ3SXL.js} +55 -18
  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
@@ -243,10 +243,10 @@ var LogLevelLabel = {
243
243
  };
244
244
 
245
245
  // ../config/src/constants.ts
246
- var STORM_DEFAULT_DOCS = "https://docs.stormsoftware.com";
246
+ var STORM_DEFAULT_DOCS = "https://stormsoftware.com/docs";
247
247
  var STORM_DEFAULT_HOMEPAGE = "https://stormsoftware.com";
248
248
  var STORM_DEFAULT_CONTACT = "https://stormsoftware.com/contact";
249
- var STORM_DEFAULT_LICENSING = "https://license.stormsoftware.com";
249
+ var STORM_DEFAULT_LICENSING = "https://stormsoftware.com/license";
250
250
  var STORM_DEFAULT_LICENSE = "Apache-2.0";
251
251
  var STORM_DEFAULT_RELEASE_BANNER = "https://public.storm-cdn.com/brand-banner.png";
252
252
  var STORM_DEFAULT_ACCOUNT_TWITTER = "StormSoftwareHQ";
@@ -420,10 +420,13 @@ var stormWorkspaceConfigSchema = _zod2.default.object({
420
420
  organization: _zod2.default.string().trim().default("storm-software").describe("The organization of the workspace"),
421
421
  repository: _zod2.default.string().trim().optional().describe("The repo URL of the workspace (i.e. GitHub)"),
422
422
  license: _zod2.default.string().trim().default("Apache-2.0").describe("The license type of the package"),
423
- homepage: _zod2.default.string().trim().url().default(STORM_DEFAULT_HOMEPAGE).describe("The homepage of the workspace"),
424
- docs: _zod2.default.string().trim().url().default(STORM_DEFAULT_DOCS).describe("The base documentation site for the workspace"),
425
- licensing: _zod2.default.string().trim().url().default(STORM_DEFAULT_LICENSING).describe("The base licensing site for the workspace"),
426
- contact: _zod2.default.string().trim().url().default(STORM_DEFAULT_CONTACT).describe("The base contact site for the workspace"),
423
+ homepage: _zod2.default.string().trim().url().optional().describe("The homepage of the workspace"),
424
+ docs: _zod2.default.string().trim().url().optional().describe("The documentation site for the workspace"),
425
+ licensing: _zod2.default.string().trim().url().optional().describe("The licensing site for the workspace"),
426
+ contact: _zod2.default.string().trim().url().optional().describe("The contact site for the workspace"),
427
+ support: _zod2.default.string().trim().url().optional().describe(
428
+ "The support site for the workspace. If not provided, this is defaulted to the `contact` config value"
429
+ ),
427
430
  branch: _zod2.default.string().trim().default("main").describe("The branch of the workspace"),
428
431
  preid: _zod2.default.string().optional().describe("A tag specifying the version pre-release identifier"),
429
432
  owner: _zod2.default.string().trim().default("@storm-software/admin").describe("The owner of the package"),
@@ -522,9 +525,10 @@ var DEFAULT_COLOR_CONFIG = {
522
525
  negative: "#dc2626"
523
526
  }
524
527
  };
525
- var getDefaultConfig = async (root) => {
528
+ async function getPackageJsonConfig(root) {
526
529
  let license = STORM_DEFAULT_LICENSE;
527
- let homepage = STORM_DEFAULT_HOMEPAGE;
530
+ let homepage = void 0;
531
+ let support = void 0;
528
532
  let name = void 0;
529
533
  let namespace = void 0;
530
534
  let repository = void 0;
@@ -555,6 +559,13 @@ var getDefaultConfig = async (root) => {
555
559
  if (packageJson.homepage) {
556
560
  homepage = packageJson.homepage;
557
561
  }
562
+ if (packageJson.bugs) {
563
+ if (typeof packageJson.bugs === "string") {
564
+ support = packageJson.bugs;
565
+ } else if (packageJson.bugs.url) {
566
+ support = packageJson.bugs.url;
567
+ }
568
+ }
558
569
  }
559
570
  }
560
571
  return {
@@ -564,13 +575,38 @@ var getDefaultConfig = async (root) => {
564
575
  repository,
565
576
  license,
566
577
  homepage,
567
- docs: `${homepage || STORM_DEFAULT_HOMEPAGE}/docs`,
568
- licensing: `${homepage || STORM_DEFAULT_HOMEPAGE}/license`,
569
- error: {
570
- url: `${homepage || STORM_DEFAULT_HOMEPAGE}/errors`
571
- }
578
+ support
572
579
  };
573
- };
580
+ }
581
+ function applyDefaultConfig(config) {
582
+ if (!config.support && config.contact) {
583
+ config.support = config.contact;
584
+ }
585
+ if (!config.contact && config.support) {
586
+ config.contact = config.support;
587
+ }
588
+ if (config.homepage) {
589
+ if (!config.docs) {
590
+ config.docs = `${config.homepage}/docs`;
591
+ }
592
+ if (!config.license) {
593
+ config.license = `${config.homepage}/license`;
594
+ }
595
+ if (!config.support) {
596
+ config.support = `${config.homepage}/support`;
597
+ }
598
+ if (!config.contact) {
599
+ config.contact = `${config.homepage}/contact`;
600
+ }
601
+ if (!_optionalChain([config, 'access', _2 => _2.error, 'optionalAccess', _3 => _3.codesFile]) || !_optionalChain([config, 'optionalAccess', _4 => _4.error, 'optionalAccess', _5 => _5.url])) {
602
+ config.error ??= { codesFile: STORM_DEFAULT_ERROR_CODES_FILE };
603
+ if (config.homepage) {
604
+ config.error.url ??= `${config.homepage}/errors`;
605
+ }
606
+ }
607
+ }
608
+ return config;
609
+ }
574
610
 
575
611
  // ../config-tools/src/logger/chalk.ts
576
612
  var _chalk2 = require('chalk'); var _chalk3 = _interopRequireDefault(_chalk2);
@@ -595,7 +631,7 @@ var chalkDefault = {
595
631
  };
596
632
  var getChalk = () => {
597
633
  let _chalk = _chalk3.default;
598
- if (!_optionalChain([_chalk, 'optionalAccess', _2 => _2.hex]) || !_optionalChain([_chalk, 'optionalAccess', _3 => _3.bold, 'optionalAccess', _4 => _4.hex]) || !_optionalChain([_chalk, 'optionalAccess', _5 => _5.bgHex]) || !_optionalChain([_chalk, 'optionalAccess', _6 => _6.whiteBright])) {
634
+ if (!_optionalChain([_chalk, 'optionalAccess', _6 => _6.hex]) || !_optionalChain([_chalk, 'optionalAccess', _7 => _7.bold, 'optionalAccess', _8 => _8.hex]) || !_optionalChain([_chalk, 'optionalAccess', _9 => _9.bgHex]) || !_optionalChain([_chalk, 'optionalAccess', _10 => _10.whiteBright])) {
599
635
  _chalk = chalkDefault;
600
636
  }
601
637
  return _chalk;
@@ -683,7 +719,7 @@ var getLogLevelLabel = (logLevel = LogLevel.INFO) => {
683
719
 
684
720
  // ../config-tools/src/logger/console.ts
685
721
  var getLogFn = (logLevel = LogLevel.INFO, config = {}, _chalk = getChalk()) => {
686
- const colors = !_optionalChain([config, 'access', _7 => _7.colors, 'optionalAccess', _8 => _8.dark]) && !_optionalChain([config, 'access', _9 => _9.colors, 'optionalAccess', _10 => _10["base"]]) && !_optionalChain([config, 'access', _11 => _11.colors, 'optionalAccess', _12 => _12["base"], 'optionalAccess', _13 => _13.dark]) ? DEFAULT_COLOR_CONFIG : _optionalChain([config, 'access', _14 => _14.colors, 'optionalAccess', _15 => _15.dark]) && typeof config.colors.dark === "string" ? config.colors : _optionalChain([config, 'access', _16 => _16.colors, 'optionalAccess', _17 => _17["base"], 'optionalAccess', _18 => _18.dark]) && typeof config.colors["base"].dark === "string" ? config.colors["base"].dark : _optionalChain([config, 'access', _19 => _19.colors, 'optionalAccess', _20 => _20["base"]]) ? _optionalChain([config, 'access', _21 => _21.colors, 'optionalAccess', _22 => _22["base"]]) : DEFAULT_COLOR_CONFIG;
722
+ const colors = !_optionalChain([config, 'access', _11 => _11.colors, 'optionalAccess', _12 => _12.dark]) && !_optionalChain([config, 'access', _13 => _13.colors, 'optionalAccess', _14 => _14["base"]]) && !_optionalChain([config, 'access', _15 => _15.colors, 'optionalAccess', _16 => _16["base"], 'optionalAccess', _17 => _17.dark]) ? DEFAULT_COLOR_CONFIG : _optionalChain([config, 'access', _18 => _18.colors, 'optionalAccess', _19 => _19.dark]) && typeof config.colors.dark === "string" ? config.colors : _optionalChain([config, 'access', _20 => _20.colors, 'optionalAccess', _21 => _21["base"], 'optionalAccess', _22 => _22.dark]) && typeof config.colors["base"].dark === "string" ? config.colors["base"].dark : _optionalChain([config, 'access', _23 => _23.colors, 'optionalAccess', _24 => _24["base"]]) ? _optionalChain([config, 'access', _25 => _25.colors, 'optionalAccess', _26 => _26["base"]]) : DEFAULT_COLOR_CONFIG;
687
723
  const configLogLevel = config.logLevel || process.env.STORM_LOG_LEVEL || LogLevelLabel.INFO;
688
724
  if (logLevel > getLogLevel(configLogLevel) || logLevel <= LogLevel.SILENT || getLogLevel(configLogLevel) <= LogLevel.SILENT) {
689
725
  return (_) => {
@@ -799,7 +835,7 @@ ${Object.keys(message).filter((key) => !skip.includes(key)).map(
799
835
  };
800
836
  var _isFunction = (value) => {
801
837
  try {
802
- return value instanceof Function || typeof value === "function" || !!(_optionalChain([value, 'optionalAccess', _23 => _23.constructor]) && _optionalChain([value, 'optionalAccess', _24 => _24.call]) && _optionalChain([value, 'optionalAccess', _25 => _25.apply]));
838
+ return value instanceof Function || typeof value === "function" || !!(_optionalChain([value, 'optionalAccess', _27 => _27.constructor]) && _optionalChain([value, 'optionalAccess', _28 => _28.call]) && _optionalChain([value, 'optionalAccess', _29 => _29.apply]));
803
839
  } catch (e) {
804
840
  return false;
805
841
  }
@@ -827,4 +863,5 @@ var _isFunction = (value) => {
827
863
 
828
864
 
829
865
 
830
- exports.LogLevel = LogLevel; exports.STORM_DEFAULT_DOCS = STORM_DEFAULT_DOCS; exports.STORM_DEFAULT_HOMEPAGE = STORM_DEFAULT_HOMEPAGE; exports.STORM_DEFAULT_LICENSING = STORM_DEFAULT_LICENSING; exports.stormWorkspaceConfigSchema = stormWorkspaceConfigSchema; exports.COLOR_KEYS = COLOR_KEYS; exports.correctPaths = correctPaths; exports.joinPaths = joinPaths; exports.findWorkspaceRoot = findWorkspaceRoot; exports.getDefaultConfig = getDefaultConfig; exports.getLogLevel = getLogLevel; exports.getLogLevelLabel = getLogLevelLabel; exports.writeFatal = writeFatal; exports.writeError = writeError; exports.writeWarning = writeWarning; exports.writeInfo = writeInfo; exports.writeSuccess = writeSuccess; exports.writeDebug = writeDebug; exports.writeTrace = writeTrace; exports.getStopwatch = getStopwatch; exports.formatLogMessage = formatLogMessage;
866
+
867
+ exports.LogLevel = LogLevel; exports.STORM_DEFAULT_DOCS = STORM_DEFAULT_DOCS; exports.STORM_DEFAULT_HOMEPAGE = STORM_DEFAULT_HOMEPAGE; exports.STORM_DEFAULT_LICENSING = STORM_DEFAULT_LICENSING; exports.stormWorkspaceConfigSchema = stormWorkspaceConfigSchema; exports.COLOR_KEYS = COLOR_KEYS; exports.correctPaths = correctPaths; exports.joinPaths = joinPaths; exports.findWorkspaceRoot = findWorkspaceRoot; exports.getPackageJsonConfig = getPackageJsonConfig; exports.applyDefaultConfig = applyDefaultConfig; exports.getLogLevel = getLogLevel; exports.getLogLevelLabel = getLogLevelLabel; exports.writeFatal = writeFatal; exports.writeError = writeError; exports.writeWarning = writeWarning; exports.writeInfo = writeInfo; exports.writeSuccess = writeSuccess; exports.writeDebug = writeDebug; exports.writeTrace = writeTrace; exports.getStopwatch = getStopwatch; exports.formatLogMessage = formatLogMessage;
package/dist/executors.js CHANGED
@@ -1,9 +1,9 @@
1
1
  "use strict";require('./chunk-XO66D74Z.js');
2
2
  require('./chunk-T2OGA6MB.js');
3
- require('./chunk-FF4AKPZG.js');
4
- require('./chunk-FUSFC5AM.js');
5
- require('./chunk-RIUVF72K.js');
3
+ require('./chunk-AWHPIG26.js');
4
+ require('./chunk-Q6WFFOSW.js');
5
+ require('./chunk-2HJQOPBD.js');
6
6
  require('./chunk-KTFMIXUN.js');
7
- require('./chunk-HBASMEU5.js');
8
- require('./chunk-PZ5CI56F.js');
7
+ require('./chunk-OL65RB72.js');
8
+ require('./chunk-SQUJ3SXL.js');
9
9
  require('./chunk-MCKGQKYU.js');
@@ -1,9 +1,9 @@
1
1
  import "./chunk-YSCEY447.mjs";
2
- import "./chunk-VPZXQH7S.mjs";
3
- import "./chunk-FL2QPQC4.mjs";
4
- import "./chunk-2SPHXGUN.mjs";
5
- import "./chunk-FABNT5TZ.mjs";
2
+ import "./chunk-SBZ7AXJK.mjs";
3
+ import "./chunk-AP3T36HW.mjs";
4
+ import "./chunk-5M3ADTI2.mjs";
5
+ import "./chunk-JHXH6ZN3.mjs";
6
6
  import "./chunk-RH2IXKSC.mjs";
7
- import "./chunk-GPAI4NHQ.mjs";
8
- import "./chunk-MV24QW26.mjs";
9
- import "./chunk-DPAEOWHQ.mjs";
7
+ import "./chunk-7H2K6PT4.mjs";
8
+ import "./chunk-GOL5LHR6.mjs";
9
+ import "./chunk-73HZYEA4.mjs";
@@ -2,17 +2,17 @@
2
2
 
3
3
 
4
4
 
5
- var _chunkT3FNKVYUjs = require('./chunk-T3FNKVYU.js');
5
+ var _chunkCQHN27WTjs = require('./chunk-CQHN27WT.js');
6
6
 
7
7
 
8
8
 
9
- var _chunk4P2T735Ejs = require('./chunk-4P2T735E.js');
10
- require('./chunk-HBASMEU5.js');
11
- require('./chunk-PZ5CI56F.js');
9
+ var _chunkDUKBFCWKjs = require('./chunk-DUKBFCWK.js');
10
+ require('./chunk-OL65RB72.js');
11
+ require('./chunk-SQUJ3SXL.js');
12
12
  require('./chunk-MCKGQKYU.js');
13
13
 
14
14
 
15
15
 
16
16
 
17
17
 
18
- exports.applicationGenerator = _chunkT3FNKVYUjs.applicationGenerator; exports.applicationSchematic = _chunkT3FNKVYUjs.applicationSchematic; exports.initGenerator = _chunk4P2T735Ejs.initGenerator; exports.initSchematic = _chunk4P2T735Ejs.initSchematic;
18
+ exports.applicationGenerator = _chunkCQHN27WTjs.applicationGenerator; exports.applicationSchematic = _chunkCQHN27WTjs.applicationSchematic; exports.initGenerator = _chunkDUKBFCWKjs.initGenerator; exports.initSchematic = _chunkDUKBFCWKjs.initSchematic;
@@ -2,14 +2,14 @@ import "./chunk-3J7KBHMJ.mjs";
2
2
  import {
3
3
  applicationGenerator,
4
4
  applicationSchematic
5
- } from "./chunk-4HW7MBJR.mjs";
5
+ } from "./chunk-LM76YNUF.mjs";
6
6
  import {
7
7
  initGenerator,
8
8
  initSchematic
9
- } from "./chunk-TO7L7DYQ.mjs";
10
- import "./chunk-GPAI4NHQ.mjs";
11
- import "./chunk-MV24QW26.mjs";
12
- import "./chunk-DPAEOWHQ.mjs";
9
+ } from "./chunk-3TFLSE7F.mjs";
10
+ import "./chunk-7H2K6PT4.mjs";
11
+ import "./chunk-GOL5LHR6.mjs";
12
+ import "./chunk-73HZYEA4.mjs";
13
13
  export {
14
14
  applicationGenerator,
15
15
  applicationSchematic,
package/dist/index.js CHANGED
@@ -3,25 +3,25 @@ require('./chunk-DHBG5ASJ.js');
3
3
 
4
4
 
5
5
 
6
- var _chunkT3FNKVYUjs = require('./chunk-T3FNKVYU.js');
6
+ var _chunkCQHN27WTjs = require('./chunk-CQHN27WT.js');
7
7
 
8
8
 
9
9
 
10
- var _chunk4P2T735Ejs = require('./chunk-4P2T735E.js');
10
+ var _chunkDUKBFCWKjs = require('./chunk-DUKBFCWK.js');
11
11
  require('./chunk-CVGPWUNP.js');
12
12
  require('./chunk-T2OGA6MB.js');
13
- require('./chunk-FF4AKPZG.js');
14
- require('./chunk-FUSFC5AM.js');
13
+ require('./chunk-AWHPIG26.js');
14
+ require('./chunk-Q6WFFOSW.js');
15
15
 
16
16
 
17
17
 
18
- var _chunkRIUVF72Kjs = require('./chunk-RIUVF72K.js');
18
+ var _chunk2HJQOPBDjs = require('./chunk-2HJQOPBD.js');
19
19
 
20
20
 
21
21
 
22
22
  var _chunkKTFMIXUNjs = require('./chunk-KTFMIXUN.js');
23
- require('./chunk-HBASMEU5.js');
24
- require('./chunk-PZ5CI56F.js');
23
+ require('./chunk-OL65RB72.js');
24
+ require('./chunk-SQUJ3SXL.js');
25
25
  require('./chunk-MCKGQKYU.js');
26
26
 
27
27
  // src/plugins/index.ts
@@ -162,4 +162,4 @@ function createPackageJson(projectJsonPath, workspaceRoot) {
162
162
 
163
163
 
164
164
 
165
- exports.applicationGenerator = _chunkT3FNKVYUjs.applicationGenerator; exports.applicationSchematic = _chunkT3FNKVYUjs.applicationSchematic; exports.createNodesV2 = createNodesV2; exports.getInternalDependencies = _chunkRIUVF72Kjs.getInternalDependencies; exports.initGenerator = _chunk4P2T735Ejs.initGenerator; exports.initSchematic = _chunk4P2T735Ejs.initSchematic; exports.name = name; exports.r2UploadFile = _chunkRIUVF72Kjs.r2UploadFile;
165
+ exports.applicationGenerator = _chunkCQHN27WTjs.applicationGenerator; exports.applicationSchematic = _chunkCQHN27WTjs.applicationSchematic; exports.createNodesV2 = createNodesV2; exports.getInternalDependencies = _chunk2HJQOPBDjs.getInternalDependencies; exports.initGenerator = _chunkDUKBFCWKjs.initGenerator; exports.initSchematic = _chunkDUKBFCWKjs.initSchematic; exports.name = name; exports.r2UploadFile = _chunk2HJQOPBDjs.r2UploadFile;
package/dist/index.mjs CHANGED
@@ -3,26 +3,26 @@ import "./chunk-3J7KBHMJ.mjs";
3
3
  import {
4
4
  applicationGenerator,
5
5
  applicationSchematic
6
- } from "./chunk-4HW7MBJR.mjs";
6
+ } from "./chunk-LM76YNUF.mjs";
7
7
  import {
8
8
  initGenerator,
9
9
  initSchematic
10
- } from "./chunk-TO7L7DYQ.mjs";
10
+ } from "./chunk-3TFLSE7F.mjs";
11
11
  import "./chunk-7Z5PILRU.mjs";
12
- import "./chunk-VPZXQH7S.mjs";
13
- import "./chunk-FL2QPQC4.mjs";
14
- import "./chunk-2SPHXGUN.mjs";
12
+ import "./chunk-SBZ7AXJK.mjs";
13
+ import "./chunk-AP3T36HW.mjs";
14
+ import "./chunk-5M3ADTI2.mjs";
15
15
  import {
16
16
  getInternalDependencies,
17
17
  r2UploadFile
18
- } from "./chunk-FABNT5TZ.mjs";
18
+ } from "./chunk-JHXH6ZN3.mjs";
19
19
  import {
20
20
  ProjectTagConstants,
21
21
  addProjectTag
22
22
  } from "./chunk-RH2IXKSC.mjs";
23
- import "./chunk-GPAI4NHQ.mjs";
24
- import "./chunk-MV24QW26.mjs";
25
- import "./chunk-DPAEOWHQ.mjs";
23
+ import "./chunk-7H2K6PT4.mjs";
24
+ import "./chunk-GOL5LHR6.mjs";
25
+ import "./chunk-73HZYEA4.mjs";
26
26
 
27
27
  // src/plugins/index.ts
28
28
  import {
@@ -1,10 +1,10 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
2
 
3
3
  var _chunkT2OGA6MBjs = require('../../../chunk-T2OGA6MB.js');
4
- require('../../../chunk-FF4AKPZG.js');
4
+ require('../../../chunk-AWHPIG26.js');
5
5
  require('../../../chunk-KTFMIXUN.js');
6
- require('../../../chunk-HBASMEU5.js');
7
- require('../../../chunk-PZ5CI56F.js');
6
+ require('../../../chunk-OL65RB72.js');
7
+ require('../../../chunk-SQUJ3SXL.js');
8
8
  require('../../../chunk-MCKGQKYU.js');
9
9
 
10
10
 
@@ -1,11 +1,11 @@
1
1
  import {
2
2
  runExecutor
3
- } from "../../../chunk-VPZXQH7S.mjs";
4
- import "../../../chunk-FL2QPQC4.mjs";
3
+ } from "../../../chunk-SBZ7AXJK.mjs";
4
+ import "../../../chunk-AP3T36HW.mjs";
5
5
  import "../../../chunk-RH2IXKSC.mjs";
6
- import "../../../chunk-GPAI4NHQ.mjs";
7
- import "../../../chunk-MV24QW26.mjs";
8
- import "../../../chunk-DPAEOWHQ.mjs";
6
+ import "../../../chunk-7H2K6PT4.mjs";
7
+ import "../../../chunk-GOL5LHR6.mjs";
8
+ import "../../../chunk-73HZYEA4.mjs";
9
9
  export {
10
10
  runExecutor as default
11
11
  };
@@ -1,11 +1,11 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
2
 
3
- var _chunkFUSFC5AMjs = require('../../../chunk-FUSFC5AM.js');
4
- require('../../../chunk-RIUVF72K.js');
3
+ var _chunkQ6WFFOSWjs = require('../../../chunk-Q6WFFOSW.js');
4
+ require('../../../chunk-2HJQOPBD.js');
5
5
  require('../../../chunk-KTFMIXUN.js');
6
- require('../../../chunk-HBASMEU5.js');
7
- require('../../../chunk-PZ5CI56F.js');
6
+ require('../../../chunk-OL65RB72.js');
7
+ require('../../../chunk-SQUJ3SXL.js');
8
8
  require('../../../chunk-MCKGQKYU.js');
9
9
 
10
10
 
11
- exports.default = _chunkFUSFC5AMjs.runExecutor;
11
+ exports.default = _chunkQ6WFFOSWjs.runExecutor;
@@ -1,11 +1,11 @@
1
1
  import {
2
2
  runExecutor
3
- } from "../../../chunk-2SPHXGUN.mjs";
4
- import "../../../chunk-FABNT5TZ.mjs";
3
+ } from "../../../chunk-5M3ADTI2.mjs";
4
+ import "../../../chunk-JHXH6ZN3.mjs";
5
5
  import "../../../chunk-RH2IXKSC.mjs";
6
- import "../../../chunk-GPAI4NHQ.mjs";
7
- import "../../../chunk-MV24QW26.mjs";
8
- import "../../../chunk-DPAEOWHQ.mjs";
6
+ import "../../../chunk-7H2K6PT4.mjs";
7
+ import "../../../chunk-GOL5LHR6.mjs";
8
+ import "../../../chunk-73HZYEA4.mjs";
9
9
  export {
10
10
  runExecutor as default
11
11
  };
@@ -1,11 +1,11 @@
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 _chunkFF4AKPZGjs = require('../../../chunk-FF4AKPZG.js');
3
+ var _chunkAWHPIG26js = require('../../../chunk-AWHPIG26.js');
4
4
 
5
5
 
6
6
  var _chunkKTFMIXUNjs = require('../../../chunk-KTFMIXUN.js');
7
- require('../../../chunk-HBASMEU5.js');
8
- require('../../../chunk-PZ5CI56F.js');
7
+ require('../../../chunk-OL65RB72.js');
8
+ require('../../../chunk-SQUJ3SXL.js');
9
9
 
10
10
 
11
11
  var _chunkMCKGQKYUjs = require('../../../chunk-MCKGQKYU.js');
@@ -55,7 +55,7 @@ async function* serveExecutor(options, context, config) {
55
55
  success: true
56
56
  };
57
57
  }
58
- var executor_default = _chunkFF4AKPZGjs.withRunExecutor.call(void 0,
58
+ var executor_default = _chunkAWHPIG26js.withRunExecutor.call(void 0,
59
59
  "Cloudflare Serve executor",
60
60
  serveExecutor,
61
61
  {
@@ -1,14 +1,14 @@
1
1
  import {
2
2
  withRunExecutor
3
- } from "../../../chunk-FL2QPQC4.mjs";
3
+ } from "../../../chunk-AP3T36HW.mjs";
4
4
  import {
5
5
  createCliOptions
6
6
  } from "../../../chunk-RH2IXKSC.mjs";
7
- import "../../../chunk-GPAI4NHQ.mjs";
8
- import "../../../chunk-MV24QW26.mjs";
7
+ import "../../../chunk-7H2K6PT4.mjs";
8
+ import "../../../chunk-GOL5LHR6.mjs";
9
9
  import {
10
10
  __require
11
- } from "../../../chunk-DPAEOWHQ.mjs";
11
+ } from "../../../chunk-73HZYEA4.mjs";
12
12
 
13
13
  // src/executors/serve/executor.ts
14
14
  import { createAsyncIterable } from "@nx/devkit/src/utils/async-iterable";
@@ -2,10 +2,10 @@
2
2
 
3
3
 
4
4
 
5
- var _chunk4P2T735Ejs = require('../../../chunk-4P2T735E.js');
5
+ var _chunkDUKBFCWKjs = require('../../../chunk-DUKBFCWK.js');
6
6
  require('../../../chunk-MCKGQKYU.js');
7
7
 
8
8
 
9
9
 
10
10
 
11
- exports.default = _chunk4P2T735Ejs.generator_default; exports.initGenerator = _chunk4P2T735Ejs.initGenerator; exports.initSchematic = _chunk4P2T735Ejs.initSchematic;
11
+ exports.default = _chunkDUKBFCWKjs.generator_default; exports.initGenerator = _chunkDUKBFCWKjs.initGenerator; exports.initSchematic = _chunkDUKBFCWKjs.initSchematic;
@@ -2,8 +2,8 @@ import {
2
2
  generator_default,
3
3
  initGenerator,
4
4
  initSchematic
5
- } from "../../../chunk-TO7L7DYQ.mjs";
6
- import "../../../chunk-DPAEOWHQ.mjs";
5
+ } from "../../../chunk-3TFLSE7F.mjs";
6
+ import "../../../chunk-73HZYEA4.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 _chunkT3FNKVYUjs = require('../../../chunk-T3FNKVYU.js');
6
- require('../../../chunk-4P2T735E.js');
7
- require('../../../chunk-HBASMEU5.js');
8
- require('../../../chunk-PZ5CI56F.js');
5
+ var _chunkCQHN27WTjs = require('../../../chunk-CQHN27WT.js');
6
+ require('../../../chunk-DUKBFCWK.js');
7
+ require('../../../chunk-OL65RB72.js');
8
+ require('../../../chunk-SQUJ3SXL.js');
9
9
  require('../../../chunk-MCKGQKYU.js');
10
10
 
11
11
 
12
12
 
13
13
 
14
- exports.applicationGenerator = _chunkT3FNKVYUjs.applicationGenerator; exports.applicationSchematic = _chunkT3FNKVYUjs.applicationSchematic; exports.default = _chunkT3FNKVYUjs.generator_default;
14
+ exports.applicationGenerator = _chunkCQHN27WTjs.applicationGenerator; exports.applicationSchematic = _chunkCQHN27WTjs.applicationSchematic; exports.default = _chunkCQHN27WTjs.generator_default;
@@ -2,11 +2,11 @@ import {
2
2
  applicationGenerator,
3
3
  applicationSchematic,
4
4
  generator_default
5
- } from "../../../chunk-4HW7MBJR.mjs";
6
- import "../../../chunk-TO7L7DYQ.mjs";
7
- import "../../../chunk-GPAI4NHQ.mjs";
8
- import "../../../chunk-MV24QW26.mjs";
9
- import "../../../chunk-DPAEOWHQ.mjs";
5
+ } from "../../../chunk-LM76YNUF.mjs";
6
+ import "../../../chunk-3TFLSE7F.mjs";
7
+ import "../../../chunk-7H2K6PT4.mjs";
8
+ import "../../../chunk-GOL5LHR6.mjs";
9
+ import "../../../chunk-73HZYEA4.mjs";
10
10
  export {
11
11
  applicationGenerator,
12
12
  applicationSchematic,
@@ -2,10 +2,10 @@
2
2
 
3
3
 
4
4
 
5
- var _chunkRIUVF72Kjs = require('../../chunk-RIUVF72K.js');
6
- require('../../chunk-PZ5CI56F.js');
5
+ var _chunk2HJQOPBDjs = require('../../chunk-2HJQOPBD.js');
6
+ require('../../chunk-SQUJ3SXL.js');
7
7
  require('../../chunk-MCKGQKYU.js');
8
8
 
9
9
 
10
10
 
11
- exports.getInternalDependencies = _chunkRIUVF72Kjs.getInternalDependencies; exports.r2UploadFile = _chunkRIUVF72Kjs.r2UploadFile;
11
+ exports.getInternalDependencies = _chunk2HJQOPBDjs.getInternalDependencies; exports.r2UploadFile = _chunk2HJQOPBDjs.r2UploadFile;
@@ -2,9 +2,9 @@ import "../../chunk-7Z5PILRU.mjs";
2
2
  import {
3
3
  getInternalDependencies,
4
4
  r2UploadFile
5
- } from "../../chunk-FABNT5TZ.mjs";
6
- import "../../chunk-MV24QW26.mjs";
7
- import "../../chunk-DPAEOWHQ.mjs";
5
+ } from "../../chunk-JHXH6ZN3.mjs";
6
+ import "../../chunk-GOL5LHR6.mjs";
7
+ import "../../chunk-73HZYEA4.mjs";
8
8
  export {
9
9
  getInternalDependencies,
10
10
  r2UploadFile
@@ -1,10 +1,10 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
2
 
3
3
 
4
- var _chunkRIUVF72Kjs = require('../../chunk-RIUVF72K.js');
5
- require('../../chunk-PZ5CI56F.js');
4
+ var _chunk2HJQOPBDjs = require('../../chunk-2HJQOPBD.js');
5
+ require('../../chunk-SQUJ3SXL.js');
6
6
  require('../../chunk-MCKGQKYU.js');
7
7
 
8
8
 
9
9
 
10
- exports.getInternalDependencies = _chunkRIUVF72Kjs.getInternalDependencies; exports.r2UploadFile = _chunkRIUVF72Kjs.r2UploadFile;
10
+ exports.getInternalDependencies = _chunk2HJQOPBDjs.getInternalDependencies; exports.r2UploadFile = _chunk2HJQOPBDjs.r2UploadFile;
@@ -1,9 +1,9 @@
1
1
  import {
2
2
  getInternalDependencies,
3
3
  r2UploadFile
4
- } from "../../chunk-FABNT5TZ.mjs";
5
- import "../../chunk-MV24QW26.mjs";
6
- import "../../chunk-DPAEOWHQ.mjs";
4
+ } from "../../chunk-JHXH6ZN3.mjs";
5
+ import "../../chunk-GOL5LHR6.mjs";
6
+ import "../../chunk-73HZYEA4.mjs";
7
7
  export {
8
8
  getInternalDependencies,
9
9
  r2UploadFile
@@ -1,4 +1,4 @@
1
- import "./chunk-DPAEOWHQ.mjs";
1
+ import "./chunk-73HZYEA4.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.62.6",
3
+ "version": "0.62.8",
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.14.4"
144
+ "wrangler": "^4.15.2"
145
145
  },
146
146
  "publishConfig": { "access": "public" },
147
147
  "executors": "./executors.json",