@storm-software/cloudflare-tools 0.69.9 → 0.69.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (33) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/README.md +2 -1
  3. package/dist/{chunk-ESCAEH5S.js → chunk-555ZY77S.js} +1 -1
  4. package/dist/{chunk-XTLKKAUD.mjs → chunk-6YI6SWWG.mjs} +1 -1
  5. package/dist/{chunk-JPKUU56U.mjs → chunk-AI5BQ75L.mjs} +1 -1
  6. package/dist/{chunk-ACJLPNZQ.js → chunk-AMJC7IYY.js} +1 -1
  7. package/dist/{chunk-MAOGR4ZA.mjs → chunk-COOQTBNS.mjs} +5 -5
  8. package/dist/{chunk-KAC75BBW.js → chunk-DQ66YFHA.js} +5 -5
  9. package/dist/{chunk-MUN3IQVG.mjs → chunk-IZAQYSTM.mjs} +4 -4
  10. package/dist/{chunk-ENJZEWWP.mjs → chunk-JCYMUZDM.mjs} +1 -1
  11. package/dist/{chunk-3SANBYBY.js → chunk-Q4LQ5PPN.js} +62 -62
  12. package/dist/{chunk-I3T42HZ4.js → chunk-REED5G6R.js} +5 -5
  13. package/dist/executors.js +4 -4
  14. package/dist/executors.mjs +4 -4
  15. package/dist/generators.js +5 -5
  16. package/dist/generators.mjs +4 -4
  17. package/dist/index.js +12 -12
  18. package/dist/index.mjs +15 -15
  19. package/dist/src/executors/cloudflare-publish/executor.js +2 -2
  20. package/dist/src/executors/cloudflare-publish/executor.mjs +2 -2
  21. package/dist/src/executors/r2-upload-publish/executor.js +4 -4
  22. package/dist/src/executors/r2-upload-publish/executor.mjs +3 -3
  23. package/dist/src/executors/serve/executor.js +3 -3
  24. package/dist/src/executors/serve/executor.mjs +2 -2
  25. package/dist/src/generators/init/generator.js +2 -2
  26. package/dist/src/generators/init/generator.mjs +1 -1
  27. package/dist/src/generators/worker/generator.js +4 -4
  28. package/dist/src/generators/worker/generator.mjs +3 -3
  29. package/package.json +2 -2
  30. package/dist/chunk-AV3F7R3S.js +0 -262
  31. package/dist/chunk-IQCKAFLI.mjs +0 -265
  32. package/dist/chunk-N5B4PUK6.mjs +0 -209
  33. package/dist/chunk-WNKYNP5G.js +0 -209
@@ -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 _chunkESCAEH5Sjs = require('./chunk-ESCAEH5S.js');
3
+ var _chunk555ZY77Sjs = require('./chunk-555ZY77S.js');
4
4
 
5
5
 
6
6
 
7
- var _chunkACJLPNZQjs = require('./chunk-ACJLPNZQ.js');
7
+ var _chunkAMJC7IYYjs = require('./chunk-AMJC7IYY.js');
8
8
 
9
9
 
10
10
 
