@storm-software/cloudflare-tools 0.55.43 → 0.55.45

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 (39) hide show
  1. package/CHANGELOG.md +15 -0
  2. package/README.md +1 -1
  3. package/dist/{chunk-MESLYSHV.mjs → chunk-2P5TGL2R.mjs} +18 -10
  4. package/dist/{chunk-MCQ4YOON.js → chunk-4P4IIN6G.js} +16 -16
  5. package/dist/{chunk-E22S7JBO.mjs → chunk-BDADKXEW.mjs} +17 -13
  6. package/dist/{chunk-6D3NUIUL.js → chunk-DZPVDJXE.js} +186 -182
  7. package/dist/{chunk-PW324BYD.js → chunk-P7YORNEH.js} +1 -1
  8. package/dist/{chunk-LEXIFHU6.mjs → chunk-PHH7TIFK.mjs} +1 -1
  9. package/dist/{chunk-S3S7EN37.mjs → chunk-QGY5FTZR.mjs} +3 -3
  10. package/dist/{chunk-FK6PN2T3.js → chunk-QQQD2SIN.js} +11 -3
  11. package/dist/{chunk-HF5FM2V2.js → chunk-S5NUDAJR.js} +3 -3
  12. package/dist/{chunk-Q67NQSCF.mjs → chunk-WGEGIRE6.mjs} +1 -1
  13. package/dist/{chunk-M4FHQYTZ.mjs → chunk-YBYGEO5L.mjs} +11 -3
  14. package/dist/{chunk-H2ML72QF.js → chunk-Z5XL2UL5.js} +56 -48
  15. package/dist/{chunk-247N3JYF.js → chunk-ZGZLK5XZ.js} +12 -12
  16. package/dist/{chunk-5QU7G4BP.mjs → chunk-ZTEXBI4T.mjs} +3 -3
  17. package/dist/executors.js +5 -5
  18. package/dist/executors.mjs +5 -5
  19. package/dist/generators.js +5 -5
  20. package/dist/generators.mjs +4 -4
  21. package/dist/index.js +8 -8
  22. package/dist/index.mjs +7 -7
  23. package/dist/src/executors/cloudflare-publish/executor.js +3 -3
  24. package/dist/src/executors/cloudflare-publish/executor.mjs +3 -3
  25. package/dist/src/executors/r2-upload-publish/executor.js +5 -5
  26. package/dist/src/executors/r2-upload-publish/executor.mjs +4 -4
  27. package/dist/src/executors/serve/executor.d.mts +41 -7
  28. package/dist/src/executors/serve/executor.d.ts +41 -7
  29. package/dist/src/executors/serve/executor.js +4 -4
  30. package/dist/src/executors/serve/executor.mjs +3 -3
  31. package/dist/src/generators/init/generator.js +2 -2
  32. package/dist/src/generators/init/generator.mjs +1 -1
  33. package/dist/src/generators/worker/generator.js +5 -5
  34. package/dist/src/generators/worker/generator.mjs +4 -4
  35. package/dist/src/utils/index.js +3 -3
  36. package/dist/src/utils/index.mjs +2 -2
  37. package/dist/src/utils/r2-bucket-helpers.js +3 -3
  38. package/dist/src/utils/r2-bucket-helpers.mjs +2 -2
  39. package/package.json +1 -1
package/dist/index.mjs CHANGED
@@ -3,25 +3,25 @@ import "./chunk-3J7KBHMJ.mjs";
3
3
  import {
4
4
  applicationGenerator,
5
5
  applicationSchematic
6
- } from "./chunk-5QU7G4BP.mjs";
6
+ } from "./chunk-ZTEXBI4T.mjs";
7
7
  import {
8
8
  initGenerator,
9
9
  initSchematic
10
- } from "./chunk-Q67NQSCF.mjs";
10
+ } from "./chunk-WGEGIRE6.mjs";
11
11
  import "./chunk-7Z5PILRU.mjs";
12
12
  import "./chunk-VNLZQQ5C.mjs";
13
- import "./chunk-E22S7JBO.mjs";
14
- import "./chunk-S3S7EN37.mjs";
13
+ import "./chunk-BDADKXEW.mjs";
14
+ import "./chunk-QGY5FTZR.mjs";
15
15
  import {
16
16
  getInternalDependencies,
17
17
  r2UploadFile
18
- } from "./chunk-LEXIFHU6.mjs";
18
+ } from "./chunk-PHH7TIFK.mjs";
19
19
  import {
20
20
  ProjectTagConstants,
21
21
  addProjectTag
22
22
  } from "./chunk-YYEF6TFG.mjs";
