@storm-software/cloudflare-tools 0.63.48 → 0.63.51

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 +47 -0
  2. package/README.md +1 -1
  3. package/dist/{chunk-IFBO5YTL.mjs → chunk-4EESYLWN.mjs} +3 -3
  4. package/dist/{chunk-NHG6EZHS.js → chunk-57WTY3UY.js} +3 -3
  5. package/dist/{chunk-4BNYLCUN.mjs → chunk-ADVG6LVE.mjs} +1 -1
  6. package/dist/{chunk-MKPMUQLP.js → chunk-AOAXSMD4.js} +118 -118
  7. package/dist/{chunk-YBEYUZYA.mjs → chunk-AZSS2TUS.mjs} +8 -4
  8. package/dist/{chunk-AE2T23TV.mjs → chunk-BRPTGDS4.mjs} +1 -1
  9. package/dist/{chunk-PYRV5ZYJ.js → chunk-DFCU3FEM.js} +2 -2
  10. package/dist/{chunk-Q5D3SQSD.js → chunk-KDRIR55G.js} +10 -6
  11. package/dist/{chunk-FGLRV4K6.mjs → chunk-KRPDGACD.mjs} +4 -4
  12. package/dist/{chunk-DADPPALG.mjs → chunk-OWO7A5PU.mjs} +1 -1
  13. package/dist/{chunk-SNPJFGSK.mjs → chunk-Q5XL7K7Z.mjs} +3 -3
  14. package/dist/{chunk-SRLYXDLP.mjs → chunk-QIXB77P5.mjs} +3 -3
  15. package/dist/{chunk-EGOX3ATY.js → chunk-SKFYFYS4.js} +12 -12
  16. package/dist/{chunk-GQNUZ2XY.js → chunk-UOEUE2GI.js} +44 -44
  17. package/dist/{chunk-YDKLGL5J.mjs → chunk-WHJIOTPA.mjs} +1 -1
  18. package/dist/{chunk-CBV5OIDF.js → chunk-X2ML265T.js} +16 -16
  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 +13 -13
@@ -1,21 +1,21 @@
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
3
 
4
- var _chunkNHG6EZHSjs = require('./chunk-NHG6EZHS.js');
4
+ var _chunk57WTY3UYjs = require('./chunk-57WTY3UY.js');
5
5
 
6
6
 
7
7
 
8
8
  var _chunkNU34IEWNjs = require('./chunk-NU34IEWN.js');
9
9
 
10
10
 
11
- var _chunkGQNUZ2XYjs = require('./chunk-GQNUZ2XY.js');
11
+ var _chunkUOEUE2GIjs = require('./chunk-UOEUE2GI.js');
12
12
 
13
13
 
14
14
 
15
15
 
16
16
 
17
17
 
18
- var _chunkQ5D3SQSDjs = require('./chunk-Q5D3SQSD.js');
18
+ var _chunkKDRIR55Gjs = require('./chunk-KDRIR55G.js');
19
19
 
20
20
  // src/executors/r2-upload-publish/executor.ts
21
21
  var _clients3 = require('@aws-sdk/client-s3');
@@ -39,8 +39,8 @@ async function runExecutor(options, context) {
39
39
  throw new Error("The executor requires projectsConfigurations.");
40
40
  }
