@storm-software/workspace-tools 1.247.5 → 1.247.6

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 (89) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/README.md +1 -1
  3. package/dist/{chunk-QFCNCC63.js → chunk-3OROMSFD.js} +2 -2
  4. package/dist/{chunk-DZ2NJWF5.js → chunk-76D4P6YQ.js} +31 -31
  5. package/dist/{chunk-YHV3GYYF.mjs → chunk-7DDXDUF3.mjs} +1 -1
  6. package/dist/{chunk-B45G6F7W.js → chunk-BJK4LIZW.js} +20 -20
  7. package/dist/{chunk-UJI6V343.mjs → chunk-C773DCF3.mjs} +3 -3
  8. package/dist/{chunk-OAK6MWRR.js → chunk-CJDYI6SP.js} +2 -2
  9. package/dist/{chunk-WF6C7DN5.mjs → chunk-FZ7XOB5X.mjs} +1 -1
  10. package/dist/{chunk-2LIE7SJ3.mjs → chunk-G3UMUILK.mjs} +1 -1
  11. package/dist/{chunk-LBXVOPGN.js → chunk-GDHD4LIX.js} +4 -4
  12. package/dist/{chunk-OPCR4RQ6.mjs → chunk-GDLIB6OQ.mjs} +2 -2
  13. package/dist/{chunk-VAJQZGLE.js → chunk-HGLKHBCY.js} +2 -2
  14. package/dist/{chunk-Q4MSBQL2.mjs → chunk-HIJLTEQJ.mjs} +1 -1
  15. package/dist/{chunk-EPZT247P.mjs → chunk-HLIO3W3D.mjs} +1 -1
  16. package/dist/{chunk-PQQYCAXU.js → chunk-HYTPWYZI.js} +2 -2
  17. package/dist/{chunk-DVR7HEPK.js → chunk-IDQTSO3Z.js} +6 -6
  18. package/dist/{chunk-PVOXD4Y5.mjs → chunk-IKU6KFBV.mjs} +2 -2
  19. package/dist/{chunk-MOPEW5LB.js → chunk-JQSRI7HM.js} +2 -2
  20. package/dist/{chunk-VBYEJNI3.js → chunk-K2JR6RSF.js} +11 -11
  21. package/dist/{chunk-YK676R5F.mjs → chunk-KCTEA3CC.mjs} +2 -2
  22. package/dist/{chunk-LTVP4D6L.mjs → chunk-KF7N7257.mjs} +1 -1
  23. package/dist/{chunk-6CEFGRYS.js → chunk-KHNJH7JQ.js} +2 -2
  24. package/dist/{chunk-CQQYEOYM.mjs → chunk-KO35WWRE.mjs} +1 -1
  25. package/dist/{chunk-WKADE4GR.js → chunk-L7CTAQFR.js} +41 -41
  26. package/dist/{chunk-R6RTCWUK.mjs → chunk-LV7XJZRR.mjs} +1 -1
  27. package/dist/{chunk-DCCYPAYI.mjs → chunk-MNDO5WKT.mjs} +3 -3
  28. package/dist/{chunk-4AJFP7HM.js → chunk-NIO6FDIN.js} +15 -15
  29. package/dist/{chunk-B5YTVDRU.js → chunk-NNGBY52Z.js} +2 -2
  30. package/dist/{chunk-5CXC7ITO.js → chunk-OMDJO7Q6.js} +9 -9
  31. package/dist/{chunk-FK4EENJP.js → chunk-Q3VF5VUQ.js} +5 -5
  32. package/dist/{chunk-ASEIWESJ.mjs → chunk-QOUVCULF.mjs} +1 -1
  33. package/dist/{chunk-3IY2B44Z.mjs → chunk-QYC3WESC.mjs} +1 -1
  34. package/dist/{chunk-E52NPVHL.mjs → chunk-SI24L44V.mjs} +1 -1
  35. package/dist/{chunk-AHTDYOCZ.mjs → chunk-TKBY73FG.mjs} +8 -9
  36. package/dist/{chunk-H7GRZIKQ.mjs → chunk-V6H25SQW.mjs} +1 -1
  37. package/dist/{chunk-QCJPOJJX.js → chunk-VFASKAEJ.js} +5 -5
  38. package/dist/{chunk-B35FE6QC.mjs → chunk-WC2TNJLN.mjs} +2 -2
  39. package/dist/{chunk-INPRKZFL.mjs → chunk-WSYDQJ6Y.mjs} +1 -1
  40. package/dist/{chunk-S7P6NIFH.js → chunk-XI7X3WOB.js} +2 -2
  41. package/dist/{chunk-BRWRLQDC.js → chunk-YYGYJ6RD.js} +8 -9
  42. package/dist/{chunk-VBROJHZZ.js → chunk-ZDHYVC5E.js} +2 -2
  43. package/dist/executors.js +16 -16
  44. package/dist/executors.mjs +19 -19
  45. package/dist/generators.js +10 -10
  46. package/dist/generators.mjs +10 -10
  47. package/dist/index.js +24 -24
  48. package/dist/index.mjs +28 -28
  49. package/dist/src/base/base-executor.js +3 -3
  50. package/dist/src/base/base-executor.mjs +2 -2
  51. package/dist/src/base/base-generator.js +3 -3
  52. package/dist/src/base/base-generator.mjs +2 -2
  53. package/dist/src/base/index.js +4 -4
  54. package/dist/src/base/index.mjs +3 -3
  55. package/dist/src/executors/cargo-build/executor.js +4 -4
  56. package/dist/src/executors/cargo-build/executor.mjs +3 -3
  57. package/dist/src/executors/cargo-check/executor.js +4 -4
  58. package/dist/src/executors/cargo-check/executor.mjs +3 -3
  59. package/dist/src/executors/cargo-clippy/executor.js +4 -4
  60. package/dist/src/executors/cargo-clippy/executor.mjs +3 -3
  61. package/dist/src/executors/cargo-doc/executor.js +4 -4
  62. package/dist/src/executors/cargo-doc/executor.mjs +3 -3
  63. package/dist/src/executors/cargo-format/executor.js +4 -4
  64. package/dist/src/executors/cargo-format/executor.mjs +3 -3
  65. package/dist/src/executors/clean-package/executor.js +5 -5
  66. package/dist/src/executors/clean-package/executor.mjs +2 -2
  67. package/dist/src/executors/esbuild/executor.js +5 -5
  68. package/dist/src/executors/esbuild/executor.mjs +4 -4
  69. package/dist/src/executors/size-limit/executor.js +4 -4
  70. package/dist/src/executors/size-limit/executor.mjs +3 -3
  71. package/dist/src/executors/tsdown/executor.js +5 -5
  72. package/dist/src/executors/tsdown/executor.mjs +4 -4
  73. package/dist/src/executors/typia/executor.js +4 -4
  74. package/dist/src/executors/typia/executor.mjs +3 -3
  75. package/dist/src/executors/unbuild/executor.js +4 -4
  76. package/dist/src/executors/unbuild/executor.mjs +3 -3
  77. package/dist/src/generators/browser-library/generator.js +4 -4
  78. package/dist/src/generators/browser-library/generator.mjs +3 -3
  79. package/dist/src/generators/config-schema/generator.js +4 -4
  80. package/dist/src/generators/config-schema/generator.mjs +3 -3
  81. package/dist/src/generators/neutral-library/generator.js +4 -4
  82. package/dist/src/generators/neutral-library/generator.mjs +3 -3
  83. package/dist/src/generators/node-library/generator.js +4 -4
  84. package/dist/src/generators/node-library/generator.mjs +3 -3
  85. package/dist/src/generators/preset/generator.js +4 -4
  86. package/dist/src/generators/preset/generator.mjs +3 -3
  87. package/dist/src/generators/release-version/generator.js +3 -3
  88. package/dist/src/generators/release-version/generator.mjs +2 -2
  89. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,9 @@
