@storm-software/workspace-tools 1.275.3 → 1.275.5

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
@@ -2,6 +2,34 @@
2
2
 
3
3
  # Changelog for Storm Ops - Workspace Tools
4
4
 
5
+ ## [1.275.4](https://github.com/storm-software/storm-ops/releases/tag/workspace-tools%401.275.4) (2025-06-05)
6
+
7
+ ### Miscellaneous
8
+
9
+ - **monorepo:** Regenerate README markdown files
10
+
11
+ ### Updated Dependencies
12
+
13
+ - Updated prettier to 0.51.17
14
+ - Updated esbuild to 0.44.4
15
+ - Updated esbuild to 0.44.4
16
+ - Updated unbuild to 0.49.4
17
+ - Updated unbuild to 0.49.4
18
+
19
+ ## [1.275.3](https://github.com/storm-software/storm-ops/releases/tag/workspace-tools%401.275.3) (2025-06-05)
20
+
21
+ ### Miscellaneous
22
+
23
+ - **monorepo:** Regenerate README markdown files
24
+
25
+ ### Updated Dependencies
26
+
27
+ - Updated prettier to 0.51.16
28
+ - Updated esbuild to 0.44.3
29
+ - Updated esbuild to 0.44.3
30
+ - Updated unbuild to 0.49.3
31
+ - Updated unbuild to 0.49.3
32
+
5
33
  ## [1.275.2](https://github.com/storm-software/storm-ops/releases/tag/workspace-tools%401.275.2) (2025-06-05)
6
34
 