23
- import "./chunk-MESLYSHV.mjs";
24
- import "./chunk-M4FHQYTZ.mjs";
23
+ import "./chunk-2P5TGL2R.mjs";
24
+ import "./chunk-YBYGEO5L.mjs";
25
25
  import {
26
26
  __name
27
27
  } from "./chunk-3HMZSKJD.mjs";
@@ -1,10 +1,10 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
2
 
3
3
  var _chunkR7AIVBS7js = require('../../../chunk-R7AIVBS7.js');
4
- require('../../../chunk-6D3NUIUL.js');
4
+ require('../../../chunk-DZPVDJXE.js');
5
5
  require('../../../chunk-VTHBMY4B.js');
6
- require('../../../chunk-H2ML72QF.js');
7
- require('../../../chunk-FK6PN2T3.js');
6
+ require('../../../chunk-Z5XL2UL5.js');
7
+ require('../../../chunk-QQQD2SIN.js');
8
8
  require('../../../chunk-J5SB6L2L.js');
9
9
 
10
10
 
@@ -1,10 +1,10 @@
1
1
  import {
2
2
  runExecutor
3
3
  } from "../../../chunk-VNLZQQ5C.mjs";
4
- import "../../../chunk-E22S7JBO.mjs";
4
+ import "../../../chunk-BDADKXEW.mjs";
5
5
  import "../../../chunk-YYEF6TFG.mjs";
6
- import "../../../chunk-MESLYSHV.mjs";
7
- import "../../../chunk-M4FHQYTZ.mjs";
6
+ import "../../../chunk-2P5TGL2R.mjs";
7
+ import "../../../chunk-YBYGEO5L.mjs";
8
8
  import "../../../chunk-3HMZSKJD.mjs";
9
9
  export {
10
10
  runExecutor as default
@@ -1,11 +1,11 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
2
 
3
- var _chunkMCQ4YOONjs = require('../../../chunk-MCQ4YOON.js');
4
- require('../../../chunk-HF5FM2V2.js');
3
+ var _chunk4P4IIN6Gjs = require('../../../chunk-4P4IIN6G.js');
4
+ require('../../../chunk-S5NUDAJR.js');
5
5
  require('../../../chunk-VTHBMY4B.js');
6
- require('../../../chunk-H2ML72QF.js');
7
- require('../../../chunk-FK6PN2T3.js');
6
+ require('../../../chunk-Z5XL2UL5.js');
7
+ require('../../../chunk-QQQD2SIN.js');
8
8
  require('../../../chunk-J5SB6L2L.js');
9
9
 
10
10
 
11
- exports.default = _chunkMCQ4YOONjs.runExecutor;
11
+ exports.default = _chunk4P4IIN6Gjs.runExecutor;
@@ -1,10 +1,10 @@
1
1
  import {
2
2
  runExecutor
3
- } from "../../../chunk-S3S7EN37.mjs";
4
- import "../../../chunk-LEXIFHU6.mjs";
3
+ } from "../../../chunk-QGY5FTZR.mjs";
4
+ import "../../../chunk-PHH7TIFK.mjs";
5
5
  import "../../../chunk-YYEF6TFG.mjs";
6
- import "../../../chunk-MESLYSHV.mjs";
7
- import "../../../chunk-M4FHQYTZ.mjs";
6
+ import "../../../chunk-2P5TGL2R.mjs";
7
+ import "../../../chunk-YBYGEO5L.mjs";
8
8
  import "../../../chunk-3HMZSKJD.mjs";