1
+ ## 1.247.6 (2025-02-02)
2
+
3
+ ### Miscellaneous
4
+
5
+ - **monorepo:** Regenerate README markdown files ([b578d626a](https://github.com/storm-software/storm-ops/commit/b578d626a))
6
+
1
7
  ## 1.247.5 (2025-02-02)
2
8
 
3
9
  ### Bug Fixes
package/README.md CHANGED
@@ -21,7 +21,7 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
21
21
 
22
22
  <h3 align="center">💻 Visit <a href="https://stormsoftware.com" target="_blank">stormsoftware.com</a> to stay up to date with this developer</h3><br />
23
23
 
24
- [![Version](https://img.shields.io/badge/version-1.247.4-1fb2a6.svg?style=for-the-badge&color=1fb2a6)](https://prettier.io/)&nbsp;[![Nx](https://img.shields.io/badge/Nx-17.0.2-lightgrey?style=for-the-badge&logo=nx&logoWidth=20&&color=1fb2a6)](http://nx.dev/)&nbsp;[![NextJs](https://img.shields.io/badge/Next.js-14.0.2-lightgrey?style=for-the-badge&logo=nextdotjs&logoWidth=20&color=1fb2a6)](https://nextjs.org/)&nbsp;[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?style=for-the-badge&logo=commitlint&color=1fb2a6)](http://commitizen.github.io/cz-cli/)&nbsp;![Semantic-Release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=for-the-badge&color=1fb2a6)&nbsp;[![documented with Fumadocs](https://img.shields.io/badge/documented_with-fumadocs-success.svg?style=for-the-badge&logo=readthedocs&color=1fb2a6)](https://fumadocs.vercel.app/)&nbsp;![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/storm-software/storm-ops/cr.yml?style=for-the-badge&logo=github-actions&color=1fb2a6)
24
+ [![Version](https://img.shields.io/badge/version-1.247.5-1fb2a6.svg?style=for-the-badge&color=1fb2a6)](https://prettier.io/)&nbsp;[![Nx](https://img.shields.io/badge/Nx-17.0.2-lightgrey?style=for-the-badge&logo=nx&logoWidth=20&&color=1fb2a6)](http://nx.dev/)&nbsp;[![NextJs](https://img.shields.io/badge/Next.js-14.0.2-lightgrey?style=for-the-badge&logo=nextdotjs&logoWidth=20&color=1fb2a6)](https://nextjs.org/)&nbsp;[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?style=for-the-badge&logo=commitlint&color=1fb2a6)](http://commitizen.github.io/cz-cli/)&nbsp;![Semantic-Release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=for-the-badge&color=1fb2a6)&nbsp;[![documented with Fumadocs](https://img.shields.io/badge/documented_with-fumadocs-success.svg?style=for-the-badge&logo=readthedocs&color=1fb2a6)](https://fumadocs.vercel.app/)&nbsp;![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/storm-software/storm-ops/cr.yml?style=for-the-badge&logo=github-actions&color=1fb2a6)
25
25
 
26
26
  <!-- prettier-ignore-start -->
27
27
  <!-- markdownlint-disable -->
@@ -4,7 +4,7 @@
4
4
  var _chunkULBTYC2Bjs = require('./chunk-ULBTYC2B.js');
5
5
 
6
6
 
7
- var _chunkB45G6F7Wjs = require('./chunk-B45G6F7W.js');
7
+ var _chunkBJK4LIZWjs = require('./chunk-BJK4LIZW.js');
8
8
 
9
9
 
10
10
  var _chunk3GQAWCBQjs = require('./chunk-3GQAWCBQ.js');
@@ -15,7 +15,7 @@ async function cargoCheckExecutor(options, context) {
15
15
  return await _chunkULBTYC2Bjs.cargoCommand.call(void 0, ...command);
16
16
  }
17
17
  _chunk3GQAWCBQjs.__name.call(void 0, cargoCheckExecutor, "cargoCheckExecutor");
18
- var executor_default = _chunkB45G6F7Wjs.withRunExecutor.call(void 0, "Cargo Check", cargoCheckExecutor, {
18
+ var executor_default = _chunkBJK4LIZWjs.withRunExecutor.call(void 0, "Cargo Check", cargoCheckExecutor, {
19
19
  skipReadingConfig: false,
20
20
  hooks: {
21
21
  applyDefaultOptions: /* @__PURE__ */ _chunk3GQAWCBQjs.__name.call(void 0, (options) => {
@@ -6,10 +6,10 @@
6
6
 
7
7
 
8
8
 
9
- var _chunkDVR7HEPKjs = require('./chunk-DVR7HEPK.js');
9
+ var _chunkIDQTSO3Zjs = require('./chunk-IDQTSO3Z.js');
10
10
 
11
11
 
12
- var _chunkB45G6F7Wjs = require('./chunk-B45G6F7W.js');
12
+ var _chunkBJK4LIZWjs = require('./chunk-BJK4LIZW.js');
13
13
 
14
14
 
15
15
 
@@ -19,7 +19,7 @@ var _chunkB45G6F7Wjs = require('./chunk-B45G6F7W.js');
19
19
 
20
20
 
21
21
 
22
- var _chunkBRWRLQDCjs = require('./chunk-BRWRLQDC.js');
22
+ var _chunkYYGYJ6RDjs = require('./chunk-YYGYJ6RD.js');
23
23
 
24
24
 
25
25
  var _chunkJTAXCQX6js = require('./chunk-JTAXCQX6.js');
@@ -74,9 +74,9 @@ var resolveOptions = /* @__PURE__ */ _chunk3GQAWCBQjs.__name.call(void 0, async
74
74
  if (!workspaceRoot) {
75
75
  throw new Error("Cannot find Nx workspace root");
76
76
  }
77
- const config = await _chunkBRWRLQDCjs.getConfig.call(void 0, workspaceRoot.dir);
78
- _chunkBRWRLQDCjs.writeDebug.call(void 0, " \u2699\uFE0F Resolving build options", config);
79
- const stopwatch = _chunkBRWRLQDCjs.getStopwatch.call(void 0, "Build options resolution");
77
+ const config = await _chunkYYGYJ6RDjs.getConfig.call(void 0, workspaceRoot.dir);
78
+ _chunkYYGYJ6RDjs.writeDebug.call(void 0, " \u2699\uFE0F Resolving build options", config);
79
+ const stopwatch = _chunkYYGYJ6RDjs.getStopwatch.call(void 0, "Build options resolution");
80
80
  const projectGraph = await _devkit.createProjectGraphAsync.call(void 0, {
81
81
  exitOnError: true
82
82
  });
@@ -93,19 +93,19 @@ var resolveOptions = /* @__PURE__ */ _chunk3GQAWCBQjs.__name.call(void 0, async
93
93
  }
94
94
  const options = _defu2.default.call(void 0, userOptions, DEFAULT_BUILD_OPTIONS);
95
95
  options.name ??= `${projectName}-${options.format}`;
96
- options.target ??= _chunkDVR7HEPKjs.DEFAULT_TARGET;
96
+ options.target ??= _chunkIDQTSO3Zjs.DEFAULT_TARGET;
97
97
  const packageJsonPath = _chunkJTAXCQX6js.joinPaths.call(void 0, workspaceRoot.dir, options.projectRoot, "package.json");
98
98
  if (!_fs.existsSync.call(void 0, packageJsonPath)) {
99
99
  throw new Error("Cannot find package.json configuration");
100
100
  }
101
- const env = _chunkDVR7HEPKjs.getEnv.call(void 0, "tsdown", options);
101
+ const env = _chunkIDQTSO3Zjs.getEnv.call(void 0, "tsdown", options);
102
102
  const result = {
103
103
  ...options,
104
104
  config,
105
105
  ...userOptions,
106
106
  tsconfig: _chunkJTAXCQX6js.joinPaths.call(void 0, projectRoot, userOptions.tsconfig ? userOptions.tsconfig.replace(projectRoot, "") : "tsconfig.json"),
107
107
  format: options.format || "cjs",
108
- entryPoints: await _chunkDVR7HEPKjs.getEntryPoints.call(void 0, config, projectRoot, projectJson.sourceRoot, userOptions.entry || [
108
+ entryPoints: await _chunkIDQTSO3Zjs.getEntryPoints.call(void 0, config, projectRoot, projectJson.sourceRoot, userOptions.entry || [
109
109
  "./src/index.ts"
110
110
  ], userOptions.emitOnAll),
111
111
  outdir: userOptions.outputPath || _chunkJTAXCQX6js.joinPaths.call(void 0, "dist", projectRoot),
@@ -116,7 +116,7 @@ var resolveOptions = /* @__PURE__ */ _chunk3GQAWCBQjs.__name.call(void 0, async
116
116
  projectGraph,
117
117
  sourceRoot: userOptions.sourceRoot || projectJson.sourceRoot || _chunkJTAXCQX6js.joinPaths.call(void 0, projectRoot, "src"),
118
118
  minify: userOptions.minify || !userOptions.debug,
119
- verbose: userOptions.verbose || _chunkBRWRLQDCjs.isVerbose.call(void 0, ) || userOptions.debug === true,
119
+ verbose: userOptions.verbose || _chunkYYGYJ6RDjs.isVerbose.call(void 0, ) || userOptions.debug === true,
120
120
  includeSrc: userOptions.includeSrc === true,
121
121
  metafile: userOptions.metafile !== false,
122
122
  generatePackageJson: userOptions.generatePackageJson !== false,
@@ -151,8 +151,8 @@ var resolveOptions = /* @__PURE__ */ _chunk3GQAWCBQjs.__name.call(void 0, async
151
151
  }, "resolveOptions");
152
152
  async function generatePackageJson(options) {
153
153
  if (options.generatePackageJson !== false && _fs.existsSync.call(void 0, _chunkJTAXCQX6js.joinPaths.call(void 0, options.projectRoot, "package.json"))) {
154
- _chunkBRWRLQDCjs.writeDebug.call(void 0, " \u270D\uFE0F Writing package.json file", options.config);
155
- const stopwatch = _chunkBRWRLQDCjs.getStopwatch.call(void 0, "Write package.json file");
154
+ _chunkYYGYJ6RDjs.writeDebug.call(void 0, " \u270D\uFE0F Writing package.json file", options.config);
155
+ const stopwatch = _chunkYYGYJ6RDjs.getStopwatch.call(void 0, "Write package.json file");
156
156
  const packageJsonPath = _chunkJTAXCQX6js.joinPaths.call(void 0, options.projectRoot, "project.json");
157
157
  if (!_fs.existsSync.call(void 0, packageJsonPath)) {
158
158
  throw new Error("Cannot find package.json configuration");
@@ -162,11 +162,11 @@ async function generatePackageJson(options) {
162
162
  throw new Error("Cannot find package.json configuration file");
163
163
  }
164
164
  let packageJson = JSON.parse(packageJsonFile);
165
- packageJson = await _chunkDVR7HEPKjs.addPackageDependencies.call(void 0, options.config.workspaceRoot, options.projectRoot, options.projectName, packageJson);
166
- packageJson = await _chunkDVR7HEPKjs.addWorkspacePackageJsonFields.call(void 0, options.config, options.projectRoot, options.sourceRoot, options.projectName, false, packageJson);
165
+ packageJson = await _chunkIDQTSO3Zjs.addPackageDependencies.call(void 0, options.config.workspaceRoot, options.projectRoot, options.projectName, packageJson);
166
+ packageJson = await _chunkIDQTSO3Zjs.addWorkspacePackageJsonFields.call(void 0, options.config, options.projectRoot, options.sourceRoot, options.projectName, false, packageJson);
167
167
  packageJson.exports ??= {};
168
168
  packageJson.exports["./package.json"] ??= "./package.json";
169
- packageJson.exports["."] ??= _chunkDVR7HEPKjs.addPackageJsonExport.call(void 0, "index", packageJson.type, options.sourceRoot);
169
+ packageJson.exports["."] ??= _chunkIDQTSO3Zjs.addPackageJsonExport.call(void 0, "index", packageJson.type, options.sourceRoot);
170
170
  let entryPoints = [
171
171
  {
172
172
  in: "./src/index.ts",
@@ -184,7 +184,7 @@ async function generatePackageJson(options) {
184
184
  const split = entryPoint.out.split(".");
185
185
  split.pop();
186
186
  const entry = split.join(".").replaceAll("\\", "/");
187
- packageJson.exports[`./${entry}`] ??= _chunkDVR7HEPKjs.addPackageJsonExport.call(void 0, entry, packageJson.type, options.sourceRoot);
187
+ packageJson.exports[`./${entry}`] ??= _chunkIDQTSO3Zjs.addPackageJsonExport.call(void 0, entry, packageJson.type, options.sourceRoot);
188
188
  }
189
189
  }
190
190
  packageJson.main = packageJson.type === "commonjs" ? "./dist/index.js" : "./dist/index.cjs";
@@ -203,8 +203,8 @@ async function generatePackageJson(options) {
203
203
  }
204
204
  _chunk3GQAWCBQjs.__name.call(void 0, generatePackageJson, "generatePackageJson");
205
205
  async function executeTSDown(options) {
206
- _chunkBRWRLQDCjs.writeDebug.call(void 0, ` \u{1F680} Running ${options.name} build`, options.config);
207
- const stopwatch = _chunkBRWRLQDCjs.getStopwatch.call(void 0, `${options.name} build`);
206
+ _chunkYYGYJ6RDjs.writeDebug.call(void 0, ` \u{1F680} Running ${options.name} build`, options.config);
207
+ const stopwatch = _chunkYYGYJ6RDjs.getStopwatch.call(void 0, `${options.name} build`);
208
208
  await _tsdown.build.call(void 0, {
209
209
  ...options,
210
210
  entry: options.entryPoints,
@@ -216,21 +216,21 @@ async function executeTSDown(options) {
216
216
  }
217
217
  _chunk3GQAWCBQjs.__name.call(void 0, executeTSDown, "executeTSDown");
218
218
  async function copyBuildAssets(options) {
219
- _chunkBRWRLQDCjs.writeDebug.call(void 0, ` \u{1F4CB} Copying asset files to output directory: ${options.outdir}`, options.config);
220
- const stopwatch = _chunkBRWRLQDCjs.getStopwatch.call(void 0, `${options.name} asset copy`);
221
- await _chunkDVR7HEPKjs.copyAssets.call(void 0, options.config, _nullishCoalesce(options.assets, () => ( [])), options.outdir, options.projectRoot, options.sourceRoot, true, false);
219
+ _chunkYYGYJ6RDjs.writeDebug.call(void 0, ` \u{1F4CB} Copying asset files to output directory: ${options.outdir}`, options.config);
220
+ const stopwatch = _chunkYYGYJ6RDjs.getStopwatch.call(void 0, `${options.name} asset copy`);
221
+ await _chunkIDQTSO3Zjs.copyAssets.call(void 0, options.config, _nullishCoalesce(options.assets, () => ( [])), options.outdir, options.projectRoot, options.sourceRoot, true, false);
222
222
  stopwatch();
223
223
  return options;
224
224
  }
225
225
  _chunk3GQAWCBQjs.__name.call(void 0, copyBuildAssets, "copyBuildAssets");
226
226
  async function reportResults(options) {
227
- _chunkBRWRLQDCjs.writeSuccess.call(void 0, ` \u{1F4E6} The ${options.name} build completed successfully`, options.config);
227
+ _chunkYYGYJ6RDjs.writeSuccess.call(void 0, ` \u{1F4E6} The ${options.name} build completed successfully`, options.config);
228
228
  }
229
229
  _chunk3GQAWCBQjs.__name.call(void 0, reportResults, "reportResults");
230
230
  async function cleanOutputPath(options) {
231
231
  if (options.clean !== false && options.outdir) {
232
- _chunkBRWRLQDCjs.writeDebug.call(void 0, ` \u{1F9F9} Cleaning ${options.name} output path: ${options.outdir}`, options.config);
233
- const stopwatch = _chunkBRWRLQDCjs.getStopwatch.call(void 0, `${options.name} output clean`);
232
+ _chunkYYGYJ6RDjs.writeDebug.call(void 0, ` \u{1F9F9} Cleaning ${options.name} output path: ${options.outdir}`, options.config);
233
+ const stopwatch = _chunkYYGYJ6RDjs.getStopwatch.call(void 0, `${options.name} output clean`);
234
234
  await cleanDirectories(options.name, options.outdir, options.config);
235
235
  stopwatch();
236
236
  }
@@ -238,8 +238,8 @@ async function cleanOutputPath(options) {
238
238
  }
239
239
  _chunk3GQAWCBQjs.__name.call(void 0, cleanOutputPath, "cleanOutputPath");
240
240
  async function build(options) {
241
- _chunkBRWRLQDCjs.writeDebug.call(void 0, ` \u26A1 Executing Storm TSDown pipeline`);
242
- const stopwatch = _chunkBRWRLQDCjs.getStopwatch.call(void 0, "TSDown pipeline");
241
+ _chunkYYGYJ6RDjs.writeDebug.call(void 0, ` \u26A1 Executing Storm TSDown pipeline`);
242
+ const stopwatch = _chunkYYGYJ6RDjs.getStopwatch.call(void 0, "TSDown pipeline");
243
243
  try {
244
244
  const opts = Array.isArray(options) ? options : [
245
245
  options
@@ -257,11 +257,11 @@ async function build(options) {
257
257
  await reportResults(opt);
258
258
  }));
259
259
  } else {
260
- _chunkBRWRLQDCjs.writeWarning.call(void 0, " \u{1F6A7} No options were passed to TSBuild. Please check the parameters passed to the `build` function.");
260
+ _chunkYYGYJ6RDjs.writeWarning.call(void 0, " \u{1F6A7} No options were passed to TSBuild. Please check the parameters passed to the `build` function.");
261
261
  }
262
- _chunkBRWRLQDCjs.writeSuccess.call(void 0, " \u{1F3C1} TSDown pipeline build completed successfully");
262
+ _chunkYYGYJ6RDjs.writeSuccess.call(void 0, " \u{1F3C1} TSDown pipeline build completed successfully");
263
263
  } catch (error) {
264
- _chunkBRWRLQDCjs.writeFatal.call(void 0, " \u274C Fatal errors occurred during the build that could not be recovered from. The build process has been terminated.");
264
+ _chunkYYGYJ6RDjs.writeFatal.call(void 0, " \u274C Fatal errors occurred during the build that could not be recovered from. The build process has been terminated.");
265
265
  throw error;
266
266
  } finally {
267
267
  stopwatch();
@@ -271,7 +271,7 @@ _chunk3GQAWCBQjs.__name.call(void 0, build, "build");
271
271
 
272
272
  // src/executors/tsdown/executor.ts
273
273
  async function tsdownExecutorFn(options, context, config) {
274
- _chunkBRWRLQDCjs.writeInfo.call(void 0, "\u{1F4E6} Running Storm TSDown build executor on the workspace", config);
274
+ _chunkYYGYJ6RDjs.writeInfo.call(void 0, "\u{1F4E6} Running Storm TSDown build executor on the workspace", config);
275
275
  if (!_optionalChain([context, 'access', _3 => _3.projectsConfigurations, 'optionalAccess', _4 => _4.projects]) || !context.projectName || !context.projectsConfigurations.projects[context.projectName] || !_optionalChain([context, 'access', _5 => _5.projectsConfigurations, 'access', _6 => _6.projects, 'access', _7 => _7[context.projectName], 'optionalAccess', _8 => _8.root])) {
276
276
  throw new Error("The Build process failed because the context is not valid. Please run this command from a workspace.");
277
277
  }
@@ -288,7 +288,7 @@ async function tsdownExecutorFn(options, context, config) {
288
288
  };
289
289
  }
290
290
  _chunk3GQAWCBQjs.__name.call(void 0, tsdownExecutorFn, "tsdownExecutorFn");
291
- var executor_default = _chunkB45G6F7Wjs.withRunExecutor.call(void 0, "Storm TSDown build executor", tsdownExecutorFn, {
291
+ var executor_default = _chunkBJK4LIZWjs.withRunExecutor.call(void 0, "Storm TSDown build executor", tsdownExecutorFn, {
292
292
  skipReadingConfig: false,
293
293
  hooks: {
294
294
  applyDefaultOptions: /* @__PURE__ */ _chunk3GQAWCBQjs.__name.call(void 0, async (options, config) => {
@@ -7,7 +7,7 @@ import {
7
7
  } from "./chunk-EK75QNMS.mjs";
8
8
  import {
9
9
  withRunGenerator
10
- } from "./chunk-H7GRZIKQ.mjs";
10
+ } from "./chunk-V6H25SQW.mjs";
11
11
  import {
12
12
  joinPaths
13
13
  } from "./chunk-KZJCDAOU.mjs";
@@ -12,7 +12,7 @@ var _chunkUALZJZUKjs = require('./chunk-UALZJZUK.js');
12
12
 
13
13
 
14
14
 
15
- var _chunkBRWRLQDCjs = require('./chunk-BRWRLQDC.js');
15
+ var _chunkYYGYJ6RDjs = require('./chunk-YYGYJ6RD.js');
16
16
 
17
17
 
18
18
  var _chunk4JOIS7WWjs = require('./chunk-4JOIS7WW.js');
@@ -23,7 +23,7 @@ var _chunk3GQAWCBQjs = require('./chunk-3GQAWCBQ.js');
23
23
  // src/base/base-executor.ts
24
24
  var _defu = require('defu');
25
25
  var withRunExecutor = /* @__PURE__ */ _chunk3GQAWCBQjs.__name.call(void 0, (name, executorFn, executorOptions = {}) => async (_options, context) => {
26
- const stopwatch = _chunkBRWRLQDCjs.getStopwatch.call(void 0, name);
26
+ const stopwatch = _chunkYYGYJ6RDjs.getStopwatch.call(void 0, name);
27
27
  let options = _options;
28
28
  let config = {};
29
29
  try {
@@ -35,23 +35,23 @@ var withRunExecutor = /* @__PURE__ */ _chunk3GQAWCBQjs.__name.call(void 0, (name
35
35
  const sourceRoot = context.projectsConfigurations.projects[context.projectName].sourceRoot || projectRoot || workspaceRoot;
36
36
  const projectName = context.projectName;
37
37
  config.workspaceRoot = workspaceRoot;
38
- _chunkBRWRLQDCjs.writeInfo.call(void 0, `\u26A1 Running the ${name} executor for ${projectName} `, config);
38
+ _chunkYYGYJ6RDjs.writeInfo.call(void 0, `\u26A1 Running the ${name} executor for ${projectName} `, config);
39
39
  if (!executorOptions.skipReadingConfig) {
40
- _chunkBRWRLQDCjs.writeTrace.call(void 0, `Loading the Storm Config from environment variables and storm.config.js file...
40
+ _chunkYYGYJ6RDjs.writeTrace.call(void 0, `Loading the Storm Config from environment variables and storm.config.js file...
41
41
  - workspaceRoot: ${workspaceRoot}
42
42
  - projectRoot: ${projectRoot}
43
43
  - sourceRoot: ${sourceRoot}
44
44
  - projectName: ${projectName}
45
45
  `, config);
46
- config = await _chunkBRWRLQDCjs.getConfig.call(void 0, workspaceRoot);
46
+ config = await _chunkYYGYJ6RDjs.getConfig.call(void 0, workspaceRoot);
47
47
  }
48
48
  if (_optionalChain([executorOptions, 'optionalAccess', _3 => _3.hooks, 'optionalAccess', _4 => _4.applyDefaultOptions])) {
49
- _chunkBRWRLQDCjs.writeDebug.call(void 0, "Running the applyDefaultOptions hook...", config);
49
+ _chunkYYGYJ6RDjs.writeDebug.call(void 0, "Running the applyDefaultOptions hook...", config);
50
50
  options = await Promise.resolve(executorOptions.hooks.applyDefaultOptions(options, config));
51
- _chunkBRWRLQDCjs.writeDebug.call(void 0, "Completed the applyDefaultOptions hook", config);
51
+ _chunkYYGYJ6RDjs.writeDebug.call(void 0, "Completed the applyDefaultOptions hook", config);
52
52
  }
53
- _chunkBRWRLQDCjs.writeTrace.call(void 0, `Executor schema options \u2699\uFE0F
54
- ${_chunkBRWRLQDCjs.formatLogMessage.call(void 0, options)}
53
+ _chunkYYGYJ6RDjs.writeTrace.call(void 0, `Executor schema options \u2699\uFE0F
54
+ ${_chunkYYGYJ6RDjs.formatLogMessage.call(void 0, options)}
55
55
  `, config);
56
56
  const tokenized = await _chunkUALZJZUKjs.applyWorkspaceTokens.call(void 0, options, _defu.defu.call(void 0, {
57
57
  workspaceRoot,
@@ -60,13 +60,13 @@ ${_chunkBRWRLQDCjs.formatLogMessage.call(void 0, options)}
60
60
  projectName,
61
61
  config
62
62
  }, config, context.projectsConfigurations.projects[context.projectName]), _chunkUALZJZUKjs.applyWorkspaceProjectTokens);
63
- _chunkBRWRLQDCjs.writeTrace.call(void 0, `Executor schema tokenized options \u2699\uFE0F
64
- ${_chunkBRWRLQDCjs.formatLogMessage.call(void 0, tokenized)}
63
+ _chunkYYGYJ6RDjs.writeTrace.call(void 0, `Executor schema tokenized options \u2699\uFE0F
64
+ ${_chunkYYGYJ6RDjs.formatLogMessage.call(void 0, tokenized)}
65
65
  `, config);
66
66
  if (_optionalChain([executorOptions, 'optionalAccess', _5 => _5.hooks, 'optionalAccess', _6 => _6.preProcess])) {
67
- _chunkBRWRLQDCjs.writeDebug.call(void 0, "Running the preProcess hook...", config);
67
+ _chunkYYGYJ6RDjs.writeDebug.call(void 0, "Running the preProcess hook...", config);
68
68
  await Promise.resolve(executorOptions.hooks.preProcess(tokenized, config));
69
- _chunkBRWRLQDCjs.writeDebug.call(void 0, "Completed the preProcess hook", config);
69
+ _chunkYYGYJ6RDjs.writeDebug.call(void 0, "Completed the preProcess hook", config);
70
70
  }
71
71
  const ret = executorFn(tokenized, context, config);
72
72
  if (_isFunction(_optionalChain([ret, 'optionalAccess', _7 => _7.next]))) {
@@ -76,26 +76,26 @@ ${_chunkBRWRLQDCjs.formatLogMessage.call(void 0, tokenized)}
76
76
  }
77
77
  const result = await Promise.resolve(ret);
78
78
  if (result && (!result.success || result.error && _optionalChain([result, 'optionalAccess', _8 => _8.error, 'optionalAccess', _9 => _9.message]) && typeof _optionalChain([result, 'optionalAccess', _10 => _10.error, 'optionalAccess', _11 => _11.message]) === "string" && _optionalChain([result, 'optionalAccess', _12 => _12.error, 'optionalAccess', _13 => _13.name]) && typeof _optionalChain([result, 'optionalAccess', _14 => _14.error, 'optionalAccess', _15 => _15.name]) === "string")) {
79
- _chunkBRWRLQDCjs.writeTrace.call(void 0, `Failure determined by the ${name} executor
80
- ${_chunkBRWRLQDCjs.formatLogMessage.call(void 0, result)}`, config);
79
+ _chunkYYGYJ6RDjs.writeTrace.call(void 0, `Failure determined by the ${name} executor
80
+ ${_chunkYYGYJ6RDjs.formatLogMessage.call(void 0, result)}`, config);
81
81
  console.error(result);
82
82
  throw new Error(`The ${name} executor failed to run`, {
83
83
  cause: _optionalChain([result, 'optionalAccess', _16 => _16.error])
84
84
  });
85
85
  }
86
86
  if (_optionalChain([executorOptions, 'optionalAccess', _17 => _17.hooks, 'optionalAccess', _18 => _18.postProcess])) {
87
- _chunkBRWRLQDCjs.writeDebug.call(void 0, "Running the postProcess hook...", config);
87
+ _chunkYYGYJ6RDjs.writeDebug.call(void 0, "Running the postProcess hook...", config);
88
88
  await Promise.resolve(executorOptions.hooks.postProcess(config));
89
- _chunkBRWRLQDCjs.writeDebug.call(void 0, "Completed the postProcess hook", config);
89
+ _chunkYYGYJ6RDjs.writeDebug.call(void 0, "Completed the postProcess hook", config);
90
90
  }
91
- _chunkBRWRLQDCjs.writeSuccess.call(void 0, `Completed running the ${name} task executor!
91
+ _chunkYYGYJ6RDjs.writeSuccess.call(void 0, `Completed running the ${name} task executor!
92
92
  `, config);
93
93
  return {
94
94
  success: true
95
95
  };
96
96
  } catch (error) {
97
- _chunkBRWRLQDCjs.writeFatal.call(void 0, "A fatal error occurred while running the executor - the process was forced to terminate", config);
98
- _chunkBRWRLQDCjs.writeError.call(void 0, `An exception was thrown in the executor's process
97
+ _chunkYYGYJ6RDjs.writeFatal.call(void 0, "A fatal error occurred while running the executor - the process was forced to terminate", config);
98
+ _chunkYYGYJ6RDjs.writeError.call(void 0, `An exception was thrown in the executor's process
99
99
  - Details: ${error.message}
100
100
  - Stacktrace: ${error.stack}`, config);
101
101
  return {
@@ -6,10 +6,10 @@ import {
6
6
  copyAssets,
7
7
  getEntryPoints,
8
8
  getEnv
9
- } from "./chunk-2LIE7SJ3.mjs";
9
+ } from "./chunk-G3UMUILK.mjs";
10
10
  import {
11
11
  withRunExecutor
12
- } from "./chunk-LTVP4D6L.mjs";
12
+ } from "./chunk-KF7N7257.mjs";
13
13
  import {
14
14
  getConfig,
15
15
  getStopwatch,
@@ -19,7 +19,7 @@ import {
19
19
  writeInfo,
20
20
  writeSuccess,
21
21
  writeWarning
22
- } from "./chunk-AHTDYOCZ.mjs";
22
+ } from "./chunk-TKBY73FG.mjs";
23
23
  import {
24
24
  joinPaths
25
25
  } from "./chunk-KZJCDAOU.mjs";
@@ -4,7 +4,7 @@
4
4
  var _chunkULBTYC2Bjs = require('./chunk-ULBTYC2B.js');
5
5
 
6
6
 
7
- var _chunkB45G6F7Wjs = require('./chunk-B45G6F7W.js');
7
+ var _chunkBJK4LIZWjs = require('./chunk-BJK4LIZW.js');
8
8
 
9
9
 
10
10
  var _chunk3GQAWCBQjs = require('./chunk-3GQAWCBQ.js');
@@ -20,7 +20,7 @@ async function cargoDocExecutor(options, context) {
20
20
  return await _chunkULBTYC2Bjs.cargoCommand.call(void 0, ...command);
21
21
  }
22
22
  _chunk3GQAWCBQjs.__name.call(void 0, cargoDocExecutor, "cargoDocExecutor");
23
- var executor_default = _chunkB45G6F7Wjs.withRunExecutor.call(void 0, "Cargo Doc", cargoDocExecutor, {
23
+ var executor_default = _chunkBJK4LIZWjs.withRunExecutor.call(void 0, "Cargo Doc", cargoDocExecutor, {
24
24
  skipReadingConfig: false,
25
25
  hooks: {
26
26
  applyDefaultOptions: /* @__PURE__ */ _chunk3GQAWCBQjs.__name.call(void 0, (options) => {
@@ -4,7 +4,7 @@ import {
4
4
  } from "./chunk-XK3FSWMA.mjs";
5
5
  import {
6
6
  withRunExecutor
7
- } from "./chunk-LTVP4D6L.mjs";
7
+ } from "./chunk-KF7N7257.mjs";
8
8
  import {
9
9
  __name
10
10
  } from "./chunk-R7DU2APC.mjs";
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  writeDebug,
3
3
  writeTrace
4
- } from "./chunk-AHTDYOCZ.mjs";
4
+ } from "./chunk-TKBY73FG.mjs";
5
5
  import {
6
6
  findWorkspaceRoot
7
7
  } from "./chunk-C5YDISDP.mjs";
@@ -1,9 +1,9 @@
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 _chunkB45G6F7Wjs = require('./chunk-B45G6F7W.js');
3
+ var _chunkBJK4LIZWjs = require('./chunk-BJK4LIZW.js');
4
4
 
5
5
 
6
- var _chunkBRWRLQDCjs = require('./chunk-BRWRLQDC.js');
6
+ var _chunkYYGYJ6RDjs = require('./chunk-YYGYJ6RD.js');
7
7
 
8
8
 
9
9
  var _chunkJTAXCQX6js = require('./chunk-JTAXCQX6.js');
@@ -15,7 +15,7 @@ var _chunk3GQAWCBQjs = require('./chunk-3GQAWCBQ.js');
15
15
  var _defu = require('defu');
16
16
  var _jiti = require('jiti');
17
17
  async function unbuildExecutorFn(options, context, config) {
18
- _chunkBRWRLQDCjs.writeInfo.call(void 0, "\u{1F4E6} Running Storm Unbuild executor on the workspace", config);
18
+ _chunkYYGYJ6RDjs.writeInfo.call(void 0, "\u{1F4E6} Running Storm Unbuild executor on the workspace", config);
19
19
  if (!_optionalChain([context, 'access', _ => _.projectsConfigurations, 'optionalAccess', _2 => _2.projects]) || !context.projectName || !context.projectsConfigurations.projects[context.projectName]) {
20
20
  throw new Error("The Build process failed because the context is not valid. Please run this command from a workspace root directory.");
21
21
  }
@@ -63,7 +63,7 @@ async function unbuildExecutorFn(options, context, config) {
63
63
  };
64
64
  }
65
65
  _chunk3GQAWCBQjs.__name.call(void 0, unbuildExecutorFn, "unbuildExecutorFn");
66
- var executor_default = _chunkB45G6F7Wjs.withRunExecutor.call(void 0, "TypeScript Unbuild build", unbuildExecutorFn, {
66
+ var executor_default = _chunkBJK4LIZWjs.withRunExecutor.call(void 0, "TypeScript Unbuild build", unbuildExecutorFn, {
67
67
  skipReadingConfig: false,
68
68
  hooks: {
69
69
  applyDefaultOptions: /* @__PURE__ */ _chunk3GQAWCBQjs.__name.call(void 0, async (options, config) => {
@@ -1,9 +1,9 @@
1
1
  import {
2
2
  withRunExecutor
3
- } from "./chunk-LTVP4D6L.mjs";
3
+ } from "./chunk-KF7N7257.mjs";
4
4
  import {
5
5
  writeInfo
6
- } from "./chunk-AHTDYOCZ.mjs";
6
+ } from "./chunk-TKBY73FG.mjs";
7
7
  import {
8
8
  __name
9
9
  } from "./chunk-R7DU2APC.mjs";
@@ -4,7 +4,7 @@
4
4
  var _chunkULBTYC2Bjs = require('./chunk-ULBTYC2B.js');
5
5
 
6
6
 
7
- var _chunkB45G6F7Wjs = require('./chunk-B45G6F7W.js');
7
+ var _chunkBJK4LIZWjs = require('./chunk-BJK4LIZW.js');
8
8
 
9
9
 
10
10
  var _chunk3GQAWCBQjs = require('./chunk-3GQAWCBQ.js');
@@ -15,7 +15,7 @@ async function cargoBuildExecutor(options, context) {
15
15
  return await _chunkULBTYC2Bjs.cargoCommand.call(void 0, ...command);
16
16
  }
17
17
  _chunk3GQAWCBQjs.__name.call(void 0, cargoBuildExecutor, "cargoBuildExecutor");
18
- var executor_default = _chunkB45G6F7Wjs.withRunExecutor.call(void 0, "Cargo Build", cargoBuildExecutor, {
18
+ var executor_default = _chunkBJK4LIZWjs.withRunExecutor.call(void 0, "Cargo Build", cargoBuildExecutor, {
19
19
  skipReadingConfig: false,
20
20
  hooks: {
21
21
  applyDefaultOptions: /* @__PURE__ */ _chunk3GQAWCBQjs.__name.call(void 0, (options) => {
@@ -4,7 +4,7 @@ import {
4
4
  } from "./chunk-XK3FSWMA.mjs";
5
5
  import {
6
6
  withRunExecutor
7
- } from "./chunk-LTVP4D6L.mjs";
7
+ } from "./chunk-KF7N7257.mjs";
8
8
  import {
9
9
  __name
10
10
  } from "./chunk-R7DU2APC.mjs";
@@ -13,7 +13,7 @@ import {
13
13
  writeInfo,
14
14
  writeSuccess,
15
15
  writeTrace
16
- } from "./chunk-AHTDYOCZ.mjs";
16
+ } from "./chunk-TKBY73FG.mjs";
17
17
  import {
18
18
  findWorkspaceRoot
19
19
  } from "./chunk-C5YDISDP.mjs";
@@ -4,7 +4,7 @@
4
4
  var _chunkRBU35LQWjs = require('./chunk-RBU35LQW.js');
5
5
 
6
6
 
7
- var _chunk4AJFP7HMjs = require('./chunk-4AJFP7HM.js');
7
+ var _chunkNIO6FDINjs = require('./chunk-NIO6FDIN.js');
8
8
 
9
9
 
10
10
  var _chunkJTAXCQX6js = require('./chunk-JTAXCQX6.js');
@@ -73,7 +73,7 @@ async function browserLibraryGeneratorFn(tree, schema, config) {
73
73
  return null;
74
74
  }
75
75
  _chunk3GQAWCBQjs.__name.call(void 0, browserLibraryGeneratorFn, "browserLibraryGeneratorFn");
76
- var generator_default = _chunk4AJFP7HMjs.withRunGenerator.call(void 0, "TypeScript Library Creator (Browser Platform)", browserLibraryGeneratorFn, {
76
+ var generator_default = _chunkNIO6FDINjs.withRunGenerator.call(void 0, "TypeScript Library Creator (Browser Platform)", browserLibraryGeneratorFn, {
77
77
  hooks: {
78
78
  applyDefaultOptions: /* @__PURE__ */ _chunk3GQAWCBQjs.__name.call(void 0, (options) => {
79
79
  options.description ??= "A library used by Storm Software to support browser applications";
@@ -1,7 +1,7 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } 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 _chunkBRWRLQDCjs = require('./chunk-BRWRLQDC.js');
4
+ var _chunkYYGYJ6RDjs = require('./chunk-YYGYJ6RD.js');
5
5
 
6
6
 
7
7
  var _chunk4JOIS7WWjs = require('./chunk-4JOIS7WW.js');
@@ -54,7 +54,7 @@ var copyAssets = /* @__PURE__ */ _chunk3GQAWCBQjs.__name.call(void 0, async (con
54
54
  output: "src/"
55
55
  });
56
56
  }
57
- _chunkBRWRLQDCjs.writeTrace.call(void 0, `\u{1F4DD} Copying the following assets to the output directory:
57
+ _chunkYYGYJ6RDjs.writeTrace.call(void 0, `\u{1F4DD} Copying the following assets to the output directory:
58
58
  ${pendingAssets.map((pendingAsset) => typeof pendingAsset === "string" ? ` - ${pendingAsset} -> ${outputPath}` : ` - ${pendingAsset.input}/${pendingAsset.glob} -> ${_chunkJTAXCQX6js.joinPaths.call(void 0, outputPath, pendingAsset.output)}`).join("\n")}`, config);
59
59
  const assetHandler = new (0, _copyassetshandler.CopyAssetsHandler)({
60
60
  projectDir: projectRoot,
@@ -64,7 +64,7 @@ ${pendingAssets.map((pendingAsset) => typeof pendingAsset === "string" ? ` - ${p
64
64
  });
65
65
  await assetHandler.processAllAssetsOnce();
66
66
  if (includeSrc === true) {
67
- _chunkBRWRLQDCjs.writeDebug.call(void 0, `\u{1F4DD} Adding banner and writing source files: ${_chunkJTAXCQX6js.joinPaths.call(void 0, outputPath, "src")}`, config);
67
+ _chunkYYGYJ6RDjs.writeDebug.call(void 0, `\u{1F4DD} Adding banner and writing source files: ${_chunkJTAXCQX6js.joinPaths.call(void 0, outputPath, "src")}`, config);
68
68
  const files = await _glob.glob.call(void 0, [
69
69
  _chunkJTAXCQX6js.joinPaths.call(void 0, config.workspaceRoot, outputPath, "src/**/*.ts"),
70
70
  _chunkJTAXCQX6js.joinPaths.call(void 0, config.workspaceRoot, outputPath, "src/**/*.tsx"),
@@ -103,7 +103,7 @@ var addPackageDependencies = /* @__PURE__ */ _chunk3GQAWCBQjs.__name.call(void 0
103
103
  }
104
104
  }
105
105
  if (localPackages.length > 0) {
106
- _chunkBRWRLQDCjs.writeTrace.call(void 0, `\u{1F4E6} Adding local packages to package.json: ${localPackages.map((p) => p.name).join(", ")}`);
106
+ _chunkYYGYJ6RDjs.writeTrace.call(void 0, `\u{1F4E6} Adding local packages to package.json: ${localPackages.map((p) => p.name).join(", ")}`);
107
107
  const projectJsonFile = await _promises.readFile.call(void 0, _chunkJTAXCQX6js.joinPaths.call(void 0, projectRoot, "project.json"), "utf8");
108
108
  const projectJson = JSON.parse(projectJsonFile);
109
109
  const projectName2 = projectJson.name;
@@ -137,7 +137,7 @@ var addPackageDependencies = /* @__PURE__ */ _chunk3GQAWCBQjs.__name.call(void 0
137
137
  return ret;
138
138
  }, _nullishCoalesce(packageJson.devDependencies, () => ( {})));
139
139
  } else {
140
- _chunkBRWRLQDCjs.writeTrace.call(void 0, "\u{1F4E6} No local packages dependencies to add to package.json");
140
+ _chunkYYGYJ6RDjs.writeTrace.call(void 0, "\u{1F4E6} No local packages dependencies to add to package.json");
141
141
  }
142
142
  return packageJson;
143
143
  }, "addPackageDependencies");
@@ -233,7 +233,7 @@ var getEntryPoints = /* @__PURE__ */ _chunk3GQAWCBQjs.__name.call(void 0, async
233
233
  results.push(...files.reduce((ret, filePath) => {
234
234
  const result = _chunkJTAXCQX6js.correctPaths.call(void 0, _chunkJTAXCQX6js.joinPaths.call(void 0, filePath.path, filePath.name).replaceAll(_chunkJTAXCQX6js.correctPaths.call(void 0, workspaceRoot), "").replaceAll(_chunkJTAXCQX6js.correctPaths.call(void 0, projectRoot), ""));
235
235
  if (result) {
236
- _chunkBRWRLQDCjs.writeDebug.call(void 0, `Trying to add entry point ${result} at "${_chunkJTAXCQX6js.joinPaths.call(void 0, filePath.path, filePath.name)}"`, config);
236
+ _chunkYYGYJ6RDjs.writeDebug.call(void 0, `Trying to add entry point ${result} at "${_chunkJTAXCQX6js.joinPaths.call(void 0, filePath.path, filePath.name)}"`, config);
237
237
  if (!results.includes(result)) {
238
238
  results.push(result);
239
239
  }
@@ -1,9 +1,9 @@
1
1
  import {
2
2
  withRunExecutor
3
- } from "./chunk-LTVP4D6L.mjs";
3
+ } from "./chunk-KF7N7257.mjs";
4
4
  import {
5
5
  writeInfo
6
- } from "./chunk-AHTDYOCZ.mjs";
6
+ } from "./chunk-TKBY73FG.mjs";
7
7
  import {
8
8
  joinPaths
9
9
  } from "./chunk-KZJCDAOU.mjs";
@@ -7,7 +7,7 @@ var _chunkRBU35LQWjs = require('./chunk-RBU35LQW.js');
7
7
  var _chunkHI4G4OOGjs = require('./chunk-HI4G4OOG.js');
8
8
 
9
9
 
10
- var _chunk4AJFP7HMjs = require('./chunk-4AJFP7HM.js');
10
+ var _chunkNIO6FDINjs = require('./chunk-NIO6FDIN.js');
11
11
 
12
12
 
13
13
  var _chunkJTAXCQX6js = require('./chunk-JTAXCQX6.js');
@@ -52,7 +52,7 @@ async function nodeLibraryGeneratorFn(tree, schema, config) {
52
52
  return null;
53
53
  }
54
54
  _chunk3GQAWCBQjs.__name.call(void 0, nodeLibraryGeneratorFn, "nodeLibraryGeneratorFn");
55
- var generator_default = _chunk4AJFP7HMjs.withRunGenerator.call(void 0, "TypeScript Library Creator (NodeJs Platform)", nodeLibraryGeneratorFn, {
55
+ var generator_default = _chunkNIO6FDINjs.withRunGenerator.call(void 0, "TypeScript Library Creator (NodeJs Platform)", nodeLibraryGeneratorFn, {
56
56
  hooks: {
57
57
  applyDefaultOptions: /* @__PURE__ */ _chunk3GQAWCBQjs.__name.call(void 0, (options) => {
58
58
  options.description ??= "A library used by Storm Software to support NodeJs applications";