@storm-software/workspace-tools 1.274.0 → 1.274.1

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,19 @@
2
2
 
3
3
  # Changelog for Storm Ops - Workspace Tools
4
4
 
5
+ ## [1.274.0](https://github.com/storm-software/storm-ops/releases/tag/workspace-tools%401.274.0) (2025-05-25)
6
+
7
+ ### Features
8
+
9
+ - **config:** Added a default errors URL to Storm Software's preset
10
+
11
+ ### Updated Dependencies
12
+
13
+ - Updated esbuild to 0.42.0
14
+ - Updated esbuild to 0.42.0
15
+ - Updated unbuild to 0.48.0
16
+ - Updated unbuild to 0.48.0
17
+
5
18
  ## [1.273.10](https://github.com/storm-software/storm-ops/releases/tag/workspace-tools%401.273.10) (2025-05-18)
6
19
 
7
20
  ### 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.273.9-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.273.10-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 -->
@@ -13,6 +13,7 @@ var _chunkTP4TN5V3js = require('./chunk-TP4TN5V3.js');
13
13
 
14
14
 
15
15
 
16
+
16
17
  var _chunkCSYOP22Pjs = require('./chunk-CSYOP22P.js');
17
18
 
18
19
 
@@ -463,6 +464,14 @@ async function resolveContext(userOptions) {
463
464
  minify: resolvedOptions.minify || resolvedOptions.mode === "production"
464
465
  };
465
466
  context.options.esbuildPlugins = [..._nullishCoalesce(context.options.esbuildPlugins, () => ( []))];
467
+ if (context.options.verbose) {
468
+ _chunkCSYOP22Pjs.writeDebug.call(void 0,
469
+ ` \u2699\uFE0F Build options resolved:
470
+
471
+ ${_chunkCSYOP22Pjs.formatLogMessage.call(void 0, context.options)}`,
472
+ workspaceConfig
473
+ );
474
+ }
466
475
  return context;
467
476
  }
468
477
 
@@ -5,6 +5,7 @@ import {
5
5
  getWorkspaceConfig
6
6
  } from "./chunk-C4XOCICR.mjs";
7
7
  import {
8
+ formatLogMessage,
8
9
  getStopwatch,
9
10
  writeDebug,
10
11
  writeError,
@@ -463,6 +464,14 @@ async function resolveContext(userOptions) {
463
464
  minify: resolvedOptions.minify || resolvedOptions.mode === "production"
464
465
  };
465
466
  context.options.esbuildPlugins = [...context.options.esbuildPlugins ?? []];
467
+ if (context.options.verbose) {
468
+ writeDebug(
469
+ ` \u2699\uFE0F Build options resolved:
470
+
471
+ ${formatLogMessage(context.options)}`,
472
+ workspaceConfig
473
+ );
474
+ }
466
475
  return context;
467
476
  }
468
477
 
package/dist/executors.js CHANGED
@@ -7,19 +7,19 @@ var _chunkJ43B54ZWjs = require('./chunk-J43B54ZW.js');
7
7
  var _chunkCTWNTX3Jjs = require('./chunk-CTWNTX3J.js');
8
8
 
9
9
 
10
- var _chunkFG3RQ2OVjs = require('./chunk-FG3RQ2OV.js');
11
-
12
-
13
10
  var _chunkAALD7ZEVjs = require('./chunk-AALD7ZEV.js');
14
11
 
15
12
 
16
- var _chunk2XAKOAWZjs = require('./chunk-2XAKOAWZ.js');
13
+ var _chunkFG3RQ2OVjs = require('./chunk-FG3RQ2OV.js');
17
14
 
18
15
 
19
16
  var _chunk6X3ZLBG2js = require('./chunk-6X3ZLBG2.js');
20
17
 
21
18
 