9
9
  export {
10
10
  runExecutor as default
@@ -4,7 +4,7 @@ import z from 'zod';
4
4
  /**
5
5
  * Storm Workspace config values used during various dev-ops processes. It represents the config of the entire monorepo.
6
6
  */
7
- declare const StormConfigSchema: z.ZodObject<{
7
+ declare const stormWorkspaceConfigSchema: z.ZodObject<{
8
8
  $schema: z.ZodOptional<z.ZodNullable<z.ZodOptional<z.ZodDefault<z.ZodString>>>>;
9
9
  extends: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
10
10
  name: z.ZodOptional<z.ZodString>;
@@ -64,6 +64,16 @@ declare const StormConfigSchema: z.ZodObject<{
64
64
  slack?: string | undefined;
65
65
  medium?: string | undefined;
66
66
  }>;
67
+ error: z.ZodObject<{
68
+ codesFile: z.ZodDefault<z.ZodString>;
69
+ url: z.ZodOptional<z.ZodString>;
70
+ }, "strip", z.ZodTypeAny, {
71
+ codesFile: string;
72
+ url?: string | undefined;
73
+ }, {
74
+ codesFile?: string | undefined;
75
+ url?: string | undefined;
76
+ }>;
67
77
  mode: z.ZodDefault<z.ZodEnum<["development", "staging", "production"]>>;
68
78
  workspaceRoot: z.ZodDefault<z.ZodString>;
69
79
  externalPackagePatterns: z.ZodDefault<z.ZodArray<z.ZodString, "many">>;
@@ -857,6 +867,10 @@ declare const StormConfigSchema: z.ZodObject<{
857
867
  slack: string;
858
868
  medium: string;
859
869
  };
870
+ error: {
871
+ codesFile: string;
872
+ url?: string | undefined;
873
+ };
860
874
  mode: "development" | "staging" | "production";
861
875
  workspaceRoot: string;
862
876
  externalPackagePatterns: string[];
@@ -872,7 +886,7 @@ declare const StormConfigSchema: z.ZodObject<{
872
886
  packageManager: "npm" | "yarn" | "pnpm" | "bun";
873
887
  timezone: string;
874
888
  locale: string;
875
- logLevel: "success" | "info" | "fatal" | "silent" | "error" | "warn" | "debug" | "trace" | "all";
889
+ logLevel: "success" | "info" | "fatal" | "error" | "silent" | "warn" | "debug" | "trace" | "all";
876
890
  registry: {
877
891
  github?: string | undefined;
878
892
  npm?: string | undefined;
@@ -1054,6 +1068,10 @@ declare const StormConfigSchema: z.ZodObject<{
1054
1068
  slack?: string | undefined;
1055
1069
  medium?: string | undefined;
1056
1070
  };
1071
+ error: {
1072
+ codesFile?: string | undefined;
1073
+ url?: string | undefined;
1074
+ };
1057
1075
  directories: {
1058
1076
  cache?: string | undefined;
1059
1077
  data?: string | undefined;
@@ -1230,7 +1248,7 @@ declare const StormConfigSchema: z.ZodObject<{
1230
1248
  packageManager?: "npm" | "yarn" | "pnpm" | "bun" | undefined;
1231
1249
  timezone?: string | undefined;
1232
1250
  locale?: string | undefined;
1233
- logLevel?: "success" | "info" | "fatal" | "silent" | "error" | "warn" | "debug" | "trace" | "all" | undefined;
1251
+ logLevel?: "success" | "info" | "fatal" | "error" | "silent" | "warn" | "debug" | "trace" | "all" | undefined;
1234
1252
  skipConfigLogging?: boolean | undefined;
1235
1253
  registry?: {
1236
1254
  github?: string | undefined;
@@ -1243,12 +1261,28 @@ declare const StormConfigSchema: z.ZodObject<{
1243
1261
  extensions?: Record<string, any> | undefined;
1244
1262
  }>;
1245
1263
 
1246
- type TStormConfig = z.infer<typeof StormConfigSchema>;
1247
- type StormConfig<TExtensionName extends keyof TStormConfig["extensions"] = keyof TStormConfig["extensions"], TExtensionConfig extends TStormConfig["extensions"][TExtensionName] = TStormConfig["extensions"][TExtensionName]> = TStormConfig & {
1248
- extensions: (TStormConfig["extensions"] & {
1264
+ type TStormWorkspaceConfig = z.infer<typeof stormWorkspaceConfigSchema>;
1265
+ /**
1266
+ * The Storm workspace's configuration object
1267
+ *
1268
+ * @remarks
1269
+ * This type is used to define the configuration object for the entire Storm workspace/monorepo. The value is extracted from the `storm-workspace.json` file in the workspace root and the currently configuration environment variables. The value can be obtained by calling `getWorkspaceConfig()` in `@storm-software/config-tools`.
1270
+ *
1271
+ * @deprecated
1272
+ * This type is deprecated and will be removed in the next major version. Use `StormWorkspaceConfig` instead.
1273
+ */
1274
+ type StormConfig<TExtensionName extends keyof TStormWorkspaceConfig["extensions"] = keyof TStormWorkspaceConfig["extensions"], TExtensionConfig extends TStormWorkspaceConfig["extensions"][TExtensionName] = TStormWorkspaceConfig["extensions"][TExtensionName]> = TStormWorkspaceConfig & {
1275
+ extensions: (TStormWorkspaceConfig["extensions"] & {
1249
1276
  [extensionName in TExtensionName]: TExtensionConfig;
1250
1277
  }) | NonNullable<Record<string, any>>;
1251
1278
  };
1279
+ /**
1280
+ * The Storm workspace's configuration object
1281
+ *
1282
+ * @remarks
1283
+ * This type is used to define the configuration object for the entire Storm workspace/monorepo. The value is extracted from the `storm-workspace.json` file in the workspace root and the currently configuration environment variables. The value can be obtained by calling `getWorkspaceConfig()` in `@storm-software/config-tools`.
1284
+ */
1285
+ type StormWorkspaceConfig<TExtensionName extends keyof TStormWorkspaceConfig["extensions"] = keyof TStormWorkspaceConfig["extensions"], TExtensionConfig extends TStormWorkspaceConfig["extensions"][TExtensionName] = TStormWorkspaceConfig["extensions"][TExtensionName]> = StormConfig<TExtensionName, TExtensionConfig>;
1252
1286
 
1253
1287
  // Generated by @storm-software/untyped
1254
1288
  // Do not edit this file directly
@@ -1296,7 +1330,7 @@ interface ServeExecutorSchema extends BaseExecutorSchema {
1296
1330
  logLevel?: "debug" | "info" | "log" | "warn" | "error" | "none";
1297
1331
  }
1298
1332
 
1299
- declare function serveExecutor(options: ServeExecutorSchema, context: ExecutorContext, config?: StormConfig): AsyncGenerator<{
1333
+ declare function serveExecutor(options: ServeExecutorSchema, context: ExecutorContext, config?: StormWorkspaceConfig): AsyncGenerator<{
1300
1334
  success: boolean;
1301
1335
  baseUrl: string;
1302
1336
  }, {
@@ -4,7 +4,7 @@ import z from 'zod';
4
4
  /**
5
5
  * Storm Workspace config values used during various dev-ops processes. It represents the config of the entire monorepo.
6
6
  */
7
- declare const StormConfigSchema: z.ZodObject<{
7
+ declare const stormWorkspaceConfigSchema: z.ZodObject<{
8
8
  $schema: z.ZodOptional<z.ZodNullable<z.ZodOptional<z.ZodDefault<z.ZodString>>>>;
9
9
  extends: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>>;
10
10
  name: z.ZodOptional<z.ZodString>;
@@ -64,6 +64,16 @@ declare const StormConfigSchema: z.ZodObject<{
64
64
  slack?: string | undefined;
65
65
  medium?: string | undefined;
66
66
  }>;
67
+ error: z.ZodObject<{
68
+ codesFile: z.ZodDefault<z.ZodString>;
69
+ url: z.ZodOptional<z.ZodString>;
70
+ }, "strip", z.ZodTypeAny, {
71
+ codesFile: string;
72
+ url?: string | undefined;
73
+ }, {
74
+ codesFile?: string | undefined;
75
+ url?: string | undefined;
76
+ }>;
67
77
  mode: z.ZodDefault<z.ZodEnum<["development", "staging", "production"]>>;
68
78
  workspaceRoot: z.ZodDefault<z.ZodString>;
69
79
  externalPackagePatterns: z.ZodDefault<z.ZodArray<z.ZodString, "many">>;
@@ -857,6 +867,10 @@ declare const StormConfigSchema: z.ZodObject<{
857
867
  slack: string;
858
868
  medium: string;
859
869
  };
870
+ error: {
871
+ codesFile: string;
872
+ url?: string | undefined;
873
+ };
860
874
  mode: "development" | "staging" | "production";
861
875
  workspaceRoot: string;
862
876
  externalPackagePatterns: string[];
@@ -872,7 +886,7 @@ declare const StormConfigSchema: z.ZodObject<{
872
886
  packageManager: "npm" | "yarn" | "pnpm" | "bun";
873
887
  timezone: string;
874
888
  locale: string;
875
- logLevel: "success" | "info" | "fatal" | "silent" | "error" | "warn" | "debug" | "trace" | "all";
889
+ logLevel: "success" | "info" | "fatal" | "error" | "silent" | "warn" | "debug" | "trace" | "all";
876
890
  registry: {
877
891
  github?: string | undefined;
878
892
  npm?: string | undefined;
@@ -1054,6 +1068,10 @@ declare const StormConfigSchema: z.ZodObject<{
1054
1068
  slack?: string | undefined;
1055
1069
  medium?: string | undefined;
1056
1070
  };
1071
+ error: {
1072
+ codesFile?: string | undefined;
1073
+ url?: string | undefined;
1074
+ };
1057
1075
  directories: {
1058
1076
  cache?: string | undefined;
1059
1077
  data?: string | undefined;
@@ -1230,7 +1248,7 @@ declare const StormConfigSchema: z.ZodObject<{
1230
1248
  packageManager?: "npm" | "yarn" | "pnpm" | "bun" | undefined;
1231
1249
  timezone?: string | undefined;
1232
1250
  locale?: string | undefined;
1233
- logLevel?: "success" | "info" | "fatal" | "silent" | "error" | "warn" | "debug" | "trace" | "all" | undefined;
1251
+ logLevel?: "success" | "info" | "fatal" | "error" | "silent" | "warn" | "debug" | "trace" | "all" | undefined;
1234
1252
  skipConfigLogging?: boolean | undefined;
1235
1253
  registry?: {
1236
1254
  github?: string | undefined;
@@ -1243,12 +1261,28 @@ declare const StormConfigSchema: z.ZodObject<{
1243
1261
  extensions?: Record<string, any> | undefined;
1244
1262
  }>;
1245
1263
 
1246
- type TStormConfig = z.infer<typeof StormConfigSchema>;
1247
- type StormConfig<TExtensionName extends keyof TStormConfig["extensions"] = keyof TStormConfig["extensions"], TExtensionConfig extends TStormConfig["extensions"][TExtensionName] = TStormConfig["extensions"][TExtensionName]> = TStormConfig & {
1248
- extensions: (TStormConfig["extensions"] & {
1264
+ type TStormWorkspaceConfig = z.infer<typeof stormWorkspaceConfigSchema>;
1265
+ /**
1266
+ * The Storm workspace's configuration object
1267
+ *
1268
+ * @remarks
1269
+ * This type is used to define the configuration object for the entire Storm workspace/monorepo. The value is extracted from the `storm-workspace.json` file in the workspace root and the currently configuration environment variables. The value can be obtained by calling `getWorkspaceConfig()` in `@storm-software/config-tools`.
1270
+ *
1271
+ * @deprecated
1272
+ * This type is deprecated and will be removed in the next major version. Use `StormWorkspaceConfig` instead.
1273
+ */
1274
+ type StormConfig<TExtensionName extends keyof TStormWorkspaceConfig["extensions"] = keyof TStormWorkspaceConfig["extensions"], TExtensionConfig extends TStormWorkspaceConfig["extensions"][TExtensionName] = TStormWorkspaceConfig["extensions"][TExtensionName]> = TStormWorkspaceConfig & {
1275
+ extensions: (TStormWorkspaceConfig["extensions"] & {
1249
1276
  [extensionName in TExtensionName]: TExtensionConfig;
1250
1277
  }) | NonNullable<Record<string, any>>;
1251
1278
  };
1279
+ /**
1280
+ * The Storm workspace's configuration object
1281
+ *
1282
+ * @remarks
1283
+ * This type is used to define the configuration object for the entire Storm workspace/monorepo. The value is extracted from the `storm-workspace.json` file in the workspace root and the currently configuration environment variables. The value can be obtained by calling `getWorkspaceConfig()` in `@storm-software/config-tools`.
1284
+ */
1285
+ type StormWorkspaceConfig<TExtensionName extends keyof TStormWorkspaceConfig["extensions"] = keyof TStormWorkspaceConfig["extensions"], TExtensionConfig extends TStormWorkspaceConfig["extensions"][TExtensionName] = TStormWorkspaceConfig["extensions"][TExtensionName]> = StormConfig<TExtensionName, TExtensionConfig>;
1252
1286
 
1253
1287
  // Generated by @storm-software/untyped
1254
1288
  // Do not edit this file directly
@@ -1296,7 +1330,7 @@ interface ServeExecutorSchema extends BaseExecutorSchema {
1296
1330
  logLevel?: "debug" | "info" | "log" | "warn" | "error" | "none";
1297
1331
  }
1298
1332
 
1299
- declare function serveExecutor(options: ServeExecutorSchema, context: ExecutorContext, config?: StormConfig): AsyncGenerator<{
1333
+ declare function serveExecutor(options: ServeExecutorSchema, context: ExecutorContext, config?: StormWorkspaceConfig): AsyncGenerator<{
1300
1334
  success: boolean;
1301
1335
  baseUrl: string;
1302
1336
  }, {
@@ -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 _chunk6D3NUIULjs = require('../../../chunk-6D3NUIUL.js');
3
+ var _chunkDZPVDJXEjs = require('../../../chunk-DZPVDJXE.js');
4
4
 
5
5
 
6
6
  var _chunkVTHBMY4Bjs = require('../../../chunk-VTHBMY4B.js');
7
- require('../../../chunk-H2ML72QF.js');
8
- require('../../../chunk-FK6PN2T3.js');
7
+ require('../../../chunk-Z5XL2UL5.js');
8
+ require('../../../chunk-QQQD2SIN.js');
9
9
 
10
10
 
11
11
 
@@ -60,7 +60,7 @@ async function* serveExecutor(options, context, config) {
60
60
  };
61
61
  }
62
62
  _chunkJ5SB6L2Ljs.__name.call(void 0, serveExecutor, "serveExecutor");
63
- var executor_default = _chunk6D3NUIULjs.withRunExecutor.call(void 0, "Cloudflare Serve executor", serveExecutor, {
63
+ var executor_default = _chunkDZPVDJXEjs.withRunExecutor.call(void 0, "Cloudflare Serve executor", serveExecutor, {
64
64
  skipReadingConfig: false,
65
65
  hooks: {
66
66
  applyDefaultOptions: /* @__PURE__ */ _chunkJ5SB6L2Ljs.__name.call(void 0, (options) => {
@@ -1,11 +1,11 @@
1
1
  import {
2
2
  withRunExecutor
3
- } from "../../../chunk-E22S7JBO.mjs";
3
+ } from "../../../chunk-BDADKXEW.mjs";
4
4
  import {
5
5
  createCliOptions
6
6
  } from "../../../chunk-YYEF6TFG.mjs";
7
- import "../../../chunk-MESLYSHV.mjs";
8
- import "../../../chunk-M4FHQYTZ.mjs";
7
+ import "../../../chunk-2P5TGL2R.mjs";
8
+ import "../../../chunk-YBYGEO5L.mjs";
9
9
  import {
10
10
  __name,
11
11
  __require
@@ -2,10 +2,10 @@
2
2
 
3
3
 
4
4
 
5
- var _chunkPW324BYDjs = require('../../../chunk-PW324BYD.js');
5
+ var _chunkP7YORNEHjs = require('../../../chunk-P7YORNEH.js');
6
6
  require('../../../chunk-J5SB6L2L.js');
7
7
 
8
8
 
9
9
 
10
10
 
11
- exports.default = _chunkPW324BYDjs.generator_default; exports.initGenerator = _chunkPW324BYDjs.initGenerator; exports.initSchematic = _chunkPW324BYDjs.initSchematic;
11
+ exports.default = _chunkP7YORNEHjs.generator_default; exports.initGenerator = _chunkP7YORNEHjs.initGenerator; exports.initSchematic = _chunkP7YORNEHjs.initSchematic;
@@ -2,7 +2,7 @@ import {
2
2
  generator_default,
3
3
  initGenerator,
4
4
  initSchematic
5
- } from "../../../chunk-Q67NQSCF.mjs";
5
+ } from "../../../chunk-WGEGIRE6.mjs";
6
6
  import "../../../chunk-3HMZSKJD.mjs";
7
7
  export {
8
8
  generator_default as default,
@@ -2,13 +2,13 @@
2
2
 
3
3
 
4
4
 
5
- var _chunk247N3JYFjs = require('../../../chunk-247N3JYF.js');
6
- require('../../../chunk-PW324BYD.js');
7
- require('../../../chunk-H2ML72QF.js');
8
- require('../../../chunk-FK6PN2T3.js');
5
+ var _chunkZGZLK5XZjs = require('../../../chunk-ZGZLK5XZ.js');
6
+ require('../../../chunk-P7YORNEH.js');
7
+ require('../../../chunk-Z5XL2UL5.js');
8
+ require('../../../chunk-QQQD2SIN.js');
9
9
  require('../../../chunk-J5SB6L2L.js');
10
10
 
11
11
 
12
12
 
13
13
 
14
- exports.applicationGenerator = _chunk247N3JYFjs.applicationGenerator; exports.applicationSchematic = _chunk247N3JYFjs.applicationSchematic; exports.default = _chunk247N3JYFjs.generator_default;
14
+ exports.applicationGenerator = _chunkZGZLK5XZjs.applicationGenerator; exports.applicationSchematic = _chunkZGZLK5XZjs.applicationSchematic; exports.default = _chunkZGZLK5XZjs.generator_default;
@@ -2,10 +2,10 @@ import {
2
2
  applicationGenerator,
3
3
  applicationSchematic,
4
4
  generator_default
5
- } from "../../../chunk-5QU7G4BP.mjs";
6
- import "../../../chunk-Q67NQSCF.mjs";
7
- import "../../../chunk-MESLYSHV.mjs";
8
- import "../../../chunk-M4FHQYTZ.mjs";
5
+ } from "../../../chunk-ZTEXBI4T.mjs";
6
+ import "../../../chunk-WGEGIRE6.mjs";
7
+ import "../../../chunk-2P5TGL2R.mjs";
8
+ import "../../../chunk-YBYGEO5L.mjs";
9
9
  import "../../../chunk-3HMZSKJD.mjs";
10
10
  export {
11
11
  applicationGenerator,
@@ -2,10 +2,10 @@
2
2
 
3
3
 
4
4
 
5
- var _chunkHF5FM2V2js = require('../../chunk-HF5FM2V2.js');
6
- require('../../chunk-FK6PN2T3.js');
5
+ var _chunkS5NUDAJRjs = require('../../chunk-S5NUDAJR.js');
6
+ require('../../chunk-QQQD2SIN.js');
7
7
  require('../../chunk-J5SB6L2L.js');
8
8
 
9
9
 
10
10
 
11
- exports.getInternalDependencies = _chunkHF5FM2V2js.getInternalDependencies; exports.r2UploadFile = _chunkHF5FM2V2js.r2UploadFile;
11
+ exports.getInternalDependencies = _chunkS5NUDAJRjs.getInternalDependencies; exports.r2UploadFile = _chunkS5NUDAJRjs.r2UploadFile;
@@ -2,8 +2,8 @@ import "../../chunk-7Z5PILRU.mjs";
2
2
  import {
3
3
  getInternalDependencies,
4
4
  r2UploadFile
5
- } from "../../chunk-LEXIFHU6.mjs";
6
- import "../../chunk-M4FHQYTZ.mjs";
5
+ } from "../../chunk-PHH7TIFK.mjs";
6
+ import "../../chunk-YBYGEO5L.mjs";
7
7
  import "../../chunk-3HMZSKJD.mjs";
8
8
  export {
9
9
  getInternalDependencies,
@@ -1,10 +1,10 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
2
 
3
3
 
4
- var _chunkHF5FM2V2js = require('../../chunk-HF5FM2V2.js');
5
- require('../../chunk-FK6PN2T3.js');
4
+ var _chunkS5NUDAJRjs = require('../../chunk-S5NUDAJR.js');
5
+ require('../../chunk-QQQD2SIN.js');
6
6
  require('../../chunk-J5SB6L2L.js');
7
7
 
8
8
 
9
9
 
10
- exports.getInternalDependencies = _chunkHF5FM2V2js.getInternalDependencies; exports.r2UploadFile = _chunkHF5FM2V2js.r2UploadFile;
10
+ exports.getInternalDependencies = _chunkS5NUDAJRjs.getInternalDependencies; exports.r2UploadFile = _chunkS5NUDAJRjs.r2UploadFile;
@@ -1,8 +1,8 @@
1
1
  import {
2
2
  getInternalDependencies,
3
3
  r2UploadFile
4
- } from "../../chunk-LEXIFHU6.mjs";
5
- import "../../chunk-M4FHQYTZ.mjs";
4
+ } from "../../chunk-PHH7TIFK.mjs";
5
+ import "../../chunk-YBYGEO5L.mjs";
6
6
  import "../../chunk-3HMZSKJD.mjs";
7
7
  export {
8
8
  getInternalDependencies,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/cloudflare-tools",
3
- "version": "0.55.43",
3
+ "version": "0.55.45",
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",