7
35
  ### Miscellaneous
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.275.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.275.3-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 -->
@@ -303,9 +303,9 @@ import {
303
303
 
304
304
  // ../esbuild/src/assets.ts
305
305
  async function copyBuildAssets(context) {
306
- if (context.result?.errors.length === 0) {
306
+ if (!context.result?.errors.length && context.options.assets?.length) {
307
307
  writeDebug(
308
- ` \u{1F4CB} Copying asset files to output directory: ${context.outputPath}`,
308
+ ` \u{1F4CB} Copying ${context.options.assets.length} asset files to output directory: ${context.outputPath}`,
309
309
  context.workspaceConfig
310
310
  );
311
311
  const stopwatch = getStopwatch(`${context.options.name} asset copy`);
@@ -341,7 +341,6 @@ import { findWorkspaceRoot as findWorkspaceRoot2 } from "nx/src/utils/find-works
341
341
 
342
342
  // ../esbuild/src/config.ts
343
343
  var DEFAULT_BUILD_OPTIONS = {
344
- assets: [],
345
344
  platform: "node",
346
345
  target: "node22",
347
346
  format: "esm",
@@ -303,9 +303,9 @@ var _createtaskgraph = require('nx/src/tasks-runner/create-task-graph');
303
303
 
304
304
  // ../esbuild/src/assets.ts
305
305
  async function copyBuildAssets(context) {
306
- if (_optionalChain([context, 'access', _24 => _24.result, 'optionalAccess', _25 => _25.errors, 'access', _26 => _26.length]) === 0) {
306
+ if (!_optionalChain([context, 'access', _24 => _24.result, 'optionalAccess', _25 => _25.errors, 'access', _26 => _26.length]) && _optionalChain([context, 'access', _27 => _27.options, 'access', _28 => _28.assets, 'optionalAccess', _29 => _29.length])) {
307
307
  _chunkCSYOP22Pjs.writeDebug.call(void 0,
308
- ` \u{1F4CB} Copying asset files to output directory: ${context.outputPath}`,
308
+ ` \u{1F4CB} Copying ${context.options.assets.length} asset files to output directory: ${context.outputPath}`,
309
309
  context.workspaceConfig
310
310
  );
311
311
  const stopwatch = _chunkCSYOP22Pjs.getStopwatch.call(void 0, `${context.options.name} asset copy`);
@@ -341,7 +341,6 @@ var _findworkspaceroot = require('nx/src/utils/find-workspace-root');
341
341
 
342
342
  // ../esbuild/src/config.ts
343
343
  var DEFAULT_BUILD_OPTIONS = {
344
- assets: [],
345
344
  platform: "node",
346
345
  target: "node22",
347
346
  format: "esm",
@@ -411,7 +410,7 @@ async function resolveContext(userOptions) {
411
410
  const projectJson = JSON.parse(projectJsonFile);
412
411
  const projectName = projectJson.name || userOptions.name;
413
412
  const projectConfigurations = _devkit.readProjectsConfigurationFromProjectGraph.call(void 0, projectGraph);
414
- if (!_optionalChain([projectConfigurations, 'optionalAccess', _27 => _27.projects, 'optionalAccess', _28 => _28[projectName]])) {
413
+ if (!_optionalChain([projectConfigurations, 'optionalAccess', _30 => _30.projects, 'optionalAccess', _31 => _31[projectName]])) {
415
414
  throw new Error(
416
415
  "The Build process failed because the project does not have a valid configuration in the project.json file. Check if the file exists in the root of the project."
417
416
  );
@@ -706,7 +705,7 @@ async function executeTsup(context) {
706
705
 
707
706
  // ../esbuild/src/build.ts
708
707
  async function reportResults(context) {
709
- if (_optionalChain([context, 'access', _29 => _29.result, 'optionalAccess', _30 => _30.errors, 'access', _31 => _31.length]) === 0) {
708
+ if (_optionalChain([context, 'access', _32 => _32.result, 'optionalAccess', _33 => _33.errors, 'access', _34 => _34.length]) === 0) {
710
709
  if (context.result.warnings.length > 0) {
711
710
  _chunkCSYOP22Pjs.writeWarning.call(void 0,
712
711
  ` \u{1F6A7} The following warnings occurred during the build: ${context.result.warnings.map((warning) => warning.text).join("\n")}`,
@@ -717,7 +716,7 @@ async function reportResults(context) {
717
716
  ` \u{1F4E6} The ${context.options.name} build completed successfully`,
718
717
  context.workspaceConfig
719
718
  );
720
- } else if (_optionalChain([context, 'access', _32 => _32.result, 'optionalAccess', _33 => _33.errors]) && _optionalChain([context, 'access', _34 => _34.result, 'optionalAccess', _35 => _35.errors, 'access', _36 => _36.length]) > 0) {
719
+ } else if (_optionalChain([context, 'access', _35 => _35.result, 'optionalAccess', _36 => _36.errors]) && _optionalChain([context, 'access', _37 => _37.result, 'optionalAccess', _38 => _38.errors, 'access', _39 => _39.length]) > 0) {
721
720
  _chunkCSYOP22Pjs.writeError.call(void 0,
722
721
  ` \u274C The ${context.options.name} build failed with the following errors: ${context.result.errors.map((error) => error.text).join("\n")}`,
723
722
  context.workspaceConfig
@@ -796,16 +795,16 @@ async function build2(options) {
796
795
  // src/executors/esbuild/executor.ts
797
796
  async function esbuildExecutorFn(options, context, config) {
798
797
  _chunkCSYOP22Pjs.writeInfo.call(void 0, "\u{1F4E6} Running Storm ESBuild executor on the workspace", config);
799
- if (!_optionalChain([context, 'access', _37 => _37.projectsConfigurations, 'optionalAccess', _38 => _38.projects]) || !context.projectName || !context.projectsConfigurations.projects[context.projectName] || !_optionalChain([context, 'access', _39 => _39.projectsConfigurations, 'access', _40 => _40.projects, 'access', _41 => _41[context.projectName], 'optionalAccess', _42 => _42.root])) {
798
+ if (!_optionalChain([context, 'access', _40 => _40.projectsConfigurations, 'optionalAccess', _41 => _41.projects]) || !context.projectName || !context.projectsConfigurations.projects[context.projectName] || !_optionalChain([context, 'access', _42 => _42.projectsConfigurations, 'access', _43 => _43.projects, 'access', _44 => _44[context.projectName], 'optionalAccess', _45 => _45.root])) {
800
799
  throw new Error(
801
800
  "The Build process failed because the context is not valid. Please run this command from a workspace."
802
801
  );
803
802
  }
804
803
  await build2({
805
804
  ...options,
806
- projectRoot: _optionalChain([context, 'access', _43 => _43.projectsConfigurations, 'access', _44 => _44.projects, 'optionalAccess', _45 => _45[context.projectName], 'access', _46 => _46.root]),
805
+ projectRoot: _optionalChain([context, 'access', _46 => _46.projectsConfigurations, 'access', _47 => _47.projects, 'optionalAccess', _48 => _48[context.projectName], 'access', _49 => _49.root]),
807
806
  name: context.projectName,
808
- sourceRoot: _optionalChain([context, 'access', _47 => _47.projectsConfigurations, 'access', _48 => _48.projects, 'optionalAccess', _49 => _49[context.projectName], 'optionalAccess', _50 => _50.sourceRoot]),
807
+ sourceRoot: _optionalChain([context, 'access', _50 => _50.projectsConfigurations, 'access', _51 => _51.projects, 'optionalAccess', _52 => _52[context.projectName], 'optionalAccess', _53 => _53.sourceRoot]),
809
808
  format: options.format,
810
809
  platform: options.format
811
810
  });
package/dist/executors.js CHANGED
@@ -4,13 +4,13 @@
4
4
  var _chunkJ43B54ZWjs = require('./chunk-J43B54ZW.js');
5
5
 
6
6
 
7
- var _chunkAALD7ZEVjs = require('./chunk-AALD7ZEV.js');
7
+ var _chunkCTWNTX3Jjs = require('./chunk-CTWNTX3J.js');
8
8
 
9
9
 
10
- var _chunkFG3RQ2OVjs = require('./chunk-FG3RQ2OV.js');
10
+ var _chunkAALD7ZEVjs = require('./chunk-AALD7ZEV.js');
11
11
 
12
12
 
13
- var _chunkCTWNTX3Jjs = require('./chunk-CTWNTX3J.js');
13
+ var _chunkFG3RQ2OVjs = require('./chunk-FG3RQ2OV.js');
14
14
 
15
15
 
16
16
  var _chunk2XAKOAWZjs = require('./chunk-2XAKOAWZ.js');
@@ -19,7 +19,7 @@ var _chunk2XAKOAWZjs = require('./chunk-2XAKOAWZ.js');
19
19
  var _chunk6X3ZLBG2js = require('./chunk-6X3ZLBG2.js');
20
20
 
21
21
 
22
- var _chunkBLFV7JR3js = require('./chunk-BLFV7JR3.js');
22
+ var _chunkYESFV7BQjs = require('./chunk-YESFV7BQ.js');
23
23
 
24
24
 
25
25
  var _chunk2443J2PMjs = require('./chunk-2443J2PM.js');
@@ -54,4 +54,4 @@ require('./chunk-3RG5ZIWI.js');
54
54
 
55
55
 
56
56
 
57
- exports.LARGE_BUFFER = _chunkJ43B54ZWjs.LARGE_BUFFER; exports.cargoBuildExecutor = _chunk2443J2PMjs.cargoBuildExecutor; exports.cargoCheckExecutor = _chunkQBVFFRGMjs.cargoCheckExecutor; exports.cargoClippyExecutor = _chunkZCP6KEZ3js.cargoClippyExecutor; exports.cargoDocExecutor = _chunkJMRTB4STjs.cargoDocExecutor; exports.cargoFormatExecutor = _chunk2XAKOAWZjs.cargoFormatExecutor; exports.esbuildExecutorFn = _chunkBLFV7JR3js.esbuildExecutorFn; exports.getRegistryVersion = _chunk6X3ZLBG2js.getRegistryVersion; exports.sizeLimitExecutorFn = _chunkCTWNTX3Jjs.sizeLimitExecutorFn; exports.typiaExecutorFn = _chunkAALD7ZEVjs.typiaExecutorFn; exports.unbuildExecutorFn = _chunkFG3RQ2OVjs.unbuildExecutorFn;
57
+ exports.LARGE_BUFFER = _chunkJ43B54ZWjs.LARGE_BUFFER; exports.cargoBuildExecutor = _chunk2443J2PMjs.cargoBuildExecutor; exports.cargoCheckExecutor = _chunkQBVFFRGMjs.cargoCheckExecutor; exports.cargoClippyExecutor = _chunkZCP6KEZ3js.cargoClippyExecutor; exports.cargoDocExecutor = _chunkJMRTB4STjs.cargoDocExecutor; exports.cargoFormatExecutor = _chunk2XAKOAWZjs.cargoFormatExecutor; exports.esbuildExecutorFn = _chunkYESFV7BQjs.esbuildExecutorFn; exports.getRegistryVersion = _chunk6X3ZLBG2js.getRegistryVersion; exports.sizeLimitExecutorFn = _chunkCTWNTX3Jjs.sizeLimitExecutorFn; exports.typiaExecutorFn = _chunkAALD7ZEVjs.typiaExecutorFn; exports.unbuildExecutorFn = _chunkFG3RQ2OVjs.unbuildExecutorFn;
@@ -2,15 +2,15 @@ import "./chunk-BLX5SLPC.mjs";
2
2
  import {
3
3
  LARGE_BUFFER
4
4
  } from "./chunk-2PZQYXN7.mjs";
5
+ import {
6
+ sizeLimitExecutorFn
7
+ } from "./chunk-MAJJATNY.mjs";
5
8
  import {
6
9
  typiaExecutorFn
7
10
  } from "./chunk-K3NTMKCM.mjs";
8
11
  import {
9
12
  unbuildExecutorFn
10
13
  } from "./chunk-R4DNKY7G.mjs";
11
- import {
12
- sizeLimitExecutorFn
13
- } from "./chunk-MAJJATNY.mjs";
14
14
  import {
15
15
  cargoFormatExecutor
16
16
  } from "./chunk-5E6PGJFN.mjs";
@@ -19,7 +19,7 @@ import {
19
19
  } from "./chunk-EO5BEDAY.mjs";
20
20
  import {
21
21
  esbuildExecutorFn
22
- } from "./chunk-RYDK6CRU.mjs";
22
+ } from "./chunk-4QW3OMHR.mjs";
23
23
  import {
24
24
  cargoBuildExecutor
25
25
  } from "./chunk-33SPJY5N.mjs";
package/dist/index.js CHANGED
@@ -51,13 +51,13 @@ require('./chunk-7VDOGZYO.js');
51
51
  var _chunkJ43B54ZWjs = require('./chunk-J43B54ZW.js');
52
52
 
53
53
 
54
- var _chunkAALD7ZEVjs = require('./chunk-AALD7ZEV.js');
54
+ var _chunkCTWNTX3Jjs = require('./chunk-CTWNTX3J.js');
55
55
 
56
56
 
57
- var _chunkFG3RQ2OVjs = require('./chunk-FG3RQ2OV.js');
57
+ var _chunkAALD7ZEVjs = require('./chunk-AALD7ZEV.js');
58
58
 
59
59
 
60
- var _chunkCTWNTX3Jjs = require('./chunk-CTWNTX3J.js');
60
+ var _chunkFG3RQ2OVjs = require('./chunk-FG3RQ2OV.js');
61
61
 
62
62
 
63
63
  var _chunk2XAKOAWZjs = require('./chunk-2XAKOAWZ.js');
@@ -66,7 +66,7 @@ var _chunk2XAKOAWZjs = require('./chunk-2XAKOAWZ.js');
66
66
  var _chunk6X3ZLBG2js = require('./chunk-6X3ZLBG2.js');
67
67
 
68
68
 
69
- var _chunkBLFV7JR3js = require('./chunk-BLFV7JR3.js');
69
+ var _chunkYESFV7BQjs = require('./chunk-YESFV7BQ.js');
70
70
 
71
71
 
72
72
  var _chunk2443J2PMjs = require('./chunk-2443J2PM.js');
@@ -272,4 +272,4 @@ require('./chunk-3RG5ZIWI.js');
272
272
 
273
273
 
274
274
 
275
- exports.INVALID_CARGO_ARGS = _chunkLJDV7HFTjs.INVALID_CARGO_ARGS; exports.LARGE_BUFFER = _chunkJ43B54ZWjs.LARGE_BUFFER; exports.LOCK_FILES = _chunkXZSS3YABjs.LOCK_FILES; exports.NPM_LOCK_FILE = _chunkXZSS3YABjs.NPM_LOCK_FILE; exports.NPM_LOCK_PATH = _chunkXZSS3YABjs.NPM_LOCK_PATH; exports.PNPM_LOCK_FILE = _chunkXZSS3YABjs.PNPM_LOCK_FILE; exports.PNPM_LOCK_PATH = _chunkXZSS3YABjs.PNPM_LOCK_PATH; exports.PackageManagerTypes = _chunkMBEN52IIjs.PackageManagerTypes; exports.ProjectTagConstants = _chunkAX3RSZT7js.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 = _chunkXZSS3YABjs.YARN_LOCK_FILE; exports.YARN_LOCK_PATH = _chunkXZSS3YABjs.YARN_LOCK_PATH; exports.addPluginProjectTag = _chunkAX3RSZT7js.addPluginProjectTag; exports.addProjectTag = _chunkAX3RSZT7js.addProjectTag; exports.applyWorkspaceExecutorTokens = _chunk3TYXXJKVjs.applyWorkspaceExecutorTokens; exports.baseExecutorSchema = _chunkI734UVDTjs.base_executor_untyped_default; exports.baseGeneratorSchema = _chunk7CJRMBX3js.base_generator_untyped_default; exports.browserLibraryGeneratorFn = _chunkBVE3BYKPjs.browserLibraryGeneratorFn; exports.buildCargoCommand = _chunkLJDV7HFTjs.buildCargoCommand; exports.cargoBaseExecutorSchema = _chunk5ZFTWEKBjs.cargo_base_executor_untyped_default; exports.cargoBuildExecutor = _chunk2443J2PMjs.cargoBuildExecutor; exports.cargoCheckExecutor = _chunkQBVFFRGMjs.cargoCheckExecutor; exports.cargoClippyExecutor = _chunkZCP6KEZ3js.cargoClippyExecutor; exports.cargoCommand = _chunkLJDV7HFTjs.cargoCommand; exports.cargoCommandSync = _chunkLJDV7HFTjs.cargoCommandSync; exports.cargoDocExecutor = _chunkJMRTB4STjs.cargoDocExecutor; exports.cargoFormatExecutor = _chunk2XAKOAWZjs.cargoFormatExecutor; exports.cargoMetadata = _chunkLJDV7HFTjs.cargoMetadata; exports.cargoRunCommand = _chunkLJDV7HFTjs.cargoRunCommand; exports.childProcess = _chunkLJDV7HFTjs.childProcess; exports.configSchemaGeneratorFn = _chunkFOCRXFSZjs.configSchemaGeneratorFn; exports.createCliOptions = _chunkQVYCDINGjs.createCliOptions; exports.createProjectTsConfigJson = _chunkU3YH5M4Ljs.createProjectTsConfigJson; exports.esbuildExecutorFn = _chunkBLFV7JR3js.esbuildExecutorFn; exports.eslintVersion = _chunkHI4G4OOGjs.eslintVersion; exports.formatProjectTag = _chunkAX3RSZT7js.formatProjectTag; exports.getLockFileDependencies = _chunkXZSS3YABjs.getLockFileDependencies; exports.getLockFileName = _chunkXZSS3YABjs.getLockFileName; exports.getLockFileNodes = _chunkXZSS3YABjs.getLockFileNodes; exports.getOutputPath = _chunkU3YH5M4Ljs.getOutputPath; exports.getPackageInfo = _chunkMBEN52IIjs.getPackageInfo; exports.getProjectConfigFromProjectJsonPath = _chunk5VY5IBBQjs.getProjectConfigFromProjectJsonPath; exports.getProjectConfigFromProjectRoot = _chunk5VY5IBBQjs.getProjectConfigFromProjectRoot; exports.getProjectConfiguration = _chunkA5CKB6IJjs.getProjectConfiguration; exports.getProjectConfigurations = _chunkA5CKB6IJjs.getProjectConfigurations; exports.getProjectPlatform = _chunk5VY5IBBQjs.getProjectPlatform; exports.getProjectRoot = _chunk5VY5IBBQjs.getProjectRoot; exports.getProjectTag = _chunkAX3RSZT7js.getProjectTag; exports.getRegistryVersion = _chunk6X3ZLBG2js.getRegistryVersion; exports.getTypiaTransform = _chunk6EMYX25Vjs.getTypiaTransform; exports.hasProjectTag = _chunkAX3RSZT7js.hasProjectTag; exports.initGenerator = _chunkOKSECMVKjs.initGenerator; exports.isEqualProjectTag = _chunkAX3RSZT7js.isEqualProjectTag; exports.isExternal = _chunkLJDV7HFTjs.isExternal; exports.lintStagedVersion = _chunkHI4G4OOGjs.lintStagedVersion; exports.lockFileExists = _chunkXZSS3YABjs.lockFileExists; exports.neutralLibraryGeneratorFn = _chunkWJDCZZ4Ljs.neutralLibraryGeneratorFn; exports.nodeLibraryGeneratorFn = _chunkVF5EUZOLjs.nodeLibraryGeneratorFn; exports.nodeVersion = _chunkHI4G4OOGjs.nodeVersion; exports.normalizeOptions = _chunkU3YH5M4Ljs.normalizeOptions; exports.nxVersion = _chunkHI4G4OOGjs.nxVersion; exports.pnpmUpdate = _chunkF6X43VUXjs.pnpmUpdate; exports.pnpmVersion = _chunkHI4G4OOGjs.pnpmVersion; exports.presetGeneratorFn = _chunk222WOWGJjs.presetGeneratorFn; exports.prettierPackageJsonVersion = _chunkHI4G4OOGjs.prettierPackageJsonVersion; exports.prettierPrismaVersion = _chunkHI4G4OOGjs.prettierPrismaVersion; exports.prettierVersion = _chunkHI4G4OOGjs.prettierVersion; exports.releaseVersionGeneratorFn = _chunkF6TLFN34js.releaseVersionGeneratorFn; exports.runProcess = _chunkLJDV7HFTjs.runProcess; exports.semanticReleaseVersion = _chunkHI4G4OOGjs.semanticReleaseVersion; exports.setDefaultProjectTags = _chunkAX3RSZT7js.setDefaultProjectTags; exports.sizeLimitExecutorFn = _chunkCTWNTX3Jjs.sizeLimitExecutorFn; exports.swcCliVersion = _chunkHI4G4OOGjs.swcCliVersion; exports.swcCoreVersion = _chunkHI4G4OOGjs.swcCoreVersion; exports.swcHelpersVersion = _chunkHI4G4OOGjs.swcHelpersVersion; exports.swcNodeVersion = _chunkHI4G4OOGjs.swcNodeVersion; exports.tsLibVersion = _chunkHI4G4OOGjs.tsLibVersion; exports.tsupVersion = _chunkHI4G4OOGjs.tsupVersion; exports.typeScriptLibraryGeneratorFn = _chunkU3YH5M4Ljs.typeScriptLibraryGeneratorFn; exports.typesNodeVersion = _chunkHI4G4OOGjs.typesNodeVersion; exports.typescriptBuildExecutorSchema = _chunkCLMAB7TAjs.typescript_build_executor_untyped_default; exports.typescriptLibraryGeneratorSchema = _chunk2AVWFUXPjs.typescript_library_generator_untyped_default; exports.typescriptVersion = _chunkHI4G4OOGjs.typescriptVersion; exports.typiaExecutorFn = _chunkAALD7ZEVjs.typiaExecutorFn; exports.unbuildExecutorFn = _chunkFG3RQ2OVjs.unbuildExecutorFn; exports.verdaccioVersion = _chunkHI4G4OOGjs.verdaccioVersion; exports.withRunExecutor = _chunkA2XTQR6Njs.withRunExecutor; exports.withRunGenerator = _chunk4PBELSTLjs.withRunGenerator;
275
+ exports.INVALID_CARGO_ARGS = _chunkLJDV7HFTjs.INVALID_CARGO_ARGS; exports.LARGE_BUFFER = _chunkJ43B54ZWjs.LARGE_BUFFER; exports.LOCK_FILES = _chunkXZSS3YABjs.LOCK_FILES; exports.NPM_LOCK_FILE = _chunkXZSS3YABjs.NPM_LOCK_FILE; exports.NPM_LOCK_PATH = _chunkXZSS3YABjs.NPM_LOCK_PATH; exports.PNPM_LOCK_FILE = _chunkXZSS3YABjs.PNPM_LOCK_FILE; exports.PNPM_LOCK_PATH = _chunkXZSS3YABjs.PNPM_LOCK_PATH; exports.PackageManagerTypes = _chunkMBEN52IIjs.PackageManagerTypes; exports.ProjectTagConstants = _chunkAX3RSZT7js.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 = _chunkXZSS3YABjs.YARN_LOCK_FILE; exports.YARN_LOCK_PATH = _chunkXZSS3YABjs.YARN_LOCK_PATH; exports.addPluginProjectTag = _chunkAX3RSZT7js.addPluginProjectTag; exports.addProjectTag = _chunkAX3RSZT7js.addProjectTag; exports.applyWorkspaceExecutorTokens = _chunk3TYXXJKVjs.applyWorkspaceExecutorTokens; exports.baseExecutorSchema = _chunkI734UVDTjs.base_executor_untyped_default; exports.baseGeneratorSchema = _chunk7CJRMBX3js.base_generator_untyped_default; exports.browserLibraryGeneratorFn = _chunkBVE3BYKPjs.browserLibraryGeneratorFn; exports.buildCargoCommand = _chunkLJDV7HFTjs.buildCargoCommand; exports.cargoBaseExecutorSchema = _chunk5ZFTWEKBjs.cargo_base_executor_untyped_default; exports.cargoBuildExecutor = _chunk2443J2PMjs.cargoBuildExecutor; exports.cargoCheckExecutor = _chunkQBVFFRGMjs.cargoCheckExecutor; exports.cargoClippyExecutor = _chunkZCP6KEZ3js.cargoClippyExecutor; exports.cargoCommand = _chunkLJDV7HFTjs.cargoCommand; exports.cargoCommandSync = _chunkLJDV7HFTjs.cargoCommandSync; exports.cargoDocExecutor = _chunkJMRTB4STjs.cargoDocExecutor; exports.cargoFormatExecutor = _chunk2XAKOAWZjs.cargoFormatExecutor; exports.cargoMetadata = _chunkLJDV7HFTjs.cargoMetadata; exports.cargoRunCommand = _chunkLJDV7HFTjs.cargoRunCommand; exports.childProcess = _chunkLJDV7HFTjs.childProcess; exports.configSchemaGeneratorFn = _chunkFOCRXFSZjs.configSchemaGeneratorFn; exports.createCliOptions = _chunkQVYCDINGjs.createCliOptions; exports.createProjectTsConfigJson = _chunkU3YH5M4Ljs.createProjectTsConfigJson; exports.esbuildExecutorFn = _chunkYESFV7BQjs.esbuildExecutorFn; exports.eslintVersion = _chunkHI4G4OOGjs.eslintVersion; exports.formatProjectTag = _chunkAX3RSZT7js.formatProjectTag; exports.getLockFileDependencies = _chunkXZSS3YABjs.getLockFileDependencies; exports.getLockFileName = _chunkXZSS3YABjs.getLockFileName; exports.getLockFileNodes = _chunkXZSS3YABjs.getLockFileNodes; exports.getOutputPath = _chunkU3YH5M4Ljs.getOutputPath; exports.getPackageInfo = _chunkMBEN52IIjs.getPackageInfo; exports.getProjectConfigFromProjectJsonPath = _chunk5VY5IBBQjs.getProjectConfigFromProjectJsonPath; exports.getProjectConfigFromProjectRoot = _chunk5VY5IBBQjs.getProjectConfigFromProjectRoot; exports.getProjectConfiguration = _chunkA5CKB6IJjs.getProjectConfiguration; exports.getProjectConfigurations = _chunkA5CKB6IJjs.getProjectConfigurations; exports.getProjectPlatform = _chunk5VY5IBBQjs.getProjectPlatform; exports.getProjectRoot = _chunk5VY5IBBQjs.getProjectRoot; exports.getProjectTag = _chunkAX3RSZT7js.getProjectTag; exports.getRegistryVersion = _chunk6X3ZLBG2js.getRegistryVersion; exports.getTypiaTransform = _chunk6EMYX25Vjs.getTypiaTransform; exports.hasProjectTag = _chunkAX3RSZT7js.hasProjectTag; exports.initGenerator = _chunkOKSECMVKjs.initGenerator; exports.isEqualProjectTag = _chunkAX3RSZT7js.isEqualProjectTag; exports.isExternal = _chunkLJDV7HFTjs.isExternal; exports.lintStagedVersion = _chunkHI4G4OOGjs.lintStagedVersion; exports.lockFileExists = _chunkXZSS3YABjs.lockFileExists; exports.neutralLibraryGeneratorFn = _chunkWJDCZZ4Ljs.neutralLibraryGeneratorFn; exports.nodeLibraryGeneratorFn = _chunkVF5EUZOLjs.nodeLibraryGeneratorFn; exports.nodeVersion = _chunkHI4G4OOGjs.nodeVersion; exports.normalizeOptions = _chunkU3YH5M4Ljs.normalizeOptions; exports.nxVersion = _chunkHI4G4OOGjs.nxVersion; exports.pnpmUpdate = _chunkF6X43VUXjs.pnpmUpdate; exports.pnpmVersion = _chunkHI4G4OOGjs.pnpmVersion; exports.presetGeneratorFn = _chunk222WOWGJjs.presetGeneratorFn; exports.prettierPackageJsonVersion = _chunkHI4G4OOGjs.prettierPackageJsonVersion; exports.prettierPrismaVersion = _chunkHI4G4OOGjs.prettierPrismaVersion; exports.prettierVersion = _chunkHI4G4OOGjs.prettierVersion; exports.releaseVersionGeneratorFn = _chunkF6TLFN34js.releaseVersionGeneratorFn; exports.runProcess = _chunkLJDV7HFTjs.runProcess; exports.semanticReleaseVersion = _chunkHI4G4OOGjs.semanticReleaseVersion; exports.setDefaultProjectTags = _chunkAX3RSZT7js.setDefaultProjectTags; exports.sizeLimitExecutorFn = _chunkCTWNTX3Jjs.sizeLimitExecutorFn; exports.swcCliVersion = _chunkHI4G4OOGjs.swcCliVersion; exports.swcCoreVersion = _chunkHI4G4OOGjs.swcCoreVersion; exports.swcHelpersVersion = _chunkHI4G4OOGjs.swcHelpersVersion; exports.swcNodeVersion = _chunkHI4G4OOGjs.swcNodeVersion; exports.tsLibVersion = _chunkHI4G4OOGjs.tsLibVersion; exports.tsupVersion = _chunkHI4G4OOGjs.tsupVersion; exports.typeScriptLibraryGeneratorFn = _chunkU3YH5M4Ljs.typeScriptLibraryGeneratorFn; exports.typesNodeVersion = _chunkHI4G4OOGjs.typesNodeVersion; exports.typescriptBuildExecutorSchema = _chunkCLMAB7TAjs.typescript_build_executor_untyped_default; exports.typescriptLibraryGeneratorSchema = _chunk2AVWFUXPjs.typescript_library_generator_untyped_default; exports.typescriptVersion = _chunkHI4G4OOGjs.typescriptVersion; exports.typiaExecutorFn = _chunkAALD7ZEVjs.typiaExecutorFn; exports.unbuildExecutorFn = _chunkFG3RQ2OVjs.unbuildExecutorFn; exports.verdaccioVersion = _chunkHI4G4OOGjs.verdaccioVersion; exports.withRunExecutor = _chunkA2XTQR6Njs.withRunExecutor; exports.withRunGenerator = _chunk4PBELSTLjs.withRunGenerator;
package/dist/index.mjs CHANGED
@@ -49,15 +49,15 @@ import "./chunk-BLX5SLPC.mjs";
49
49
  import {
50
50
  LARGE_BUFFER
51
51
  } from "./chunk-2PZQYXN7.mjs";
52
+ import {
53
+ sizeLimitExecutorFn
54
+ } from "./chunk-MAJJATNY.mjs";
52
55
  import {
53
56
  typiaExecutorFn
54
57
  } from "./chunk-K3NTMKCM.mjs";
55
58
  import {
56
59
  unbuildExecutorFn
57
60
  } from "./chunk-R4DNKY7G.mjs";
58
- import {
59
- sizeLimitExecutorFn
60
- } from "./chunk-MAJJATNY.mjs";
61
61
  import {
62
62
  cargoFormatExecutor
63
63
  } from "./chunk-5E6PGJFN.mjs";
@@ -66,7 +66,7 @@ import {
66
66
  } from "./chunk-EO5BEDAY.mjs";
67
67
  import {
68
68
  esbuildExecutorFn
69
- } from "./chunk-RYDK6CRU.mjs";
69
+ } from "./chunk-4QW3OMHR.mjs";
70
70
  import {
71
71
  cargoBuildExecutor
72
72
  } from "./chunk-33SPJY5N.mjs";
@@ -1,7 +1,7 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
2
 
3
3
 
4
- var _chunkBLFV7JR3js = require('../../../chunk-BLFV7JR3.js');
4
+ var _chunkYESFV7BQjs = require('../../../chunk-YESFV7BQ.js');
5
5
  require('../../../chunk-A2XTQR6N.js');
6
6
  require('../../../chunk-J2Z4WP3E.js');
7
7
  require('../../../chunk-TP4TN5V3.js');
@@ -12,4 +12,4 @@ require('../../../chunk-3RG5ZIWI.js');
12
12
 
13
13
 
14
14
 
15
- exports.default = _chunkBLFV7JR3js.executor_default; exports.esbuildExecutorFn = _chunkBLFV7JR3js.esbuildExecutorFn;
15
+ exports.default = _chunkYESFV7BQjs.executor_default; exports.esbuildExecutorFn = _chunkYESFV7BQjs.esbuildExecutorFn;
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  esbuildExecutorFn,
3
3
  executor_default
4
- } from "../../../chunk-RYDK6CRU.mjs";
4
+ } from "../../../chunk-4QW3OMHR.mjs";
5
5
  import "../../../chunk-7XEPEVIZ.mjs";
6
6
  import "../../../chunk-X6PHOMFB.mjs";
7
7
  import "../../../chunk-C4XOCICR.mjs";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/workspace-tools",
3
- "version": "1.275.3",
3
+ "version": "1.275.5",
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",
@@ -208,9 +208,9 @@
208
208
  "@size-limit/esbuild": "11.1.4",
209
209
  "@size-limit/esbuild-why": "11.1.4",
210
210
  "@size-limit/file": "11.1.4",
211
- "@storm-software/esbuild": "^0.44.3",
212
- "@storm-software/prettier": "^0.51.16",
213
- "@storm-software/unbuild": "^0.49.3",
211
+ "@storm-software/esbuild": "^0.44.5",
212
+ "@storm-software/prettier": "^0.51.18",
213
+ "@storm-software/unbuild": "^0.49.5",
214
214
  "fs-extra": "11.2.0",
215
215
  "glob": "^11.0.1",
216
216
  "jiti": "^2.4.2",
@@ -1,48 +0,0 @@
1
-
2
- // Generated by @storm-software/untyped
3
- // Do not edit this file directly
4
-
5
- export interface TypiaExecutorSchema {
6
- /**
7
- * Output Path
8
- *
9
- * The output path for the build
10
- *
11
- * @default "{sourceRoot}/__generated__/typia"
12
- *
13
- * @format path
14
- */
15
- outputPath: string,
16
-
17
- /**
18
- * Entry File(s)
19
- *
20
- * The entry file or files to build
21
- *
22
- * @default ["{sourceRoot}/index.ts"]
23
- *
24
- * @format path
25
- */
26
- entry: Array<string>,
27
-
28
- /**
29
- * TSConfig Path
30
- *
31
- * The path to the tsconfig file
32
- *
33
- * @default "{projectRoot}/tsconfig.json"
34
- *
35
- * @format path
36
- */
37
- tsconfig: string,
38
-
39
- /**
40
- * Clean
41
- *
42
- * Clean the output directory before building
43
- *
44
- * @default true
45
- */
46
- clean?: boolean,
47
- }
48
-
@@ -1,258 +0,0 @@
1
-
2
- // Generated by @storm-software/untyped
3
- // Do not edit this file directly
4
-
5
- export interface UnbuildExecutorSchema {
6
- /**
7
- * Output Path
8
- *
9
- * The output path for the build
10
- *
11
- *
12
- * @format path
13
- */
14
- outputPath?: string,
15
-
16
- /**
17
- * Input Directory
18
- *
19
- * The directory to use as input for the build
20
- *
21
- * @default ["{sourceRoot}"]
22
- *
23
- * @format path
24
- */
25
- entry: Array<string>,
26
-
27
- /**
28
- * TSConfig Path
29
- *
30
- * The path to the tsconfig file
31
- *
32
- * @default "{projectRoot}/tsconfig.json"
33
- *
34
- * @format path
35
- */
36
- tsconfig?: string,
37
-
38
- /**
39
- * Bundle
40
- *
41
- * Bundle the output
42
- *
43
- */
44
- bundle?: boolean,
45
-
46
- /**
47
- * Minify
48
- *
49
- * Minify the output
50
- *
51
- */
52
- minify?: boolean,
53
-
54
- /**
55
- * Debug
56
- *
57
- * Debug the output
58
- *
59
- */
60
- debug?: boolean,
61
-
62
- /**
63
- * Sourcemap
64
- *
65
- * Generate a sourcemap
66
- *
67
- */
68
- sourcemap?: boolean,
69
-
70
- /**
71
- * Silent
72
- *
73
- * Should the build run silently - only report errors back to the user
74
- *
75
- * @default false
76
- */
77
- silent?: boolean,
78
-
79
- /**
80
- * Target
81
- *
82
- * The target to build
83
- *
84
- * @default "esnext"
85
- *
86
- * @enum es3,es5,es6,es2015,es2016,es2017,es2018,es2019,es2020,es2021,es2022,es2023,es2024,esnext,node12,node14,node16,node18,node20,node22,browser,chrome58,chrome59,chrome60
87
- */
88
- target?: string,
89
-
90
- /**
91
- * Format
92
- *
93
- * The format to build
94
- *
95
- * @default ["cjs","esm"]
96
- */
97
- format?: Array<string>,
98
-
99
- /**
100
- * Platform
101
- *
102
- * The platform to build
103
- *
104
- * @default "neutral"
105
- *
106
- * @enum neutral,node,browser
107
- */
108
- platform?: string,
109
-
110
- /**
111
- * External
112
- *
113
- * The external dependencies
114
- *
115
- */
116
- external?: Array<any>,
117
-
118
- /**
119
- * Define
120
- *
121
- * The define values
122
- *
123
- */
124
- define?: Record<string, string>,
125
-
126
- /**
127
- * Environment Variables
128
- *
129
- * The environment variable values
130
- *
131
- */
132
- env?: Record<string, string>,
133
-
134
- /**
135
- * Name
136
- *
137
- * The name of the project/build
138
- *
139
- * @default "{projectName}"
140
- */
141
- name: string,
142
-
143
- /**
144
- * Tree Shaking
145
- *
146
- * Enable tree shaking
147
- *
148
- * @default true
149
- */
150
- treeShaking?: boolean,
151
-
152
- /**
153
- * Watch
154
- *
155
- * Watch for changes
156
- *
157
- * @default false
158
- */
159
- watch?: boolean,
160
-
161
- /**
162
- * Clean
163
- *
164
- * Clean the output directory before building
165
- *
166
- * @default true
167
- */
168
- clean?: boolean,
169
-
170
- /**
171
- * Stub
172
- *
173
- * Stub the output
174
- *
175
- * @default false
176
- */
177
- stub?: boolean,
178
-
179
- /**
180
- * Build Only
181
- *
182
- * Should the build process skip generating a package.json and copying assets
183
- *
184
- * @default false
185
- */
186
- buildOnly?: boolean,
187
-
188
- /**
189
- * Watch Options
190
- *
191
- * Watch options
192
- *
193
- */
194
- watchOptions?: {
195
- [key: string]: any
196
- },
197
-
198
- /**
199
- * Stub Options
200
- *
201
- * Stub options
202
- *
203
- */
204
- stubOptions?: {
205
- [key: string]: any
206
- },
207
-
208
- /**
209
- * Dependencies
210
- *
211
- * The dependencies to install
212
- *
213
- */
214
- dependencies?: Array<string>,
215
-
216
- /**
217
- * Peer Dependencies
218
- *
219
- * The peer dependencies to install
220
- *
221
- */
222
- peerDependencies?: Array<string>,
223
-
224
- /**
225
- * Dev Dependencies
226
- *
227
- * The dev dependencies to install
228
- *
229
- */
230
- devDependencies?: Array<string>,
231
-
232
- /**
233
- * Alias
234
- *
235
- * The alias to use
236
- *
237
- */
238
- alias?: Record<string, string>,
239
-
240
- /**
241
- * Replace
242
- *
243
- * The replace to use
244
- *
245
- */
246
- replace?: Record<string, string>,
247
-
248
- /**
249
- * Rollup
250
- *
251
- * The rollup options
252
- *
253
- */
254
- rollup?: {
255
- [key: string]: any
256
- },
257
- }
258
-