41
41
  try {
42
- const workspaceRoot = _chunkQ5D3SQSDjs.findWorkspaceRoot.call(void 0, );
43
- const config = await _chunkGQNUZ2XYjs.getConfig.call(void 0, workspaceRoot);
42
+ const workspaceRoot = _chunkKDRIR55Gjs.findWorkspaceRoot.call(void 0, );
43
+ const config = await _chunkUOEUE2GIjs.getConfig.call(void 0, workspaceRoot);
44
44
  const sourceRoot = _nullishCoalesce(_optionalChain([context, 'access', _7 => _7.projectsConfigurations, 'access', _8 => _8.projects, 'access', _9 => _9[context.projectName], 'optionalAccess', _10 => _10.sourceRoot]), () => ( workspaceRoot));
45
45
  const projectName = _nullishCoalesce(_optionalChain([context, 'access', _11 => _11.projectsConfigurations, 'access', _12 => _12.projects, 'access', _13 => _13[context.projectName], 'optionalAccess', _14 => _14.name]), () => ( context.projectName));
46
46
  const projectDetails = _chunkNU34IEWNjs.getPackageInfo.call(void 0,
@@ -79,7 +79,7 @@ async function runExecutor(options, context) {
79
79
  "The executor failed because the project graph is not available. Please run the build command again."
80
80
  );
81
81
  }
82
- _chunkQ5D3SQSDjs.writeInfo.call(void 0,
82
+ _chunkKDRIR55Gjs.writeInfo.call(void 0,
83
83
  `Publishing ${context.projectName} to the Storm Registry at ${endpoint}`
84
84
  );
85
85
  const s3Client = new (0, _clients3.S3)({
@@ -91,12 +91,12 @@ async function runExecutor(options, context) {
91
91
  }
92
92
  });
93
93
  const version = _optionalChain([projectDetails, 'access', _18 => _18.content, 'optionalAccess', _19 => _19.version]);
94
- _chunkQ5D3SQSDjs.writeInfo.call(void 0, `Generated component version: ${version}`);
94
+ _chunkKDRIR55Gjs.writeInfo.call(void 0, `Generated component version: ${version}`);
95
95
  const files = await _glob.glob.call(void 0, _devkit.joinPathFragments.call(void 0, sourceRoot, "**/*"), {
96
96
  ignore: "**/{*.stories.tsx,*.stories.ts,*.spec.tsx,*.spec.ts}"
97
97
  });
98
98
  const projectPath = `registry/${context.projectName}`;
99
- const internalDependencies = await _chunkNHG6EZHSjs.getInternalDependencies.call(void 0,
99
+ const internalDependencies = await _chunk57WTY3UYjs.getInternalDependencies.call(void 0,
100
100
  context.projectName,
101
101
  projectGraph
102
102
  );
@@ -109,14 +109,14 @@ async function runExecutor(options, context) {
109
109
  return ret;
110
110
  }, _nullishCoalesce(projectDetails.content.dependencies, () => ( {})));
111
111
  const release = _nullishCoalesce(options.tag, () => ( _child_process.execSync.call(void 0, "npm config get tag").toString().trim()));
112
- _chunkQ5D3SQSDjs.writeInfo.call(void 0, `Clearing out existing items in ${projectPath}`);
112
+ _chunkKDRIR55Gjs.writeInfo.call(void 0, `Clearing out existing items in ${projectPath}`);
113
113
  if (!isDryRun) {
114
114
  const response = await s3Client.listObjects({
115
115
  Bucket: options.bucketId,
116
116
  Prefix: projectPath
117
117
  });
118
118
  if (_optionalChain([response, 'optionalAccess', _20 => _20.Contents]) && response.Contents.length > 0) {
119
- _chunkQ5D3SQSDjs.writeDebug.call(void 0,
119
+ _chunkKDRIR55Gjs.writeDebug.call(void 0,
120
120
  `Deleting the following existing items from the component registry: ${response.Contents.map((item) => item.Key).join(", ")}`
121
121
  );
122
122
  await Promise.all(
@@ -135,12 +135,12 @@ async function runExecutor(options, context) {
135
135
  )
136
136
  );
137
137
  } else {
138
- _chunkQ5D3SQSDjs.writeDebug.call(void 0,
138
+ _chunkKDRIR55Gjs.writeDebug.call(void 0,
139
139
  `No existing items to delete in the component registry path ${projectPath}`
140
140
  );
141
141
  }
142
142
  } else {
143
- _chunkQ5D3SQSDjs.writeWarning.call(void 0, "[Dry run]: skipping upload to the Cyclone Registry.");
143
+ _chunkKDRIR55Gjs.writeWarning.call(void 0, "[Dry run]: skipping upload to the Cyclone Registry.");
144
144
  }
145
145
  const meta = {
146
146
  name: context.projectName,
@@ -158,9 +158,9 @@ async function runExecutor(options, context) {
158
158
  meta.devDependencies = projectDetails.content.devDependencies;
159
159
  }
160
160
  const metaJson = JSON.stringify(meta);
161
- _chunkQ5D3SQSDjs.writeInfo.call(void 0, `Generating meta.json file:
161
+ _chunkKDRIR55Gjs.writeInfo.call(void 0, `Generating meta.json file:
162
162
  ${metaJson}`);
163
- await _chunkNHG6EZHSjs.r2UploadFile.call(void 0,
163
+ await _chunk57WTY3UYjs.r2UploadFile.call(void 0,
164
164
  s3Client,
165
165
  options.bucketId,
166
166
  projectPath,
@@ -174,7 +174,7 @@ ${metaJson}`);
174
174
  files.map((file) => {
175
175
  const fileName = file.replaceAll("\\", "/").replace(sourceRoot.replaceAll("\\", "/"), "");
176
176
  return _promises.readFile.call(void 0, file, { encoding: "utf8" }).then(
177
- (fileContent) => _chunkNHG6EZHSjs.r2UploadFile.call(void 0,
177
+ (fileContent) => _chunk57WTY3UYjs.r2UploadFile.call(void 0,
178
178
  s3Client,
179
179
  options.bucketId,
180
180
  projectPath,
@@ -187,7 +187,7 @@ ${metaJson}`);
187
187
  );
188
188
  })
189
189
  );
190
- _chunkQ5D3SQSDjs.writeSuccess.call(void 0,
190
+ _chunkKDRIR55Gjs.writeSuccess.call(void 0,
191
191
  `Successfully uploaded the ${projectName} component to the Cyclone Registry`,
192
192
  config
193
193
  );
package/dist/executors.js CHANGED
@@ -1,9 +1,9 @@
1
1
  "use strict";require('./chunk-XO66D74Z.js');
2
2
  require('./chunk-IRORGRVZ.js');
3
- require('./chunk-MKPMUQLP.js');
4
- require('./chunk-CBV5OIDF.js');
5
- require('./chunk-NHG6EZHS.js');
3
+ require('./chunk-AOAXSMD4.js');
4
+ require('./chunk-X2ML265T.js');
5
+ require('./chunk-57WTY3UY.js');
6
6
  require('./chunk-NU34IEWN.js');
7
- require('./chunk-GQNUZ2XY.js');
8
- require('./chunk-Q5D3SQSD.js');
7
+ require('./chunk-UOEUE2GI.js');
8
+ require('./chunk-KDRIR55G.js');
9
9
  require('./chunk-MCKGQKYU.js');
@@ -1,9 +1,9 @@
1
1
  import "./chunk-YSCEY447.mjs";
2
- import "./chunk-YDKLGL5J.mjs";
3
- import "./chunk-IFBO5YTL.mjs";
4
- import "./chunk-SNPJFGSK.mjs";
5
- import "./chunk-AE2T23TV.mjs";
2
+ import "./chunk-WHJIOTPA.mjs";
3
+ import "./chunk-4EESYLWN.mjs";
4
+ import "./chunk-Q5XL7K7Z.mjs";
5
+ import "./chunk-BRPTGDS4.mjs";
6
6
  import "./chunk-PH3DHY4Q.mjs";
7
- import "./chunk-4BNYLCUN.mjs";
8
- import "./chunk-YBEYUZYA.mjs";
9
- import "./chunk-DADPPALG.mjs";
7
+ import "./chunk-ADVG6LVE.mjs";
8
+ import "./chunk-AZSS2TUS.mjs";
9
+ import "./chunk-OWO7A5PU.mjs";
@@ -2,17 +2,17 @@
2
2
 
3
3
 
4
4
 
5
- var _chunkEGOX3ATYjs = require('./chunk-EGOX3ATY.js');
5
+ var _chunkSKFYFYS4js = require('./chunk-SKFYFYS4.js');
6
6
 
7
7
 
8
8
 
9
- var _chunkPYRV5ZYJjs = require('./chunk-PYRV5ZYJ.js');
10
- require('./chunk-GQNUZ2XY.js');
11
- require('./chunk-Q5D3SQSD.js');
9
+ var _chunkDFCU3FEMjs = require('./chunk-DFCU3FEM.js');
10
+ require('./chunk-UOEUE2GI.js');
11
+ require('./chunk-KDRIR55G.js');
12
12
  require('./chunk-MCKGQKYU.js');
13
13
 
14
14
 
15
15
 
16
16
 
17
17
 
18
- exports.applicationGenerator = _chunkEGOX3ATYjs.applicationGenerator; exports.applicationSchematic = _chunkEGOX3ATYjs.applicationSchematic; exports.initGenerator = _chunkPYRV5ZYJjs.initGenerator; exports.initSchematic = _chunkPYRV5ZYJjs.initSchematic;
18
+ exports.applicationGenerator = _chunkSKFYFYS4js.applicationGenerator; exports.applicationSchematic = _chunkSKFYFYS4js.applicationSchematic; exports.initGenerator = _chunkDFCU3FEMjs.initGenerator; exports.initSchematic = _chunkDFCU3FEMjs.initSchematic;
@@ -2,14 +2,14 @@ import "./chunk-3J7KBHMJ.mjs";
2
2
  import {
3
3
  applicationGenerator,
4
4
  applicationSchematic
5
- } from "./chunk-FGLRV4K6.mjs";
5
+ } from "./chunk-KRPDGACD.mjs";
6
6
  import {
7
7
  initGenerator,
8
8
  initSchematic
9
- } from "./chunk-SRLYXDLP.mjs";
10
- import "./chunk-4BNYLCUN.mjs";
11
- import "./chunk-YBEYUZYA.mjs";
12
- import "./chunk-DADPPALG.mjs";
9
+ } from "./chunk-QIXB77P5.mjs";
10
+ import "./chunk-ADVG6LVE.mjs";
11
+ import "./chunk-AZSS2TUS.mjs";
12
+ import "./chunk-OWO7A5PU.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 _chunkEGOX3ATYjs = require('./chunk-EGOX3ATY.js');
6
+ var _chunkSKFYFYS4js = require('./chunk-SKFYFYS4.js');
7
7
 
8
8
 
9
9
 
10
- var _chunkPYRV5ZYJjs = require('./chunk-PYRV5ZYJ.js');
10
+ var _chunkDFCU3FEMjs = require('./chunk-DFCU3FEM.js');
11
11
  require('./chunk-CVGPWUNP.js');
12
12
  require('./chunk-IRORGRVZ.js');
13
- require('./chunk-MKPMUQLP.js');
14
- require('./chunk-CBV5OIDF.js');
13
+ require('./chunk-AOAXSMD4.js');
14
+ require('./chunk-X2ML265T.js');
15
15
 
16
16
 
17
17
 
18
- var _chunkNHG6EZHSjs = require('./chunk-NHG6EZHS.js');
18
+ var _chunk57WTY3UYjs = require('./chunk-57WTY3UY.js');
19
19
 
20
20
 
21
21
 
22
22
  var _chunkNU34IEWNjs = require('./chunk-NU34IEWN.js');
23
- require('./chunk-GQNUZ2XY.js');
24
- require('./chunk-Q5D3SQSD.js');
23
+ require('./chunk-UOEUE2GI.js');
24
+ require('./chunk-KDRIR55G.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 = _chunkEGOX3ATYjs.applicationGenerator; exports.applicationSchematic = _chunkEGOX3ATYjs.applicationSchematic; exports.createNodesV2 = createNodesV2; exports.getInternalDependencies = _chunkNHG6EZHSjs.getInternalDependencies; exports.initGenerator = _chunkPYRV5ZYJjs.initGenerator; exports.initSchematic = _chunkPYRV5ZYJjs.initSchematic; exports.name = name; exports.r2UploadFile = _chunkNHG6EZHSjs.r2UploadFile;
165
+ exports.applicationGenerator = _chunkSKFYFYS4js.applicationGenerator; exports.applicationSchematic = _chunkSKFYFYS4js.applicationSchematic; exports.createNodesV2 = createNodesV2; exports.getInternalDependencies = _chunk57WTY3UYjs.getInternalDependencies; exports.initGenerator = _chunkDFCU3FEMjs.initGenerator; exports.initSchematic = _chunkDFCU3FEMjs.initSchematic; exports.name = name; exports.r2UploadFile = _chunk57WTY3UYjs.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-FGLRV4K6.mjs";
6
+ } from "./chunk-KRPDGACD.mjs";
7
7
  import {
8
8
  initGenerator,
9
9
  initSchematic
10
- } from "./chunk-SRLYXDLP.mjs";
10
+ } from "./chunk-QIXB77P5.mjs";
11
11
  import "./chunk-7Z5PILRU.mjs";
12
- import "./chunk-YDKLGL5J.mjs";
13
- import "./chunk-IFBO5YTL.mjs";
14
- import "./chunk-SNPJFGSK.mjs";
12
+ import "./chunk-WHJIOTPA.mjs";
13
+ import "./chunk-4EESYLWN.mjs";
14
+ import "./chunk-Q5XL7K7Z.mjs";
15
15
  import {
16
16
  getInternalDependencies,
17
17
  r2UploadFile
18
- } from "./chunk-AE2T23TV.mjs";
18
+ } from "./chunk-BRPTGDS4.mjs";
19
19
  import {
20
20
  ProjectTagConstants,
21
21
  addProjectTag
22
22
  } from "./chunk-PH3DHY4Q.mjs";
23
- import "./chunk-4BNYLCUN.mjs";
24
- import "./chunk-YBEYUZYA.mjs";
25
- import "./chunk-DADPPALG.mjs";
23
+ import "./chunk-ADVG6LVE.mjs";
24
+ import "./chunk-AZSS2TUS.mjs";
25
+ import "./chunk-OWO7A5PU.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 _chunkIRORGRVZjs = require('../../../chunk-IRORGRVZ.js');
4
- require('../../../chunk-MKPMUQLP.js');
4
+ require('../../../chunk-AOAXSMD4.js');
5
5
  require('../../../chunk-NU34IEWN.js');
6
- require('../../../chunk-GQNUZ2XY.js');
7
- require('../../../chunk-Q5D3SQSD.js');
6
+ require('../../../chunk-UOEUE2GI.js');
7
+ require('../../../chunk-KDRIR55G.js');
8
8
  require('../../../chunk-MCKGQKYU.js');
9
9
 
10
10
 
@@ -1,11 +1,11 @@
1
1
  import {
2
2
  runExecutor
3
- } from "../../../chunk-YDKLGL5J.mjs";
4
- import "../../../chunk-IFBO5YTL.mjs";
3
+ } from "../../../chunk-WHJIOTPA.mjs";
4
+ import "../../../chunk-4EESYLWN.mjs";
5
5
  import "../../../chunk-PH3DHY4Q.mjs";
6
- import "../../../chunk-4BNYLCUN.mjs";
7
- import "../../../chunk-YBEYUZYA.mjs";
8
- import "../../../chunk-DADPPALG.mjs";
6
+ import "../../../chunk-ADVG6LVE.mjs";
7
+ import "../../../chunk-AZSS2TUS.mjs";
8
+ import "../../../chunk-OWO7A5PU.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 _chunkCBV5OIDFjs = require('../../../chunk-CBV5OIDF.js');
4
- require('../../../chunk-NHG6EZHS.js');
3
+ var _chunkX2ML265Tjs = require('../../../chunk-X2ML265T.js');
4
+ require('../../../chunk-57WTY3UY.js');
5
5
  require('../../../chunk-NU34IEWN.js');
6
- require('../../../chunk-GQNUZ2XY.js');
7
- require('../../../chunk-Q5D3SQSD.js');
6
+ require('../../../chunk-UOEUE2GI.js');
7
+ require('../../../chunk-KDRIR55G.js');
8
8
  require('../../../chunk-MCKGQKYU.js');
9
9
 
10
10
 
11
- exports.default = _chunkCBV5OIDFjs.runExecutor;
11
+ exports.default = _chunkX2ML265Tjs.runExecutor;
@@ -1,11 +1,11 @@
1
1
  import {
2
2
  runExecutor
3
- } from "../../../chunk-SNPJFGSK.mjs";
4
- import "../../../chunk-AE2T23TV.mjs";
3
+ } from "../../../chunk-Q5XL7K7Z.mjs";
4
+ import "../../../chunk-BRPTGDS4.mjs";
5
5
  import "../../../chunk-PH3DHY4Q.mjs";
6
- import "../../../chunk-4BNYLCUN.mjs";
7
- import "../../../chunk-YBEYUZYA.mjs";
8
- import "../../../chunk-DADPPALG.mjs";
6
+ import "../../../chunk-ADVG6LVE.mjs";
7
+ import "../../../chunk-AZSS2TUS.mjs";
8
+ import "../../../chunk-OWO7A5PU.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 _chunkMKPMUQLPjs = require('../../../chunk-MKPMUQLP.js');
3
+ var _chunkAOAXSMD4js = require('../../../chunk-AOAXSMD4.js');
4
4
 
5
5
 
6
6
  var _chunkNU34IEWNjs = require('../../../chunk-NU34IEWN.js');
7
- require('../../../chunk-GQNUZ2XY.js');
8
- require('../../../chunk-Q5D3SQSD.js');
7
+ require('../../../chunk-UOEUE2GI.js');
8
+ require('../../../chunk-KDRIR55G.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 = _chunkMKPMUQLPjs.withRunExecutor.call(void 0,
58
+ var executor_default = _chunkAOAXSMD4js.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-IFBO5YTL.mjs";
3
+ } from "../../../chunk-4EESYLWN.mjs";
4
4
  import {
5
5
  createCliOptions
6
6
  } from "../../../chunk-PH3DHY4Q.mjs";
7
- import "../../../chunk-4BNYLCUN.mjs";
8
- import "../../../chunk-YBEYUZYA.mjs";
7
+ import "../../../chunk-ADVG6LVE.mjs";
8
+ import "../../../chunk-AZSS2TUS.mjs";
9
9
  import {
10
10
  __require
11
- } from "../../../chunk-DADPPALG.mjs";
11
+ } from "../../../chunk-OWO7A5PU.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 _chunkPYRV5ZYJjs = require('../../../chunk-PYRV5ZYJ.js');
5
+ var _chunkDFCU3FEMjs = require('../../../chunk-DFCU3FEM.js');
6
6
  require('../../../chunk-MCKGQKYU.js');
7
7
 
8
8
 
9
9
 
10
10
 
11
- exports.default = _chunkPYRV5ZYJjs.generator_default; exports.initGenerator = _chunkPYRV5ZYJjs.initGenerator; exports.initSchematic = _chunkPYRV5ZYJjs.initSchematic;
11
+ exports.default = _chunkDFCU3FEMjs.generator_default; exports.initGenerator = _chunkDFCU3FEMjs.initGenerator; exports.initSchematic = _chunkDFCU3FEMjs.initSchematic;
@@ -2,8 +2,8 @@ import {
2
2
  generator_default,
3
3
  initGenerator,
4
4
  initSchematic
5
- } from "../../../chunk-SRLYXDLP.mjs";
6
- import "../../../chunk-DADPPALG.mjs";
5
+ } from "../../../chunk-QIXB77P5.mjs";
6
+ import "../../../chunk-OWO7A5PU.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 _chunkEGOX3ATYjs = require('../../../chunk-EGOX3ATY.js');
6
- require('../../../chunk-PYRV5ZYJ.js');
7
- require('../../../chunk-GQNUZ2XY.js');
8
- require('../../../chunk-Q5D3SQSD.js');
5
+ var _chunkSKFYFYS4js = require('../../../chunk-SKFYFYS4.js');
6
+ require('../../../chunk-DFCU3FEM.js');
7
+ require('../../../chunk-UOEUE2GI.js');
8
+ require('../../../chunk-KDRIR55G.js');
9
9
  require('../../../chunk-MCKGQKYU.js');
10
10
 
11
11
 
12
12
 
13
13
 
14
- exports.applicationGenerator = _chunkEGOX3ATYjs.applicationGenerator; exports.applicationSchematic = _chunkEGOX3ATYjs.applicationSchematic; exports.default = _chunkEGOX3ATYjs.generator_default;
14
+ exports.applicationGenerator = _chunkSKFYFYS4js.applicationGenerator; exports.applicationSchematic = _chunkSKFYFYS4js.applicationSchematic; exports.default = _chunkSKFYFYS4js.generator_default;
@@ -2,11 +2,11 @@ import {
2
2
  applicationGenerator,
3
3
  applicationSchematic,
4
4
  generator_default
5
- } from "../../../chunk-FGLRV4K6.mjs";
6
- import "../../../chunk-SRLYXDLP.mjs";
7
- import "../../../chunk-4BNYLCUN.mjs";
8
- import "../../../chunk-YBEYUZYA.mjs";
9
- import "../../../chunk-DADPPALG.mjs";
5
+ } from "../../../chunk-KRPDGACD.mjs";
6
+ import "../../../chunk-QIXB77P5.mjs";
7
+ import "../../../chunk-ADVG6LVE.mjs";
8
+ import "../../../chunk-AZSS2TUS.mjs";
9
+ import "../../../chunk-OWO7A5PU.mjs";
10
10
  export {
11
11
  applicationGenerator,
12
12
  applicationSchematic,
@@ -2,10 +2,10 @@
2
2
 
3
3
 
4
4
 
5
- var _chunkNHG6EZHSjs = require('../../chunk-NHG6EZHS.js');
6
- require('../../chunk-Q5D3SQSD.js');
5
+ var _chunk57WTY3UYjs = require('../../chunk-57WTY3UY.js');
6
+ require('../../chunk-KDRIR55G.js');
7
7
  require('../../chunk-MCKGQKYU.js');
8
8
 
9
9
 
10
10
 
11
- exports.getInternalDependencies = _chunkNHG6EZHSjs.getInternalDependencies; exports.r2UploadFile = _chunkNHG6EZHSjs.r2UploadFile;
11
+ exports.getInternalDependencies = _chunk57WTY3UYjs.getInternalDependencies; exports.r2UploadFile = _chunk57WTY3UYjs.r2UploadFile;
@@ -2,9 +2,9 @@ import "../../chunk-7Z5PILRU.mjs";
2
2
  import {
3
3
  getInternalDependencies,
4
4
  r2UploadFile
5
- } from "../../chunk-AE2T23TV.mjs";
6
- import "../../chunk-YBEYUZYA.mjs";
7
- import "../../chunk-DADPPALG.mjs";
5
+ } from "../../chunk-BRPTGDS4.mjs";
6
+ import "../../chunk-AZSS2TUS.mjs";
7
+ import "../../chunk-OWO7A5PU.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 _chunkNHG6EZHSjs = require('../../chunk-NHG6EZHS.js');
5
- require('../../chunk-Q5D3SQSD.js');
4
+ var _chunk57WTY3UYjs = require('../../chunk-57WTY3UY.js');
5
+ require('../../chunk-KDRIR55G.js');
6
6
  require('../../chunk-MCKGQKYU.js');
7
7
 
8
8
 
9
9
 
10
- exports.getInternalDependencies = _chunkNHG6EZHSjs.getInternalDependencies; exports.r2UploadFile = _chunkNHG6EZHSjs.r2UploadFile;
10
+ exports.getInternalDependencies = _chunk57WTY3UYjs.getInternalDependencies; exports.r2UploadFile = _chunk57WTY3UYjs.r2UploadFile;
@@ -1,9 +1,9 @@
1
1
  import {
2
2
  getInternalDependencies,
3
3
  r2UploadFile
4
- } from "../../chunk-AE2T23TV.mjs";
5
- import "../../chunk-YBEYUZYA.mjs";
6
- import "../../chunk-DADPPALG.mjs";
4
+ } from "../../chunk-BRPTGDS4.mjs";
5
+ import "../../chunk-AZSS2TUS.mjs";
6
+ import "../../chunk-OWO7A5PU.mjs";
7
7
  export {
8
8
  getInternalDependencies,
9
9
  r2UploadFile
@@ -1,4 +1,4 @@
1
- import "./chunk-DADPPALG.mjs";
1
+ import "./chunk-OWO7A5PU.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.63.48",
3
+ "version": "0.63.51",
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",
@@ -113,14 +113,14 @@
113
113
  "sullivanpj"
114
114
  ],
115
115
  "peerDependencies": {
116
- "@nx/devkit": "21.0.3",
117
- "@nx/js": "21.0.3",
118
- "@nx/node": "21.0.3",
119
- "@nx/web": "21.0.3",
116
+ "@nx/devkit": "^21.3.10",
117
+ "@nx/js": "^21.3.10",
118
+ "@nx/node": "^21.3.10",
119
+ "@nx/web": "^21.3.10",
120
120
  "@storm-software/config": "1.113.5",
121
121
  "@storm-software/config-tools": "1.163.5",
122
122
  "@storm-software/workspace-tools": "1.267.0",
123
- "nx": "21.0.3",
123
+ "nx": "^21.3.10",
124
124
  "tsup": "8.4.0",
125
125
  "wrangler": ">=3.58.0"
126
126
  },
@@ -134,17 +134,17 @@
134
134
  },
135
135
  "dependencies": { "@aws-sdk/client-s3": "3.47.0", "glob": "^11.0.1" },
136
136
  "devDependencies": {
137
- "@nx/devkit": "21.0.3",
138
- "@nx/node": "21.0.3",
139
- "@nx/web": "21.0.3",
140
- "@nx/webpack": "21.0.3",
141
- "nx": "21.0.3",
137
+ "@nx/devkit": "^21.3.10",
138
+ "@nx/node": "^21.3.10",
139
+ "@nx/web": "^21.3.10",
140
+ "@nx/webpack": "^21.3.10",
141
+ "nx": "^21.3.10",
142
142
  "tsup": "8.4.0",
143
143
  "untyped": "^1.5.2",
144
- "wrangler": "^4.24.3"
144
+ "wrangler": "^4.27.0"
145
145
  },
146
146
  "publishConfig": { "access": "public" },
147
147
  "executors": "./executors.json",
148
148
  "generators": "./generators.json",
149
- "gitHead": "9ea2d39bba2e80aceb5dde576b5568de39a86ac9"
149
+ "gitHead": "cc140afa49466e39f555922878718b7cb860d73b"
150
150
  }