22
- var _chunkJQE6CQLQjs = require('./chunk-JQE6CQLQ.js');
19
+ var _chunk2XAKOAWZjs = require('./chunk-2XAKOAWZ.js');
20
+
21
+
22
+ var _chunkBLFV7JR3js = require('./chunk-BLFV7JR3.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 = _chunkJQE6CQLQjs.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 = _chunkBLFV7JR3js.esbuildExecutorFn; exports.getRegistryVersion = _chunk6X3ZLBG2js.getRegistryVersion; exports.sizeLimitExecutorFn = _chunkCTWNTX3Jjs.sizeLimitExecutorFn; exports.typiaExecutorFn = _chunkAALD7ZEVjs.typiaExecutorFn; exports.unbuildExecutorFn = _chunkFG3RQ2OVjs.unbuildExecutorFn;
@@ -5,21 +5,21 @@ import {
5
5
  import {
6
6
  sizeLimitExecutorFn
7
7
  } from "./chunk-MAJJATNY.mjs";
8
- import {
9
- unbuildExecutorFn
10
- } from "./chunk-R4DNKY7G.mjs";
11
8
  import {
12
9
  typiaExecutorFn
13
10
  } from "./chunk-K3NTMKCM.mjs";
14
11
  import {
15
- cargoFormatExecutor
16
- } from "./chunk-5E6PGJFN.mjs";
12
+ unbuildExecutorFn
13
+ } from "./chunk-R4DNKY7G.mjs";
17
14
  import {
18
15
  getRegistryVersion
19
16
  } from "./chunk-EO5BEDAY.mjs";
17
+ import {
18
+ cargoFormatExecutor
19
+ } from "./chunk-5E6PGJFN.mjs";
20
20
  import {
21
21
  esbuildExecutorFn
22
- } from "./chunk-HSBG3ZLM.mjs";
22
+ } from "./chunk-CYB4DAJY.mjs";
23
23
  import {
24
24
  cargoBuildExecutor
25
25
  } from "./chunk-33SPJY5N.mjs";
package/dist/index.js CHANGED
@@ -54,19 +54,19 @@ var _chunkJ43B54ZWjs = require('./chunk-J43B54ZW.js');
54
54
  var _chunkCTWNTX3Jjs = require('./chunk-CTWNTX3J.js');
55
55
 
56
56
 
57
- var _chunkFG3RQ2OVjs = require('./chunk-FG3RQ2OV.js');
58
-
59
-
60
57
  var _chunkAALD7ZEVjs = require('./chunk-AALD7ZEV.js');
61
58
 
62
59
 
63
- var _chunk2XAKOAWZjs = require('./chunk-2XAKOAWZ.js');
60
+ var _chunkFG3RQ2OVjs = require('./chunk-FG3RQ2OV.js');
64
61
 
65
62
 
66
63
  var _chunk6X3ZLBG2js = require('./chunk-6X3ZLBG2.js');
67
64
 
68
65
 
69
- var _chunkJQE6CQLQjs = require('./chunk-JQE6CQLQ.js');
66
+ var _chunk2XAKOAWZjs = require('./chunk-2XAKOAWZ.js');
67
+
68
+
69
+ var _chunkBLFV7JR3js = require('./chunk-BLFV7JR3.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 = _chunkJQE6CQLQjs.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 = _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;
package/dist/index.mjs CHANGED
@@ -52,21 +52,21 @@ import {
52
52
  import {
53
53
  sizeLimitExecutorFn
54
54
  } from "./chunk-MAJJATNY.mjs";
55
- import {
56
- unbuildExecutorFn
57
- } from "./chunk-R4DNKY7G.mjs";
58
55
  import {
59
56
  typiaExecutorFn
60
57
  } from "./chunk-K3NTMKCM.mjs";
61
58
  import {
62
- cargoFormatExecutor
63
- } from "./chunk-5E6PGJFN.mjs";
59
+ unbuildExecutorFn
60
+ } from "./chunk-R4DNKY7G.mjs";
64
61
  import {
65
62
  getRegistryVersion
66
63
  } from "./chunk-EO5BEDAY.mjs";
64
+ import {
65
+ cargoFormatExecutor
66
+ } from "./chunk-5E6PGJFN.mjs";
67
67
  import {
68
68
  esbuildExecutorFn
69
- } from "./chunk-HSBG3ZLM.mjs";
69
+ } from "./chunk-CYB4DAJY.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 _chunkJQE6CQLQjs = require('../../../chunk-JQE6CQLQ.js');
4
+ var _chunkBLFV7JR3js = require('../../../chunk-BLFV7JR3.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 = _chunkJQE6CQLQjs.executor_default; exports.esbuildExecutorFn = _chunkJQE6CQLQjs.esbuildExecutorFn;
15
+ exports.default = _chunkBLFV7JR3js.executor_default; exports.esbuildExecutorFn = _chunkBLFV7JR3js.esbuildExecutorFn;
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  esbuildExecutorFn,
3
3
  executor_default
4
- } from "../../../chunk-HSBG3ZLM.mjs";
4
+ } from "../../../chunk-CYB4DAJY.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.274.0",
3
+ "version": "1.274.1",
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.42.0",
212
- "@storm-software/prettier": "^0.51.8",
213
- "@storm-software/unbuild": "^0.48.0",
211
+ "@storm-software/esbuild": "^0.43.0",
212
+ "@storm-software/prettier": "^0.51.9",
213
+ "@storm-software/unbuild": "^0.48.1",
214
214
  "fs-extra": "11.2.0",
215
215
  "glob": "^11.0.1",
216
216
  "jiti": "^2.4.2",