@storm-software/workspace-tools 1.239.2 → 1.239.3

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.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,14 @@
1
+ ## 1.239.3 (2025-01-22)
2
+
3
+ ### Bug Fixes
4
+
5
+ - **unbuild:** Resolve issue applying entry directory to build options ([2c795456](https://github.com/storm-software/storm-ops/commit/2c795456))
6
+
7
+ ### 🧱 Updated Dependencies
8
+
9
+ - Updated unbuild to 0.30.3
10
+ - Updated unbuild to 0.30.3
11
+
1
12
  ## 1.239.2 (2025-01-22)
2
13
 
3
14
  ### 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.239.1-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.239.2-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 -->
@@ -8,7 +8,7 @@
8
8
 
9
9
 
10
10
 
11
- var _chunkSEZJIRERjs = require('./chunk-SEZJIRER.js');
11
+ var _chunkKTQJ3BYSjs = require('./chunk-KTQJ3BYS.js');
12
12
 
13
13
 
14
14
  var _chunkB2TMWHSQjs = require('./chunk-B2TMWHSQ.js');
@@ -487,7 +487,7 @@ _chunk3GQAWCBQjs.__name.call(void 0, getTypeDependencyPackageName, "getTypeDepen
487
487
 
488
488
  // ../esbuild/src/config.ts
489
489
  var getOutputExtensionMap = /* @__PURE__ */ _chunk3GQAWCBQjs.__name.call(void 0, (options, pkgType) => {
490
- return options.outExtension ? options.outExtension(options.format, pkgType) : _chunkSEZJIRERjs.getOutExtension.call(void 0, options.format, pkgType);
490
+ return options.outExtension ? options.outExtension(options.format, pkgType) : _chunkKTQJ3BYSjs.getOutExtension.call(void 0, options.format, pkgType);
491
491
  }, "getOutputExtensionMap");
492
492
  var getDefaultBuildPlugins = /* @__PURE__ */ _chunk3GQAWCBQjs.__name.call(void 0, (options, resolvedOptions) => [
493
493
  nodeProtocolPlugin(options, resolvedOptions),
@@ -535,7 +535,7 @@ var DEFAULT_BUILD_OPTIONS = {
535
535
  ".woff": "file",
536
536
  ".woff2": "file"
537
537
  },
538
- banner: _chunkSEZJIRERjs.DEFAULT_COMPILED_BANNER
538
+ banner: _chunkKTQJ3BYSjs.DEFAULT_COMPILED_BANNER
539
539
  };
540
540
 
541
541
  // ../esbuild/src/plugins/deps-check.ts
@@ -730,14 +730,14 @@ var resolveOptions = /* @__PURE__ */ _chunk3GQAWCBQjs.__name.call(void 0, async
730
730
  }
731
731
  const options = _defu2.default.call(void 0, userOptions, DEFAULT_BUILD_OPTIONS);
732
732
  options.name ??= `${projectName}-${options.format}`;
733
- options.target ??= _chunkSEZJIRERjs.DEFAULT_TARGET;
733
+ options.target ??= _chunkKTQJ3BYSjs.DEFAULT_TARGET;
734
734
  const packageJsonPath = _chunkXCSSYTCUjs.joinPaths.call(void 0, workspaceRoot.dir, options.projectRoot, "package.json");
735
735
  if (!await _node.hfs.isFile(packageJsonPath)) {
736
736
  throw new Error("Cannot find package.json configuration");
737
737
  }
738
738
  const packageJson = await _node.hfs.json(packageJsonPath);
739
739
  const outExtension = getOutputExtensionMap(options, packageJson.type);
740
- const env = _chunkSEZJIRERjs.getEnv.call(void 0, "esbuild", options);
740
+ const env = _chunkKTQJ3BYSjs.getEnv.call(void 0, "esbuild", options);
741
741
  const result = {
742
742
  ...options,
743
743
  config,
@@ -757,7 +757,7 @@ var resolveOptions = /* @__PURE__ */ _chunk3GQAWCBQjs.__name.call(void 0, async
757
757
  ...userOptions,
758
758
  tsconfig: _chunkXCSSYTCUjs.joinPaths.call(void 0, projectRoot, userOptions.tsconfig ? userOptions.tsconfig.replace(projectRoot, "") : "tsconfig.json"),
759
759
  format: options.format || "cjs",
760
- entryPoints: await _chunkSEZJIRERjs.getEntryPoints.call(void 0, config, projectRoot, projectJson.sourceRoot, userOptions.entry || [
760
+ entryPoints: await _chunkKTQJ3BYSjs.getEntryPoints.call(void 0, config, projectRoot, projectJson.sourceRoot, userOptions.entry || [
761
761
  "./src/index.ts"
762
762
  ], userOptions.emitOnAll),
763
763
  outdir: userOptions.outputPath || _chunkXCSSYTCUjs.joinPaths.call(void 0, "dist", projectRoot),
@@ -782,8 +782,8 @@ var resolveOptions = /* @__PURE__ */ _chunk3GQAWCBQjs.__name.call(void 0, async
782
782
  outExtension,
783
783
  footer: userOptions.footer,
784
784
  banner: {
785
- js: options.banner || _chunkSEZJIRERjs.DEFAULT_COMPILED_BANNER,
786
- css: options.banner || _chunkSEZJIRERjs.DEFAULT_COMPILED_BANNER
785
+ js: options.banner || _chunkKTQJ3BYSjs.DEFAULT_COMPILED_BANNER,
786
+ css: options.banner || _chunkKTQJ3BYSjs.DEFAULT_COMPILED_BANNER
787
787
  },
788
788
  splitting: options.format === "iife" ? false : typeof options.splitting === "boolean" ? options.splitting : options.format === "esm",
789
789
  treeShaking: options.format === "esm",
@@ -825,11 +825,11 @@ async function generatePackageJson(context2) {
825
825
  if (!packageJson) {
826
826
  throw new Error("Cannot find package.json configuration file");
827
827
  }
828
- packageJson = await _chunkSEZJIRERjs.addPackageDependencies.call(void 0, context2.options.config.workspaceRoot, context2.options.projectRoot, context2.options.projectName, packageJson);
829
- packageJson = await _chunkSEZJIRERjs.addWorkspacePackageJsonFields.call(void 0, context2.options.config, context2.options.projectRoot, context2.options.sourceRoot, context2.options.projectName, false, packageJson);
828
+ packageJson = await _chunkKTQJ3BYSjs.addPackageDependencies.call(void 0, context2.options.config.workspaceRoot, context2.options.projectRoot, context2.options.projectName, packageJson);
829
+ packageJson = await _chunkKTQJ3BYSjs.addWorkspacePackageJsonFields.call(void 0, context2.options.config, context2.options.projectRoot, context2.options.sourceRoot, context2.options.projectName, false, packageJson);
830
830
  packageJson.exports ??= {};
831
831
  packageJson.exports["./package.json"] ??= "./package.json";
832
- packageJson.exports["."] ??= _chunkSEZJIRERjs.addPackageJsonExport.call(void 0, "index", packageJson.type, context2.options.sourceRoot);
832
+ packageJson.exports["."] ??= _chunkKTQJ3BYSjs.addPackageJsonExport.call(void 0, "index", packageJson.type, context2.options.sourceRoot);
833
833
  let entryPoints = [
834
834
  {
835
835
  in: "./src/index.ts",
@@ -847,7 +847,7 @@ async function generatePackageJson(context2) {
847
847
  const split = entryPoint.out.split(".");
848
848
  split.pop();
849
849
  const entry = split.join(".").replaceAll("\\", "/");
850
- packageJson.exports[`./${entry}`] ??= _chunkSEZJIRERjs.addPackageJsonExport.call(void 0, entry, packageJson.type, context2.options.sourceRoot);
850
+ packageJson.exports[`./${entry}`] ??= _chunkKTQJ3BYSjs.addPackageJsonExport.call(void 0, entry, packageJson.type, context2.options.sourceRoot);
851
851
  }
852
852
  }
853
853
  packageJson.main = packageJson.type === "commonjs" ? "./dist/index.js" : "./dist/index.cjs";
@@ -904,7 +904,7 @@ async function copyBuildAssets(context2) {
904
904
  if (_optionalChain([context2, 'access', _26 => _26.result, 'optionalAccess', _27 => _27.errors, 'access', _28 => _28.length]) === 0) {
905
905
  _chunkM3X4P6ATjs.writeDebug.call(void 0, ` \u{1F4CB} Copying asset files to output directory: ${context2.options.outdir}`, context2.options.config);
906
906
  const stopwatch = _chunkM3X4P6ATjs.getStopwatch.call(void 0, `${context2.options.name} asset copy`);
907
- await _chunkSEZJIRERjs.copyAssets.call(void 0, context2.options.config, _nullishCoalesce(context2.options.assets, () => ( [])), context2.options.outdir, context2.options.projectRoot, context2.options.projectName, context2.options.sourceRoot, true, false);
907
+ await _chunkKTQJ3BYSjs.copyAssets.call(void 0, context2.options.config, _nullishCoalesce(context2.options.assets, () => ( [])), context2.options.outdir, context2.options.projectRoot, context2.options.projectName, context2.options.sourceRoot, true, false);
908
908
  stopwatch();
909
909
  }
910
910
  return context2;
@@ -6,7 +6,7 @@
6
6
 
7
7
 
8
8
 
9
- var _chunkSEZJIRERjs = require('./chunk-SEZJIRER.js');
9
+ var _chunkKTQJ3BYSjs = require('./chunk-KTQJ3BYS.js');
10
10
 
11
11
 
12
12
  var _chunkB2TMWHSQjs = require('./chunk-B2TMWHSQ.js');
@@ -91,19 +91,19 @@ var resolveOptions = /* @__PURE__ */ _chunk3GQAWCBQjs.__name.call(void 0, async
91
91
  }
92
92
  const options = _defu2.default.call(void 0, userOptions, DEFAULT_BUILD_OPTIONS);
93
93
  options.name ??= `${projectName}-${options.format}`;
94
- options.target ??= _chunkSEZJIRERjs.DEFAULT_TARGET;
94
+ options.target ??= _chunkKTQJ3BYSjs.DEFAULT_TARGET;
95
95
  const packageJsonPath = _chunkXCSSYTCUjs.joinPaths.call(void 0, workspaceRoot.dir, options.projectRoot, "package.json");
96
96
  if (!await _node.hfs.isFile(packageJsonPath)) {
97
97
  throw new Error("Cannot find package.json configuration");
98
98
  }
99
- const env = _chunkSEZJIRERjs.getEnv.call(void 0, "tsdown", options);
99
+ const env = _chunkKTQJ3BYSjs.getEnv.call(void 0, "tsdown", options);
100
100
  const result = {
101
101
  ...options,
102
102
  config,
103
103
  ...userOptions,
104
104
  tsconfig: _chunkXCSSYTCUjs.joinPaths.call(void 0, projectRoot, userOptions.tsconfig ? userOptions.tsconfig.replace(projectRoot, "") : "tsconfig.json"),
105
105
  format: options.format || "cjs",
106
- entryPoints: await _chunkSEZJIRERjs.getEntryPoints.call(void 0, config, projectRoot, projectJson.sourceRoot, userOptions.entry || [
106
+ entryPoints: await _chunkKTQJ3BYSjs.getEntryPoints.call(void 0, config, projectRoot, projectJson.sourceRoot, userOptions.entry || [
107
107
  "./src/index.ts"
108
108
  ], userOptions.emitOnAll),
109
109
  outdir: userOptions.outputPath || _chunkXCSSYTCUjs.joinPaths.call(void 0, "dist", projectRoot),
@@ -159,11 +159,11 @@ async function generatePackageJson(options) {
159
159
  if (!packageJson) {
160
160
  throw new Error("Cannot find package.json configuration file");
161
161
  }
162
- packageJson = await _chunkSEZJIRERjs.addPackageDependencies.call(void 0, options.config.workspaceRoot, options.projectRoot, options.projectName, packageJson);
163
- packageJson = await _chunkSEZJIRERjs.addWorkspacePackageJsonFields.call(void 0, options.config, options.projectRoot, options.sourceRoot, options.projectName, false, packageJson);
162
+ packageJson = await _chunkKTQJ3BYSjs.addPackageDependencies.call(void 0, options.config.workspaceRoot, options.projectRoot, options.projectName, packageJson);
163
+ packageJson = await _chunkKTQJ3BYSjs.addWorkspacePackageJsonFields.call(void 0, options.config, options.projectRoot, options.sourceRoot, options.projectName, false, packageJson);
164
164
  packageJson.exports ??= {};
165
165
  packageJson.exports["./package.json"] ??= "./package.json";
166
- packageJson.exports["."] ??= _chunkSEZJIRERjs.addPackageJsonExport.call(void 0, "index", packageJson.type, options.sourceRoot);
166
+ packageJson.exports["."] ??= _chunkKTQJ3BYSjs.addPackageJsonExport.call(void 0, "index", packageJson.type, options.sourceRoot);
167
167
  let entryPoints = [
168
168
  {
169
169
  in: "./src/index.ts",
@@ -181,7 +181,7 @@ async function generatePackageJson(options) {
181
181
  const split = entryPoint.out.split(".");
182
182
  split.pop();
183
183
  const entry = split.join(".").replaceAll("\\", "/");
184
- packageJson.exports[`./${entry}`] ??= _chunkSEZJIRERjs.addPackageJsonExport.call(void 0, entry, packageJson.type, options.sourceRoot);
184
+ packageJson.exports[`./${entry}`] ??= _chunkKTQJ3BYSjs.addPackageJsonExport.call(void 0, entry, packageJson.type, options.sourceRoot);
185
185
  }
186
186
  }
187
187
  packageJson.main = packageJson.type === "commonjs" ? "./dist/index.js" : "./dist/index.cjs";
@@ -215,7 +215,7 @@ _chunk3GQAWCBQjs.__name.call(void 0, executeTSDown, "executeTSDown");
215
215
  async function copyBuildAssets(options) {
216
216
  _chunkM3X4P6ATjs.writeDebug.call(void 0, ` \u{1F4CB} Copying asset files to output directory: ${options.outdir}`, options.config);
217
217
  const stopwatch = _chunkM3X4P6ATjs.getStopwatch.call(void 0, `${options.name} asset copy`);
218
- await _chunkSEZJIRERjs.copyAssets.call(void 0, options.config, _nullishCoalesce(options.assets, () => ( [])), options.outdir, options.projectRoot, options.projectName, options.sourceRoot, true, false);
218
+ await _chunkKTQJ3BYSjs.copyAssets.call(void 0, options.config, _nullishCoalesce(options.assets, () => ( [])), options.outdir, options.projectRoot, options.projectName, options.sourceRoot, true, false);
219
219
  stopwatch();
220
220
  return options;
221
221
  }
@@ -86,8 +86,10 @@ var copyAssets = /* @__PURE__ */ __name(async (config, assets, outputPath, proje
86
86
  if (!buildTarget) {
87
87
  throw new Error(`The Build process failed because the project does not have a valid build target in the project.json file. Check if the file exists in the root of the project at ${joinPaths(projectRoot, "project.json")}`);
88
88
  }
89
+ writeTrace(`\u{1F4DD} Copying the following assets to the output directory:
90
+ ${pendingAssets.map((pendingAsset) => typeof pendingAsset === "string" ? ` - ${pendingAsset} -> ${outputPath}` : ` - ${pendingAsset.input}/${pendingAsset.glob} -> ${joinPaths(outputPath, pendingAsset.output)}`).join("\n")}`, config);
89
91
  const result = await copyAssetsBase({
90
- assets,
92
+ assets: pendingAssets,
91
93
  watch: false,
92
94
  outputPath
93
95
  }, {
@@ -86,8 +86,10 @@ var copyAssets = /* @__PURE__ */ _chunk3GQAWCBQjs.__name.call(void 0, async (con
86
86
  if (!buildTarget) {
87
87
  throw new Error(`The Build process failed because the project does not have a valid build target in the project.json file. Check if the file exists in the root of the project at ${_chunkXCSSYTCUjs.joinPaths.call(void 0, projectRoot, "project.json")}`);
88
88
  }
89
+ _chunkM3X4P6ATjs.writeTrace.call(void 0, `\u{1F4DD} Copying the following assets to the output directory:
90
+ ${pendingAssets.map((pendingAsset) => typeof pendingAsset === "string" ? ` - ${pendingAsset} -> ${outputPath}` : ` - ${pendingAsset.input}/${pendingAsset.glob} -> ${_chunkXCSSYTCUjs.joinPaths.call(void 0, outputPath, pendingAsset.output)}`).join("\n")}`, config);
89
91
  const result = await _js.copyAssets.call(void 0, {
90
- assets,
92
+ assets: pendingAssets,
91
93
  watch: false,
92
94
  outputPath
93
95
  }, {
@@ -8,7 +8,7 @@ import {
8
8
  getEntryPoints,
9
9
  getEnv,
10
10
  getOutExtension
11
- } from "./chunk-Q3EM343U.mjs";
11
+ } from "./chunk-GIIOK5XW.mjs";
12
12
  import {
13
13
  withRunExecutor
14
14
  } from "./chunk-FTCEJETR.mjs";
@@ -6,7 +6,7 @@ import {
6
6
  copyAssets,
7
7
  getEntryPoints,
8
8
  getEnv
9
- } from "./chunk-Q3EM343U.mjs";
9
+ } from "./chunk-GIIOK5XW.mjs";
10
10
  import {
11
11
  withRunExecutor
12
12
  } from "./chunk-FTCEJETR.mjs";
package/dist/executors.js CHANGED
@@ -4,26 +4,26 @@
4
4
  var _chunkFDQROX6Tjs = require('./chunk-FDQROX6T.js');
5
5
 
6
6
 
7
- var _chunkCHBQHYNXjs = require('./chunk-CHBQHYNX.js');
7
+ var _chunkMZ6IF3DOjs = require('./chunk-MZ6IF3DO.js');
8
8
 
9
9
 
10
10
  var _chunkSMQLC4ZDjs = require('./chunk-SMQLC4ZD.js');
11
11
 
12
12
 
13
- var _chunkWPLOOG3Ujs = require('./chunk-WPLOOG3U.js');
14
- require('./chunk-SEZJIRER.js');
13
+ var _chunkFZRFNRJTjs = require('./chunk-FZRFNRJT.js');
15
14
 
16
15
 
17
16
  var _chunk7DG4BPDHjs = require('./chunk-7DG4BPDH.js');
18
17
 
19
18
 
20
- var _chunkGGGO542Mjs = require('./chunk-GGGO542M.js');
19
+ var _chunkLSUHHBAMjs = require('./chunk-LSUHHBAM.js');
21
20
 
22
21
 
23
- var _chunkLSUHHBAMjs = require('./chunk-LSUHHBAM.js');
22
+ var _chunkGGGO542Mjs = require('./chunk-GGGO542M.js');
24
23
 
25
24
 
26
- var _chunkMZ6IF3DOjs = require('./chunk-MZ6IF3DO.js');
25
+ var _chunkBQ6QQEKMjs = require('./chunk-BQ6QQEKM.js');
26
+ require('./chunk-KTQJ3BYS.js');
27
27
 
28
28
 
29
29
  var _chunkUR7LTGOYjs = require('./chunk-UR7LTGOY.js');
@@ -58,4 +58,4 @@ require('./chunk-3GQAWCBQ.js');
58
58
 
59
59
 
60
60
 
61
- exports.LARGE_BUFFER = _chunkMZ6IF3DOjs.LARGE_BUFFER; exports.cargoBuildExecutor = _chunkUR7LTGOYjs.cargoBuildExecutor; exports.cargoCheckExecutor = _chunkE42HWC4Djs.cargoCheckExecutor; exports.cargoClippyExecutor = _chunkBUKUNOCVjs.cargoClippyExecutor; exports.cargoDocExecutor = _chunkSTENKYWNjs.cargoDocExecutor; exports.cargoFormatExecutor = _chunkLSUHHBAMjs.cargoFormatExecutor; exports.esbuildExecutorFn = _chunkCHBQHYNXjs.esbuildExecutorFn; exports.getRegistryVersion = _chunkGGGO542Mjs.getRegistryVersion; exports.sizeLimitExecutorFn = _chunkSMQLC4ZDjs.sizeLimitExecutorFn; exports.tsdownExecutorFn = _chunkWPLOOG3Ujs.tsdownExecutorFn; exports.typiaExecutorFn = _chunk7DG4BPDHjs.typiaExecutorFn; exports.unbuildExecutorFn = _chunkFDQROX6Tjs.unbuildExecutorFn;
61
+ exports.LARGE_BUFFER = _chunkMZ6IF3DOjs.LARGE_BUFFER; exports.cargoBuildExecutor = _chunkUR7LTGOYjs.cargoBuildExecutor; exports.cargoCheckExecutor = _chunkE42HWC4Djs.cargoCheckExecutor; exports.cargoClippyExecutor = _chunkBUKUNOCVjs.cargoClippyExecutor; exports.cargoDocExecutor = _chunkSTENKYWNjs.cargoDocExecutor; exports.cargoFormatExecutor = _chunkLSUHHBAMjs.cargoFormatExecutor; exports.esbuildExecutorFn = _chunkBQ6QQEKMjs.esbuildExecutorFn; exports.getRegistryVersion = _chunkGGGO542Mjs.getRegistryVersion; exports.sizeLimitExecutorFn = _chunkSMQLC4ZDjs.sizeLimitExecutorFn; exports.tsdownExecutorFn = _chunkFZRFNRJTjs.tsdownExecutorFn; exports.typiaExecutorFn = _chunk7DG4BPDHjs.typiaExecutorFn; exports.unbuildExecutorFn = _chunkFDQROX6Tjs.unbuildExecutorFn;
@@ -3,27 +3,27 @@ import {
3
3
  unbuildExecutorFn
4
4
  } from "./chunk-ODVU2NXI.mjs";
5
5
  import {
6
- esbuildExecutorFn
7
- } from "./chunk-X7DK54MN.mjs";
6
+ LARGE_BUFFER
7
+ } from "./chunk-5FEFILUQ.mjs";
8
8
  import {
9
9
  sizeLimitExecutorFn
10
10
  } from "./chunk-JES75APB.mjs";
11
11
  import {
12
12
  tsdownExecutorFn
13
- } from "./chunk-U3DESZIP.mjs";
14
- import "./chunk-Q3EM343U.mjs";
13
+ } from "./chunk-VNRL6EUK.mjs";
15
14
  import {
16
15
  typiaExecutorFn
17
16
  } from "./chunk-YP6KREBX.mjs";
18
- import {
19
- getRegistryVersion
20
- } from "./chunk-6ZQ3QYXH.mjs";
21
17
  import {
22
18
  cargoFormatExecutor
23
19
  } from "./chunk-LQSCFXXH.mjs";
24
20
  import {
25
- LARGE_BUFFER
26
- } from "./chunk-5FEFILUQ.mjs";
21
+ getRegistryVersion
22
+ } from "./chunk-6ZQ3QYXH.mjs";
23
+ import {
24
+ esbuildExecutorFn
25
+ } from "./chunk-SOQA673K.mjs";
26
+ import "./chunk-GIIOK5XW.mjs";
27
27
  import {
28
28
  cargoBuildExecutor
29
29
  } from "./chunk-PYLFT2B6.mjs";
package/dist/index.js CHANGED
@@ -45,26 +45,26 @@ require('./chunk-3J53KHVV.js');
45
45
  var _chunkFDQROX6Tjs = require('./chunk-FDQROX6T.js');
46
46
 
47
47
 
48
- var _chunkCHBQHYNXjs = require('./chunk-CHBQHYNX.js');
48
+ var _chunkMZ6IF3DOjs = require('./chunk-MZ6IF3DO.js');
49
49
 
50
50
 
51
51
  var _chunkSMQLC4ZDjs = require('./chunk-SMQLC4ZD.js');
52
52
 
53
53
 
54
- var _chunkWPLOOG3Ujs = require('./chunk-WPLOOG3U.js');
55
- require('./chunk-SEZJIRER.js');
54
+ var _chunkFZRFNRJTjs = require('./chunk-FZRFNRJT.js');
56
55
 
57
56
 
58
57
  var _chunk7DG4BPDHjs = require('./chunk-7DG4BPDH.js');
59
58
 
60
59
 
61
- var _chunkGGGO542Mjs = require('./chunk-GGGO542M.js');
60
+ var _chunkLSUHHBAMjs = require('./chunk-LSUHHBAM.js');
62
61
 
63
62
 
64
- var _chunkLSUHHBAMjs = require('./chunk-LSUHHBAM.js');
63
+ var _chunkGGGO542Mjs = require('./chunk-GGGO542M.js');
65
64
 
66
65
 
67
- var _chunkMZ6IF3DOjs = require('./chunk-MZ6IF3DO.js');
66
+ var _chunkBQ6QQEKMjs = require('./chunk-BQ6QQEKM.js');
67
+ require('./chunk-KTQJ3BYS.js');
68
68
 
69
69
 
70
70
  var _chunkUR7LTGOYjs = require('./chunk-UR7LTGOY.js');
@@ -277,4 +277,4 @@ require('./chunk-3GQAWCBQ.js');
277
277
 
278
278
 
279
279
 
280
- exports.INVALID_CARGO_ARGS = _chunkULBTYC2Bjs.INVALID_CARGO_ARGS; exports.LARGE_BUFFER = _chunkMZ6IF3DOjs.LARGE_BUFFER; exports.LOCK_FILES = _chunkPY52QA2Rjs.LOCK_FILES; exports.NPM_LOCK_FILE = _chunkPY52QA2Rjs.NPM_LOCK_FILE; exports.NPM_LOCK_PATH = _chunkPY52QA2Rjs.NPM_LOCK_PATH; exports.PNPM_LOCK_FILE = _chunkPY52QA2Rjs.PNPM_LOCK_FILE; exports.PNPM_LOCK_PATH = _chunkPY52QA2Rjs.PNPM_LOCK_PATH; exports.PackageManagerTypes = _chunk7AXFMX2Tjs.PackageManagerTypes; exports.ProjectTagConstants = _chunk7YRW5HNXjs.ProjectTagConstants; exports.ProjectTagDistStyleValue = _chunk4NOLUAQNjs.ProjectTagDistStyleValue; exports.ProjectTagLanguageValue = _chunk4NOLUAQNjs.ProjectTagLanguageValue; exports.ProjectTagPlatformValue = _chunk4NOLUAQNjs.ProjectTagPlatformValue; exports.ProjectTagRegistryValue = _chunk4NOLUAQNjs.ProjectTagRegistryValue; exports.ProjectTagTypeValue = _chunk4NOLUAQNjs.ProjectTagTypeValue; exports.ProjectTagVariant = _chunk4NOLUAQNjs.ProjectTagVariant; exports.YARN_LOCK_FILE = _chunkPY52QA2Rjs.YARN_LOCK_FILE; exports.YARN_LOCK_PATH = _chunkPY52QA2Rjs.YARN_LOCK_PATH; exports.addPluginProjectTag = _chunk7YRW5HNXjs.addPluginProjectTag; exports.addProjectTag = _chunk7YRW5HNXjs.addProjectTag; exports.applyWorkspaceExecutorTokens = _chunkBWFTYFWMjs.applyWorkspaceExecutorTokens; exports.baseExecutorSchema = _chunkI734UVDTjs.base_executor_untyped_default; exports.baseGeneratorSchema = _chunk7CJRMBX3js.base_generator_untyped_default; exports.browserLibraryGeneratorFn = _chunkVTNJFMZLjs.browserLibraryGeneratorFn; exports.buildCargoCommand = _chunkULBTYC2Bjs.buildCargoCommand; exports.cargoBaseExecutorSchema = _chunk6QO3KMZAjs.cargo_base_executor_untyped_default; exports.cargoBuildExecutor = _chunkUR7LTGOYjs.cargoBuildExecutor; exports.cargoCheckExecutor = _chunkE42HWC4Djs.cargoCheckExecutor; exports.cargoClippyExecutor = _chunkBUKUNOCVjs.cargoClippyExecutor; exports.cargoCommand = _chunkULBTYC2Bjs.cargoCommand; exports.cargoCommandSync = _chunkULBTYC2Bjs.cargoCommandSync; exports.cargoDocExecutor = _chunkSTENKYWNjs.cargoDocExecutor; exports.cargoFormatExecutor = _chunkLSUHHBAMjs.cargoFormatExecutor; exports.cargoMetadata = _chunkULBTYC2Bjs.cargoMetadata; exports.cargoRunCommand = _chunkULBTYC2Bjs.cargoRunCommand; exports.childProcess = _chunkULBTYC2Bjs.childProcess; exports.configSchemaGeneratorFn = _chunkIFT7I2FJjs.configSchemaGeneratorFn; exports.createCliOptions = _chunkDHGZTMNDjs.createCliOptions; exports.createProjectTsConfigJson = _chunkFBLF4KJFjs.createProjectTsConfigJson; exports.esbuildExecutorFn = _chunkCHBQHYNXjs.esbuildExecutorFn; exports.eslintVersion = _chunkHI4G4OOGjs.eslintVersion; exports.formatProjectTag = _chunk7YRW5HNXjs.formatProjectTag; exports.getLockFileDependencies = _chunkPY52QA2Rjs.getLockFileDependencies; exports.getLockFileName = _chunkPY52QA2Rjs.getLockFileName; exports.getLockFileNodes = _chunkPY52QA2Rjs.getLockFileNodes; exports.getOutputPath = _chunkFBLF4KJFjs.getOutputPath; exports.getPackageInfo = _chunk7AXFMX2Tjs.getPackageInfo; exports.getProjectConfiguration = _chunkZPWY4RXHjs.getProjectConfiguration; exports.getProjectConfigurations = _chunkZPWY4RXHjs.getProjectConfigurations; exports.getProjectTag = _chunk7YRW5HNXjs.getProjectTag; exports.getRegistryVersion = _chunkGGGO542Mjs.getRegistryVersion; exports.getTypiaTransform = _chunkXITP2BX2js.getTypiaTransform; exports.hasProjectTag = _chunk7YRW5HNXjs.hasProjectTag; exports.initGenerator = _chunk3IZ3O4OKjs.initGenerator; exports.isEqualProjectTag = _chunk7YRW5HNXjs.isEqualProjectTag; exports.isExternal = _chunkULBTYC2Bjs.isExternal; exports.lintStagedVersion = _chunkHI4G4OOGjs.lintStagedVersion; exports.lockFileExists = _chunkPY52QA2Rjs.lockFileExists; exports.modifyCargoNestedTable = _chunkZMFVKBRMjs.modifyCargoNestedTable; exports.modifyCargoTable = _chunkZMFVKBRMjs.modifyCargoTable; exports.neutralLibraryGeneratorFn = _chunk3W2Z7D4Ujs.neutralLibraryGeneratorFn; exports.nodeLibraryGeneratorFn = _chunkBNVJA74Djs.nodeLibraryGeneratorFn; exports.nodeVersion = _chunkHI4G4OOGjs.nodeVersion; exports.normalizeOptions = _chunkFBLF4KJFjs.normalizeOptions; exports.nxVersion = _chunkHI4G4OOGjs.nxVersion; exports.parseCargoToml = _chunkZMFVKBRMjs.parseCargoToml; exports.parseCargoTomlWithTree = _chunkZMFVKBRMjs.parseCargoTomlWithTree; exports.pnpmCatalogUpdate = _chunkWPMFZECRjs.pnpmCatalogUpdate; exports.pnpmVersion = _chunkHI4G4OOGjs.pnpmVersion; exports.presetGeneratorFn = _chunkRER3HTR4js.presetGeneratorFn; exports.prettierPackageJsonVersion = _chunkHI4G4OOGjs.prettierPackageJsonVersion; exports.prettierPrismaVersion = _chunkHI4G4OOGjs.prettierPrismaVersion; exports.prettierVersion = _chunkHI4G4OOGjs.prettierVersion; exports.releaseVersionGeneratorFn = _chunkCT2M6P5Rjs.releaseVersionGeneratorFn; exports.runProcess = _chunkULBTYC2Bjs.runProcess; exports.semanticReleaseVersion = _chunkHI4G4OOGjs.semanticReleaseVersion; exports.setDefaultProjectTags = _chunk7YRW5HNXjs.setDefaultProjectTags; exports.sizeLimitExecutorFn = _chunkSMQLC4ZDjs.sizeLimitExecutorFn; exports.stringifyCargoToml = _chunkZMFVKBRMjs.stringifyCargoToml; exports.swcCliVersion = _chunkHI4G4OOGjs.swcCliVersion; exports.swcCoreVersion = _chunkHI4G4OOGjs.swcCoreVersion; exports.swcHelpersVersion = _chunkHI4G4OOGjs.swcHelpersVersion; exports.swcNodeVersion = _chunkHI4G4OOGjs.swcNodeVersion; exports.tsLibVersion = _chunkHI4G4OOGjs.tsLibVersion; exports.tsdownExecutorFn = _chunkWPLOOG3Ujs.tsdownExecutorFn; exports.tsupVersion = _chunkHI4G4OOGjs.tsupVersion; exports.typeScriptLibraryGeneratorFn = _chunkFBLF4KJFjs.typeScriptLibraryGeneratorFn; exports.typesNodeVersion = _chunkHI4G4OOGjs.typesNodeVersion; exports.typescriptBuildExecutorSchema = _chunkIWCQL3AQjs.typescript_build_executor_untyped_default; exports.typescriptLibraryGeneratorSchema = _chunkZFIZ5Q46js.typescript_library_generator_untyped_default; exports.typescriptVersion = _chunkHI4G4OOGjs.typescriptVersion; exports.typiaExecutorFn = _chunk7DG4BPDHjs.typiaExecutorFn; exports.unbuildExecutorFn = _chunkFDQROX6Tjs.unbuildExecutorFn; exports.verdaccioVersion = _chunkHI4G4OOGjs.verdaccioVersion; exports.withRunExecutor = _chunkB2TMWHSQjs.withRunExecutor; exports.withRunGenerator = _chunkTDO6POJNjs.withRunGenerator;
280
+ exports.INVALID_CARGO_ARGS = _chunkULBTYC2Bjs.INVALID_CARGO_ARGS; exports.LARGE_BUFFER = _chunkMZ6IF3DOjs.LARGE_BUFFER; exports.LOCK_FILES = _chunkPY52QA2Rjs.LOCK_FILES; exports.NPM_LOCK_FILE = _chunkPY52QA2Rjs.NPM_LOCK_FILE; exports.NPM_LOCK_PATH = _chunkPY52QA2Rjs.NPM_LOCK_PATH; exports.PNPM_LOCK_FILE = _chunkPY52QA2Rjs.PNPM_LOCK_FILE; exports.PNPM_LOCK_PATH = _chunkPY52QA2Rjs.PNPM_LOCK_PATH; exports.PackageManagerTypes = _chunk7AXFMX2Tjs.PackageManagerTypes; exports.ProjectTagConstants = _chunk7YRW5HNXjs.ProjectTagConstants; exports.ProjectTagDistStyleValue = _chunk4NOLUAQNjs.ProjectTagDistStyleValue; exports.ProjectTagLanguageValue = _chunk4NOLUAQNjs.ProjectTagLanguageValue; exports.ProjectTagPlatformValue = _chunk4NOLUAQNjs.ProjectTagPlatformValue; exports.ProjectTagRegistryValue = _chunk4NOLUAQNjs.ProjectTagRegistryValue; exports.ProjectTagTypeValue = _chunk4NOLUAQNjs.ProjectTagTypeValue; exports.ProjectTagVariant = _chunk4NOLUAQNjs.ProjectTagVariant; exports.YARN_LOCK_FILE = _chunkPY52QA2Rjs.YARN_LOCK_FILE; exports.YARN_LOCK_PATH = _chunkPY52QA2Rjs.YARN_LOCK_PATH; exports.addPluginProjectTag = _chunk7YRW5HNXjs.addPluginProjectTag; exports.addProjectTag = _chunk7YRW5HNXjs.addProjectTag; exports.applyWorkspaceExecutorTokens = _chunkBWFTYFWMjs.applyWorkspaceExecutorTokens; exports.baseExecutorSchema = _chunkI734UVDTjs.base_executor_untyped_default; exports.baseGeneratorSchema = _chunk7CJRMBX3js.base_generator_untyped_default; exports.browserLibraryGeneratorFn = _chunkVTNJFMZLjs.browserLibraryGeneratorFn; exports.buildCargoCommand = _chunkULBTYC2Bjs.buildCargoCommand; exports.cargoBaseExecutorSchema = _chunk6QO3KMZAjs.cargo_base_executor_untyped_default; exports.cargoBuildExecutor = _chunkUR7LTGOYjs.cargoBuildExecutor; exports.cargoCheckExecutor = _chunkE42HWC4Djs.cargoCheckExecutor; exports.cargoClippyExecutor = _chunkBUKUNOCVjs.cargoClippyExecutor; exports.cargoCommand = _chunkULBTYC2Bjs.cargoCommand; exports.cargoCommandSync = _chunkULBTYC2Bjs.cargoCommandSync; exports.cargoDocExecutor = _chunkSTENKYWNjs.cargoDocExecutor; exports.cargoFormatExecutor = _chunkLSUHHBAMjs.cargoFormatExecutor; exports.cargoMetadata = _chunkULBTYC2Bjs.cargoMetadata; exports.cargoRunCommand = _chunkULBTYC2Bjs.cargoRunCommand; exports.childProcess = _chunkULBTYC2Bjs.childProcess; exports.configSchemaGeneratorFn = _chunkIFT7I2FJjs.configSchemaGeneratorFn; exports.createCliOptions = _chunkDHGZTMNDjs.createCliOptions; exports.createProjectTsConfigJson = _chunkFBLF4KJFjs.createProjectTsConfigJson; exports.esbuildExecutorFn = _chunkBQ6QQEKMjs.esbuildExecutorFn; exports.eslintVersion = _chunkHI4G4OOGjs.eslintVersion; exports.formatProjectTag = _chunk7YRW5HNXjs.formatProjectTag; exports.getLockFileDependencies = _chunkPY52QA2Rjs.getLockFileDependencies; exports.getLockFileName = _chunkPY52QA2Rjs.getLockFileName; exports.getLockFileNodes = _chunkPY52QA2Rjs.getLockFileNodes; exports.getOutputPath = _chunkFBLF4KJFjs.getOutputPath; exports.getPackageInfo = _chunk7AXFMX2Tjs.getPackageInfo; exports.getProjectConfiguration = _chunkZPWY4RXHjs.getProjectConfiguration; exports.getProjectConfigurations = _chunkZPWY4RXHjs.getProjectConfigurations; exports.getProjectTag = _chunk7YRW5HNXjs.getProjectTag; exports.getRegistryVersion = _chunkGGGO542Mjs.getRegistryVersion; exports.getTypiaTransform = _chunkXITP2BX2js.getTypiaTransform; exports.hasProjectTag = _chunk7YRW5HNXjs.hasProjectTag; exports.initGenerator = _chunk3IZ3O4OKjs.initGenerator; exports.isEqualProjectTag = _chunk7YRW5HNXjs.isEqualProjectTag; exports.isExternal = _chunkULBTYC2Bjs.isExternal; exports.lintStagedVersion = _chunkHI4G4OOGjs.lintStagedVersion; exports.lockFileExists = _chunkPY52QA2Rjs.lockFileExists; exports.modifyCargoNestedTable = _chunkZMFVKBRMjs.modifyCargoNestedTable; exports.modifyCargoTable = _chunkZMFVKBRMjs.modifyCargoTable; exports.neutralLibraryGeneratorFn = _chunk3W2Z7D4Ujs.neutralLibraryGeneratorFn; exports.nodeLibraryGeneratorFn = _chunkBNVJA74Djs.nodeLibraryGeneratorFn; exports.nodeVersion = _chunkHI4G4OOGjs.nodeVersion; exports.normalizeOptions = _chunkFBLF4KJFjs.normalizeOptions; exports.nxVersion = _chunkHI4G4OOGjs.nxVersion; exports.parseCargoToml = _chunkZMFVKBRMjs.parseCargoToml; exports.parseCargoTomlWithTree = _chunkZMFVKBRMjs.parseCargoTomlWithTree; exports.pnpmCatalogUpdate = _chunkWPMFZECRjs.pnpmCatalogUpdate; exports.pnpmVersion = _chunkHI4G4OOGjs.pnpmVersion; exports.presetGeneratorFn = _chunkRER3HTR4js.presetGeneratorFn; exports.prettierPackageJsonVersion = _chunkHI4G4OOGjs.prettierPackageJsonVersion; exports.prettierPrismaVersion = _chunkHI4G4OOGjs.prettierPrismaVersion; exports.prettierVersion = _chunkHI4G4OOGjs.prettierVersion; exports.releaseVersionGeneratorFn = _chunkCT2M6P5Rjs.releaseVersionGeneratorFn; exports.runProcess = _chunkULBTYC2Bjs.runProcess; exports.semanticReleaseVersion = _chunkHI4G4OOGjs.semanticReleaseVersion; exports.setDefaultProjectTags = _chunk7YRW5HNXjs.setDefaultProjectTags; exports.sizeLimitExecutorFn = _chunkSMQLC4ZDjs.sizeLimitExecutorFn; exports.stringifyCargoToml = _chunkZMFVKBRMjs.stringifyCargoToml; exports.swcCliVersion = _chunkHI4G4OOGjs.swcCliVersion; exports.swcCoreVersion = _chunkHI4G4OOGjs.swcCoreVersion; exports.swcHelpersVersion = _chunkHI4G4OOGjs.swcHelpersVersion; exports.swcNodeVersion = _chunkHI4G4OOGjs.swcNodeVersion; exports.tsLibVersion = _chunkHI4G4OOGjs.tsLibVersion; exports.tsdownExecutorFn = _chunkFZRFNRJTjs.tsdownExecutorFn; exports.tsupVersion = _chunkHI4G4OOGjs.tsupVersion; exports.typeScriptLibraryGeneratorFn = _chunkFBLF4KJFjs.typeScriptLibraryGeneratorFn; exports.typesNodeVersion = _chunkHI4G4OOGjs.typesNodeVersion; exports.typescriptBuildExecutorSchema = _chunkIWCQL3AQjs.typescript_build_executor_untyped_default; exports.typescriptLibraryGeneratorSchema = _chunkZFIZ5Q46js.typescript_library_generator_untyped_default; exports.typescriptVersion = _chunkHI4G4OOGjs.typescriptVersion; exports.typiaExecutorFn = _chunk7DG4BPDHjs.typiaExecutorFn; exports.unbuildExecutorFn = _chunkFDQROX6Tjs.unbuildExecutorFn; exports.verdaccioVersion = _chunkHI4G4OOGjs.verdaccioVersion; exports.withRunExecutor = _chunkB2TMWHSQjs.withRunExecutor; exports.withRunGenerator = _chunkTDO6POJNjs.withRunGenerator;
package/dist/index.mjs CHANGED
@@ -44,27 +44,27 @@ import {
44
44
  unbuildExecutorFn
45
45
  } from "./chunk-ODVU2NXI.mjs";
46
46
  import {
47
- esbuildExecutorFn
48
- } from "./chunk-X7DK54MN.mjs";
47
+ LARGE_BUFFER
48
+ } from "./chunk-5FEFILUQ.mjs";
49
49
  import {
50
50
  sizeLimitExecutorFn
51
51
  } from "./chunk-JES75APB.mjs";
52
52
  import {
53
53
  tsdownExecutorFn
54
- } from "./chunk-U3DESZIP.mjs";
55
- import "./chunk-Q3EM343U.mjs";
54
+ } from "./chunk-VNRL6EUK.mjs";
56
55
  import {
57
56
  typiaExecutorFn
58
57
  } from "./chunk-YP6KREBX.mjs";
59
- import {
60
- getRegistryVersion
61
- } from "./chunk-6ZQ3QYXH.mjs";
62
58
  import {
63
59
  cargoFormatExecutor
64
60
  } from "./chunk-LQSCFXXH.mjs";
65
61
  import {
66
- LARGE_BUFFER
67
- } from "./chunk-5FEFILUQ.mjs";
62
+ getRegistryVersion
63
+ } from "./chunk-6ZQ3QYXH.mjs";
64
+ import {
65
+ esbuildExecutorFn
66
+ } from "./chunk-SOQA673K.mjs";
67
+ import "./chunk-GIIOK5XW.mjs";
68
68
  import {
69
69
  cargoBuildExecutor
70
70
  } from "./chunk-PYLFT2B6.mjs";
@@ -1,8 +1,8 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
2
 
3
3
 
4
- var _chunkCHBQHYNXjs = require('../../../chunk-CHBQHYNX.js');
5
- require('../../../chunk-SEZJIRER.js');
4
+ var _chunkBQ6QQEKMjs = require('../../../chunk-BQ6QQEKM.js');
5
+ require('../../../chunk-KTQJ3BYS.js');
6
6
  require('../../../chunk-B2TMWHSQ.js');
7
7
  require('../../../chunk-XS73BPQS.js');
8
8
  require('../../../chunk-M3X4P6AT.js');
@@ -12,4 +12,4 @@ require('../../../chunk-3GQAWCBQ.js');
12
12
 
13
13
 
14
14
 
15
- exports.default = _chunkCHBQHYNXjs.executor_default; exports.esbuildExecutorFn = _chunkCHBQHYNXjs.esbuildExecutorFn;
15
+ exports.default = _chunkBQ6QQEKMjs.executor_default; exports.esbuildExecutorFn = _chunkBQ6QQEKMjs.esbuildExecutorFn;
@@ -1,8 +1,8 @@
1
1
  import {
2
2
  esbuildExecutorFn,
3
3
  executor_default
4
- } from "../../../chunk-X7DK54MN.mjs";
5
- import "../../../chunk-Q3EM343U.mjs";
4
+ } from "../../../chunk-SOQA673K.mjs";
5
+ import "../../../chunk-GIIOK5XW.mjs";
6
6
  import "../../../chunk-FTCEJETR.mjs";
7
7
  import "../../../chunk-2BQA54CQ.mjs";
8
8
  import "../../../chunk-BWUHOT6F.mjs";
@@ -1,8 +1,8 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
2
 
3
3
 
4
- var _chunkWPLOOG3Ujs = require('../../../chunk-WPLOOG3U.js');
5
- require('../../../chunk-SEZJIRER.js');
4
+ var _chunkFZRFNRJTjs = require('../../../chunk-FZRFNRJT.js');
5
+ require('../../../chunk-KTQJ3BYS.js');
6
6
  require('../../../chunk-B2TMWHSQ.js');
7
7
  require('../../../chunk-XS73BPQS.js');
8
8
  require('../../../chunk-M3X4P6AT.js');
@@ -12,4 +12,4 @@ require('../../../chunk-3GQAWCBQ.js');
12
12
 
13
13
 
14
14
 
15
- exports.default = _chunkWPLOOG3Ujs.executor_default; exports.tsdownExecutorFn = _chunkWPLOOG3Ujs.tsdownExecutorFn;
15
+ exports.default = _chunkFZRFNRJTjs.executor_default; exports.tsdownExecutorFn = _chunkFZRFNRJTjs.tsdownExecutorFn;
@@ -1,8 +1,8 @@
1
1
  import {
2
2
  executor_default,
3
3
  tsdownExecutorFn
4
- } from "../../../chunk-U3DESZIP.mjs";
5
- import "../../../chunk-Q3EM343U.mjs";
4
+ } from "../../../chunk-VNRL6EUK.mjs";
5
+ import "../../../chunk-GIIOK5XW.mjs";
6
6
  import "../../../chunk-FTCEJETR.mjs";
7
7
  import "../../../chunk-2BQA54CQ.mjs";
8
8
  import "../../../chunk-BWUHOT6F.mjs";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/workspace-tools",
3
- "version": "1.239.2",
3
+ "version": "1.239.3",
4
4
  "description": "Tools for managing a Storm workspace, including various Nx generators and executors for common development tasks.",
5
5
  "repository": {
6
6
  "type": "github",
@@ -212,7 +212,7 @@
212
212
  "@storm-software/esbuild": "0.21.1",
213
213
  "@storm-software/prettier": "0.30.1",
214
214
  "@storm-software/tsdown": "0.22.1",
215
- "@storm-software/unbuild": "0.30.2",
215
+ "@storm-software/unbuild": "0.30.3",
216
216
  "@types/micromatch": "4.0.9",
217
217
  "@types/node": "^22.10.2",
218
218
  "@types/semver": "7.5.8",