@@ -51,13 +51,13 @@ async function applicationGenerator(tree, schema) {
51
51
  _chunk2CDSXWFAjs.writeInfo.call(void 0, `\u26A1 Running the Storm Worker generator...
52
52
 
53
53
  `, config);
54
- const workspaceRoot = _chunkACJLPNZQjs.findWorkspaceRoot.call(void 0, );
54
+ const workspaceRoot = _chunkAMJC7IYYjs.findWorkspaceRoot.call(void 0, );
55
55
  _chunk2CDSXWFAjs.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 _chunkACJLPNZQjs.getConfig.call(void 0, workspaceRoot);
60
+ config = await _chunkAMJC7IYYjs.getConfig.call(void 0, workspaceRoot);
61
61
  _chunk2CDSXWFAjs.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")}`,
@@ -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 _chunkESCAEH5Sjs.generator_default.call(void 0, tree, {
69
+ await _chunk555ZY77Sjs.generator_default.call(void 0, tree, {
70
70
  ...options,
71
71
  skipFormat: true
72
72
  })
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-KAC75BBW.js');
4
- require('./chunk-3SANBYBY.js');
5
- require('./chunk-NU34IEWN.js');
3
+ require('./chunk-Q4LQ5PPN.js');
4
+ require('./chunk-DQ66YFHA.js');
6
5
  require('./chunk-NCQM44P3.js');
7
- require('./chunk-ACJLPNZQ.js');
6
+ require('./chunk-NU34IEWN.js');
7
+ require('./chunk-AMJC7IYY.js');
8
8
  require('./chunk-2CDSXWFA.js');
9
9
  require('./chunk-MCKGQKYU.js');
@@ -1,9 +1,9 @@
1
1
  import "./chunk-YSCEY447.mjs";
2
2
  import "./chunk-NTAV5AUH.mjs";
3
- import "./chunk-MAOGR4ZA.mjs";
4
- import "./chunk-ENJZEWWP.mjs";
5
- import "./chunk-PH3DHY4Q.mjs";
3
+ import "./chunk-JCYMUZDM.mjs";
4
+ import "./chunk-COOQTBNS.mjs";
6
5
  import "./chunk-IANDAPQS.mjs";
7
- import "./chunk-XTLKKAUD.mjs";
6
+ import "./chunk-PH3DHY4Q.mjs";
7
+ import "./chunk-6YI6SWWG.mjs";
8
8
  import "./chunk-V44DYGWX.mjs";
9
9
  import "./chunk-ZKRNXBH6.mjs";
@@ -2,17 +2,17 @@
2
2
 
3
3
 
4
4
 
5
- var _chunkAV3F7R3Sjs = require('./chunk-AV3F7R3S.js');
6
- require('./chunk-ACJLPNZQ.js');
7
- require('./chunk-2CDSXWFA.js');
5
+ var _chunkREED5G6Rjs = require('./chunk-REED5G6R.js');
8
6
 
9
7
 
10
8
 
11
- var _chunkESCAEH5Sjs = require('./chunk-ESCAEH5S.js');
9
+ var _chunk555ZY77Sjs = require('./chunk-555ZY77S.js');
10
+ require('./chunk-AMJC7IYY.js');
11
+ require('./chunk-2CDSXWFA.js');
12
12
  require('./chunk-MCKGQKYU.js');
13
13
 
14
14
 
15
15
 
16
16
 
17
17
 
18
- exports.applicationGenerator = _chunkAV3F7R3Sjs.applicationGenerator; exports.applicationSchematic = _chunkAV3F7R3Sjs.applicationSchematic; exports.initGenerator = _chunkESCAEH5Sjs.initGenerator; exports.initSchematic = _chunkESCAEH5Sjs.initSchematic;
18
+ exports.applicationGenerator = _chunkREED5G6Rjs.applicationGenerator; exports.applicationSchematic = _chunkREED5G6Rjs.applicationSchematic; exports.initGenerator = _chunk555ZY77Sjs.initGenerator; exports.initSchematic = _chunk555ZY77Sjs.initSchematic;
@@ -2,13 +2,13 @@ import "./chunk-3J7KBHMJ.mjs";
2
2
  import {
3
3
  applicationGenerator,
4
4
  applicationSchematic
5
- } from "./chunk-MUN3IQVG.mjs";
6
- import "./chunk-XTLKKAUD.mjs";
7
- import "./chunk-V44DYGWX.mjs";
5
+ } from "./chunk-IZAQYSTM.mjs";
8
6
  import {
9
7
  initGenerator,
10
8
  initSchematic
11
- } from "./chunk-JPKUU56U.mjs";
9
+ } from "./chunk-AI5BQ75L.mjs";
10
+ import "./chunk-6YI6SWWG.mjs";
11
+ import "./chunk-V44DYGWX.mjs";
12
12
  import "./chunk-ZKRNXBH6.mjs";
13
13
  export {
14
14
  applicationGenerator,
package/dist/index.js CHANGED
@@ -1,27 +1,27 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }require('./chunk-XO66D74Z.js');
2
- require('./chunk-IRORGRVZ.js');
3
- require('./chunk-KAC75BBW.js');
4
- require('./chunk-3SANBYBY.js');
2
+ require('./chunk-DHBG5ASJ.js');
5
3
 
6
4
 
7
5
 
8
- var _chunkNU34IEWNjs = require('./chunk-NU34IEWN.js');
9
- require('./chunk-DHBG5ASJ.js');
10
- require('./chunk-CVGPWUNP.js');
6
+ var _chunkREED5G6Rjs = require('./chunk-REED5G6R.js');
11
7
 
12
8
 
13
9
 
14
- var _chunkNCQM44P3js = require('./chunk-NCQM44P3.js');
10
+ var _chunk555ZY77Sjs = require('./chunk-555ZY77S.js');
11
+ require('./chunk-CVGPWUNP.js');
12
+ require('./chunk-IRORGRVZ.js');
13
+ require('./chunk-Q4LQ5PPN.js');
14
+ require('./chunk-DQ66YFHA.js');
15
15
 
16
16
 
17
17
 
18
- var _chunkAV3F7R3Sjs = require('./chunk-AV3F7R3S.js');
19
- require('./chunk-ACJLPNZQ.js');
20
- require('./chunk-2CDSXWFA.js');
18
+ var _chunkNCQM44P3js = require('./chunk-NCQM44P3.js');
21
19
 
22
20
 
23
21
 
24
- var _chunkESCAEH5Sjs = require('./chunk-ESCAEH5S.js');
22
+ var _chunkNU34IEWNjs = require('./chunk-NU34IEWN.js');
23
+ require('./chunk-AMJC7IYY.js');
24
+ require('./chunk-2CDSXWFA.js');
25
25
  require('./chunk-MCKGQKYU.js');
26
26
 
27
27
  // src/plugins/index.ts
@@ -163,4 +163,4 @@ function createPackageJson(projectJsonPath, workspaceRoot) {
163
163
 
164
164
 
165
165
 
166
- exports.applicationGenerator = _chunkAV3F7R3Sjs.applicationGenerator; exports.applicationSchematic = _chunkAV3F7R3Sjs.applicationSchematic; exports.createNodesV2 = createNodesV2; exports.getInternalDependencies = _chunkNCQM44P3js.getInternalDependencies; exports.initGenerator = _chunkESCAEH5Sjs.initGenerator; exports.initSchematic = _chunkESCAEH5Sjs.initSchematic; exports.name = name; exports.r2UploadFile = _chunkNCQM44P3js.r2UploadFile;
166
+ exports.applicationGenerator = _chunkREED5G6Rjs.applicationGenerator; exports.applicationSchematic = _chunkREED5G6Rjs.applicationSchematic; exports.createNodesV2 = createNodesV2; exports.getInternalDependencies = _chunkNCQM44P3js.getInternalDependencies; exports.initGenerator = _chunk555ZY77Sjs.initGenerator; exports.initSchematic = _chunk555ZY77Sjs.initSchematic; exports.name = name; exports.r2UploadFile = _chunkNCQM44P3js.r2UploadFile;
package/dist/index.mjs CHANGED
@@ -1,27 +1,27 @@
1
1
  import "./chunk-YSCEY447.mjs";
2
- import "./chunk-NTAV5AUH.mjs";
3
- import "./chunk-MAOGR4ZA.mjs";
4
- import "./chunk-ENJZEWWP.mjs";
5
- import {
6
- ProjectTagConstants,
7
- addProjectTag
8
- } from "./chunk-PH3DHY4Q.mjs";
9
2
  import "./chunk-3J7KBHMJ.mjs";
3
+ import {
4
+ applicationGenerator,
5
+ applicationSchematic
6
+ } from "./chunk-IZAQYSTM.mjs";
7
+ import {
8
+ initGenerator,
9
+ initSchematic
10
+ } from "./chunk-AI5BQ75L.mjs";
10
11
  import "./chunk-7Z5PILRU.mjs";
12
+ import "./chunk-NTAV5AUH.mjs";
13
+ import "./chunk-JCYMUZDM.mjs";
14
+ import "./chunk-COOQTBNS.mjs";
11
15
  import {
12
16
  getInternalDependencies,
13
17
  r2UploadFile
14
18
  } from "./chunk-IANDAPQS.mjs";
15
19
  import {
16
- applicationGenerator,
17
- applicationSchematic
18
- } from "./chunk-MUN3IQVG.mjs";
19
- import "./chunk-XTLKKAUD.mjs";
20
+ ProjectTagConstants,
21
+ addProjectTag
22
+ } from "./chunk-PH3DHY4Q.mjs";
23
+ import "./chunk-6YI6SWWG.mjs";
20
24
  import "./chunk-V44DYGWX.mjs";
21
- import {
22
- initGenerator,
23
- initSchematic
24
- } from "./chunk-JPKUU56U.mjs";
25
25
  import "./chunk-ZKRNXBH6.mjs";
26
26
 
27
27
  // src/plugins/index.ts
@@ -1,9 +1,9 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
2
 
3
3
  var _chunkIRORGRVZjs = require('../../../chunk-IRORGRVZ.js');
4
- require('../../../chunk-3SANBYBY.js');
4
+ require('../../../chunk-Q4LQ5PPN.js');
5
5
  require('../../../chunk-NU34IEWN.js');
6
- require('../../../chunk-ACJLPNZQ.js');
6
+ require('../../../chunk-AMJC7IYY.js');
7
7
  require('../../../chunk-2CDSXWFA.js');
8
8
  require('../../../chunk-MCKGQKYU.js');
9
9
 
@@ -1,9 +1,9 @@
1
1
  import {
2
2
  runExecutor
3
3
  } from "../../../chunk-NTAV5AUH.mjs";
4
- import "../../../chunk-ENJZEWWP.mjs";
4
+ import "../../../chunk-JCYMUZDM.mjs";
5
5
  import "../../../chunk-PH3DHY4Q.mjs";
6
- import "../../../chunk-XTLKKAUD.mjs";
6
+ import "../../../chunk-6YI6SWWG.mjs";
7
7
  import "../../../chunk-V44DYGWX.mjs";
8
8
  import "../../../chunk-ZKRNXBH6.mjs";
9
9
  export {
@@ -1,11 +1,11 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
2
 
3
- var _chunkKAC75BBWjs = require('../../../chunk-KAC75BBW.js');
4
- require('../../../chunk-NU34IEWN.js');
3
+ var _chunkDQ66YFHAjs = require('../../../chunk-DQ66YFHA.js');
5
4
  require('../../../chunk-NCQM44P3.js');
6
- require('../../../chunk-ACJLPNZQ.js');
5
+ require('../../../chunk-NU34IEWN.js');
6
+ require('../../../chunk-AMJC7IYY.js');
7
7
  require('../../../chunk-2CDSXWFA.js');
8
8
  require('../../../chunk-MCKGQKYU.js');
9
9
 
10
10
 
11
- exports.default = _chunkKAC75BBWjs.runExecutor;
11
+ exports.default = _chunkDQ66YFHAjs.runExecutor;
@@ -1,9 +1,9 @@
1
1
  import {
2
2
  runExecutor
3
- } from "../../../chunk-MAOGR4ZA.mjs";
4
- import "../../../chunk-PH3DHY4Q.mjs";
3
+ } from "../../../chunk-COOQTBNS.mjs";
5
4
  import "../../../chunk-IANDAPQS.mjs";
6
- import "../../../chunk-XTLKKAUD.mjs";
5
+ import "../../../chunk-PH3DHY4Q.mjs";
6
+ import "../../../chunk-6YI6SWWG.mjs";
7
7
  import "../../../chunk-V44DYGWX.mjs";
8
8
  import "../../../chunk-ZKRNXBH6.mjs";
9
9
  export {
@@ -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 _chunk3SANBYBYjs = require('../../../chunk-3SANBYBY.js');
3
+ var _chunkQ4LQ5PPNjs = require('../../../chunk-Q4LQ5PPN.js');
4
4
 
5
5
 
6
6
  var _chunkNU34IEWNjs = require('../../../chunk-NU34IEWN.js');
7
- require('../../../chunk-ACJLPNZQ.js');
7
+ require('../../../chunk-AMJC7IYY.js');
8
8
  require('../../../chunk-2CDSXWFA.js');
9
9
 
10
10
 
@@ -55,7 +55,7 @@ async function* serveExecutor(options, context) {
55
55
  success: true
56
56
  };
57
57
  }
58
- var executor_default = _chunk3SANBYBYjs.withRunExecutor.call(void 0,
58
+ var executor_default = _chunkQ4LQ5PPNjs.withRunExecutor.call(void 0,
59
59
  "Cloudflare Serve executor",
60
60
  serveExecutor,
61
61
  {
@@ -1,10 +1,10 @@
1
1
  import {
2
2
  withRunExecutor
3
- } from "../../../chunk-ENJZEWWP.mjs";
3
+ } from "../../../chunk-JCYMUZDM.mjs";
4
4
  import {
5
5
  createCliOptions
6
6
  } from "../../../chunk-PH3DHY4Q.mjs";
7
- import "../../../chunk-XTLKKAUD.mjs";
7
+ import "../../../chunk-6YI6SWWG.mjs";
8
8
  import "../../../chunk-V44DYGWX.mjs";
9
9
  import {
10
10
  __require
@@ -2,10 +2,10 @@
2
2
 
3
3
 
4
4
 
5
- var _chunkESCAEH5Sjs = require('../../../chunk-ESCAEH5S.js');
5
+ var _chunk555ZY77Sjs = require('../../../chunk-555ZY77S.js');
6
6
  require('../../../chunk-MCKGQKYU.js');
7
7
 
8
8
 
9
9
 
10
10
 
11
- exports.default = _chunkESCAEH5Sjs.generator_default; exports.initGenerator = _chunkESCAEH5Sjs.initGenerator; exports.initSchematic = _chunkESCAEH5Sjs.initSchematic;
11
+ exports.default = _chunk555ZY77Sjs.generator_default; exports.initGenerator = _chunk555ZY77Sjs.initGenerator; exports.initSchematic = _chunk555ZY77Sjs.initSchematic;
@@ -2,7 +2,7 @@ import {
2
2
  generator_default,
3
3
  initGenerator,
4
4
  initSchematic
5
- } from "../../../chunk-JPKUU56U.mjs";
5
+ } from "../../../chunk-AI5BQ75L.mjs";
6
6
  import "../../../chunk-ZKRNXBH6.mjs";
7
7
  export {
8
8
  generator_default as default,
@@ -2,13 +2,13 @@
2
2
 
3
3
 
4
4
 
5
- var _chunkAV3F7R3Sjs = require('../../../chunk-AV3F7R3S.js');
6
- require('../../../chunk-ACJLPNZQ.js');
5
+ var _chunkREED5G6Rjs = require('../../../chunk-REED5G6R.js');
6
+ require('../../../chunk-555ZY77S.js');
7
+ require('../../../chunk-AMJC7IYY.js');
7
8
  require('../../../chunk-2CDSXWFA.js');
8
- require('../../../chunk-ESCAEH5S.js');
9
9
  require('../../../chunk-MCKGQKYU.js');
10
10
 
11
11
 
12
12
 
13
13
 
14
- exports.applicationGenerator = _chunkAV3F7R3Sjs.applicationGenerator; exports.applicationSchematic = _chunkAV3F7R3Sjs.applicationSchematic; exports.default = _chunkAV3F7R3Sjs.generator_default;
14
+ exports.applicationGenerator = _chunkREED5G6Rjs.applicationGenerator; exports.applicationSchematic = _chunkREED5G6Rjs.applicationSchematic; exports.default = _chunkREED5G6Rjs.generator_default;
@@ -2,10 +2,10 @@ import {
2
2
  applicationGenerator,
3
3
  applicationSchematic,
4
4
  generator_default
5
- } from "../../../chunk-MUN3IQVG.mjs";
6
- import "../../../chunk-XTLKKAUD.mjs";
5
+ } from "../../../chunk-IZAQYSTM.mjs";
6
+ import "../../../chunk-AI5BQ75L.mjs";
7
+ import "../../../chunk-6YI6SWWG.mjs";
7
8
  import "../../../chunk-V44DYGWX.mjs";
8
- import "../../../chunk-JPKUU56U.mjs";
9
9
  import "../../../chunk-ZKRNXBH6.mjs";
10
10
  export {
11
11
  applicationGenerator,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/cloudflare-tools",
3
- "version": "0.69.9",
3
+ "version": "0.69.10",
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",
@@ -150,5 +150,5 @@
150
150
  "publishConfig": { "access": "public" },
151
151
  "executors": "./executors.json",
152
152
  "generators": "./generators.json",
153
- "gitHead": "98ec25abe75a19e5d92b532a339ac62cda9bc92d"
153
+ "gitHead": "b5501e3dcc4eda6c260f69df5eb55dc3d58ae540"
154
154
  }
@@ -1,262 +0,0 @@
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
-
3
-
4
- var _chunkACJLPNZQjs = require('./chunk-ACJLPNZQ.js');
5
-
6
-
7
-
8
-
9
-
10
-
11
-
12
- var _chunk2CDSXWFAjs = require('./chunk-2CDSXWFA.js');
13
-
14
-
15
- var _chunkESCAEH5Sjs = require('./chunk-ESCAEH5S.js');
16
-
17
- // src/generators/worker/generator.ts
18
-
19
-
20
-
21
-
22
-
23
-
24
-
25
-
26
-
27
-
28
-
29
- var _devkit = require('@nx/devkit');
30
- var _projectnameandrootutils = require('@nx/devkit/src/generators/project-name-and-root-utils');
31
- var _node = require('@nx/node');
32
- var _versions = require('@nx/node/src/utils/versions');
33
- var _path = require('path');
34
-
35
- // src/generators/worker/libs/get-account-id.ts
36
- function getAccountId(accountId) {
37
- return `account_id = "${accountId}"`;
38
- }
39
-
40
- // src/generators/worker/libs/vitest-imports.ts
41
- var vitestImports = `import { describe, expect, it, beforeAll, afterAll } from 'vitest';`;
42
-
43
- // src/generators/worker/libs/vitest-script.ts
44
- var vitestScript = `"test": "vitest run"`;
45
-
46
- // src/generators/worker/generator.ts
47
- async function applicationGenerator(tree, schema) {
48
- const stopwatch = _chunk2CDSXWFAjs.getStopwatch.call(void 0, "Storm Worker generator");
49
- let config;
50
- try {
51
- _chunk2CDSXWFAjs.writeInfo.call(void 0, `\u26A1 Running the Storm Worker generator...
52
-
53
- `, config);
54
- const workspaceRoot = _chunkACJLPNZQjs.findWorkspaceRoot.call(void 0, );
55
- _chunk2CDSXWFAjs.writeDebug.call(void 0,
56
- `Loading the Storm Config from environment variables and storm.json file...
57
- - workspaceRoot: ${workspaceRoot}`,
58
- config
59
- );
60
- config = await _chunkACJLPNZQjs.getConfig.call(void 0, workspaceRoot);
61
- _chunk2CDSXWFAjs.writeTrace.call(void 0,
62
- `Loaded Storm config into env:
63
- ${Object.keys(process.env).map((key) => ` - ${key}=${JSON.stringify(process.env[key])}`).join("\n")}`,
64
- config
65
- );
66
- const options = await normalizeOptions(tree, schema, config);
67
- const tasks = [];
68
- tasks.push(
69
- await _chunkESCAEH5Sjs.generator_default.call(void 0, tree, {
70
- ...options,
71
- skipFormat: true
72
- })
73
- );
74
- tasks.push(
75
- await _node.applicationGenerator.call(void 0, tree, {
76
- ...options,
77
- framework: "none",
78
- skipFormat: true,
79
- unitTestRunner: options.unitTestRunner == "vitest" ? "none" : options.unitTestRunner,
80
- e2eTestRunner: "none",
81
- name: schema.name
82
- })
83
- );
84
- if (options.unitTestRunner === "vitest") {
85
- const { vitestGenerator, createOrEditViteConfig } = _devkit.ensurePackage.call(void 0,
86
- "@nx/vite",
87
- _versions.nxVersion
88
- );
89
- const vitestTask = await vitestGenerator(tree, {
90
- project: options.name,
91
- uiFramework: "none",
92
- coverageProvider: "v8",
93
- skipFormat: true,
94
- testEnvironment: "node"
95
- });
96
- tasks.push(vitestTask);
97
- createOrEditViteConfig(
98
- tree,
99
- {
100
- project: options.name,
101
- includeLib: false,
102
- includeVitest: true,
103
- testEnvironment: "node"
104
- },
105
- true
106
- );
107
- }
108
- addCloudflareFiles(tree, options);
109
- updateTsAppConfig(tree, options);
110
- addTargets(tree, options);
111
- if (options.unitTestRunner === "none") {
112
- removeTestFiles(tree, options);
113
- }
114
- if (!options.skipFormat) {
115
- await _devkit.formatFiles.call(void 0, tree);
116
- }
117
- if (options.template === "hono") {
118
- tasks.push(() => {
119
- const packageJsonPath = _devkit.joinPathFragments.call(void 0,
120
- _nullishCoalesce(options.directory, () => ( "")),
121
- "package.json"
122
- );
123
- if (tree.exists(packageJsonPath)) {
124
- _devkit.updateJson.call(void 0, tree, packageJsonPath, (json) => ({
125
- ...json,
126
- dependencies: {
127
- hono: "4.4.0",
128
- ..._optionalChain([json, 'optionalAccess', _ => _.dependencies])
129
- }
130
- }));
131
- }
132
- });
133
- }
134
- return _devkit.runTasksInSerial.call(void 0, ...tasks);
135
- } catch (error) {
136
- return () => {
137
- _chunk2CDSXWFAjs.writeFatal.call(void 0,
138
- "A fatal error occurred while running the generator - the process was forced to terminate",
139
- config
140
- );
141
- _chunk2CDSXWFAjs.writeError.call(void 0,
142
- `An exception was thrown in the generator's process
143
- - Details: ${error.message}
144
- - Stacktrace: ${error.stack}`,
145
- config
146
- );
147
- };
148
- } finally {
149
- stopwatch();
150
- }
151
- }
152
- function updateTsAppConfig(tree, options) {
153
- _devkit.updateJson.call(void 0, tree, _path.join.call(void 0, options.appProjectRoot, "tsconfig.app.json"), (json) => {
154
- json.compilerOptions = {
155
- ...json.compilerOptions,
156
- esModuleInterop: true,
157
- target: "es2021",
158
- lib: ["es2021"],
159
- module: "es2022",
160
- moduleResolution: "node",
161
- resolveJsonModule: true,
162
- allowJs: true,
163
- checkJs: false,
164
- noEmit: true,
165
- isolatedModules: true,
166
- allowSyntheticDefaultImports: true,
167
- forceConsistentCasingInFileNames: true,
168
- strict: true,
169
- skipLibCheck: true
170
- };
171
- json.compilerOptions.types = [
172
- ...json.compilerOptions.types,
173
- "@cloudflare/workers-types"
174
- ];
175
- return json;
176
- });
177
- }
178
- function addCloudflareFiles(tree, options) {
179
- tree.delete(_path.join.call(void 0, options.appProjectRoot, "src/main.ts"));
180
- _devkit.generateFiles.call(void 0,
181
- tree,
182
- _path.join.call(void 0, __dirname, "./files/common"),
183
- options.appProjectRoot,
184
- {
185
- ...options,
186
- tmpl: "",
187
- name: options.name,
188
- accountId: options.accountId ? getAccountId(options.accountId) : "",
189
- vitestScript: options.unitTestRunner === "vitest" ? vitestScript : ""
190
- }
191
- );
192
- if (options.template && options.template !== "none") {
193
- _devkit.generateFiles.call(void 0,
194
- tree,
195
- _path.join.call(void 0, __dirname, `./files/${options.template}`),
196
- _path.join.call(void 0, options.appProjectRoot, "src"),
197
- {
198
- ...options,
199
- tmpl: "",
200
- name: options.name,
201
- accountId: options.accountId ? getAccountId(options.accountId) : "",
202
- vitestScript: options.unitTestRunner === "vitest" ? vitestScript : "",
203
- vitestImports: options.unitTestRunner === "vitest" ? vitestImports : ""
204
- }
205
- );
206
- }
207
- }
208
- function addTargets(tree, options) {
209
- try {
210
- const projectConfiguration = _devkit.readProjectConfiguration.call(void 0, tree, options.name);
211
- projectConfiguration.targets = {
212
- ..._nullishCoalesce(projectConfiguration.targets, () => ( {})),
213
- serve: {
214
- executor: "@storm-software/cloudflare-tools:serve",
215
- options: {
216
- port: options.port
217
- }
218
- },
219
- "nx-release-publish": {
220
- executor: "@storm-software/cloudflare-tools:cloudflare-publish"
221
- }
222
- };
223
- if (projectConfiguration.targets.build) {
224
- delete projectConfiguration.targets.build;
225
- }
226
- _devkit.updateProjectConfiguration.call(void 0, tree, options.name, projectConfiguration);
227
- } catch (e) {
228
- console.error(e);
229
- }
230
- }
231
- function removeTestFiles(tree, options) {
232
- tree.delete(_path.join.call(void 0, options.appProjectRoot, "src", "index.test.ts"));
233
- }
234
- async function normalizeOptions(host, options, config) {
235
- const { projectName: appProjectName, projectRoot: appProjectRoot } = await _projectnameandrootutils.determineProjectNameAndRootOptions.call(void 0, host, {
236
- name: options.name,
237
- projectType: "application",
238
- directory: options.directory,
239
- rootProject: options.rootProject
240
- });
241
- options.rootProject = appProjectRoot === ".";
242
- return {
243
- addPlugin: process.env.NX_ADD_PLUGINS !== "false",
244
- accountId: process.env.STORM_BOT_CLOUDFLARE_ACCOUNT,
245
- ...options,
246
- name: _devkit.names.call(void 0, appProjectName).fileName,
247
- frontendProject: options.frontendProject ? _devkit.names.call(void 0, options.frontendProject).fileName : void 0,
248
- appProjectRoot,
249
- unitTestRunner: _nullishCoalesce(options.unitTestRunner, () => ( "vitest")),
250
- rootProject: _nullishCoalesce(options.rootProject, () => ( false)),
251
- template: _nullishCoalesce(options.template, () => ( "fetch-handler")),
252
- port: _nullishCoalesce(options.port, () => ( 3e3))
253
- };
254
- }
255
- var generator_default2 = applicationGenerator;
256
- var applicationSchematic = _devkit.convertNxGenerator.call(void 0, applicationGenerator);
257
-
258
-
259
-
260
-
261
-
262
- exports.applicationGenerator = applicationGenerator; exports.generator_default = generator_default2; exports.applicationSchematic = applicationSchematic;