@storm-software/workspace-tools 1.245.5 → 1.245.7

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,15 @@
1
+ ## 1.245.7 (2025-01-29)
2
+
3
+ ### Miscellaneous
4
+
5
+ - **monorepo:** Regenerate README markdown files ([87f7b939](https://github.com/storm-software/storm-ops/commit/87f7b939))
6
+
7
+ ## 1.245.6 (2025-01-28)
8
+
9
+ ### Miscellaneous
10
+
11
+ - **monorepo:** Generate README markdown files ([a28c725e](https://github.com/storm-software/storm-ops/commit/a28c725e))
12
+
1
13
  ## 1.245.5 (2025-01-28)
2
14
 
3
15
  ### 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.245.4-1fb2a6.svg?style=for-the-badge&color=1fb2a6)](https://prettier.io/)&nbsp;[![Nx](https://img.shields.io/badge/Nx-17.0.2-lightgrey?style=for-the-badge&logo=nx&logoWidth=20&&color=1fb2a6)](http://nx.dev/)&nbsp;[![NextJs](https://img.shields.io/badge/Next.js-14.0.2-lightgrey?style=for-the-badge&logo=nextdotjs&logoWidth=20&color=1fb2a6)](https://nextjs.org/)&nbsp;[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?style=for-the-badge&logo=commitlint&color=1fb2a6)](http://commitizen.github.io/cz-cli/)&nbsp;![Semantic-Release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=for-the-badge&color=1fb2a6)&nbsp;[![documented with Fumadocs](https://img.shields.io/badge/documented_with-fumadocs-success.svg?style=for-the-badge&logo=readthedocs&color=1fb2a6)](https://fumadocs.vercel.app/)&nbsp;![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/storm-software/storm-ops/cr.yml?style=for-the-badge&logo=github-actions&color=1fb2a6)
24
+ [![Version](https://img.shields.io/badge/version-1.245.6-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 -->
@@ -10,9 +10,10 @@ import {
10
10
  } from "./chunk-XUV4U54K.mjs";
11
11
 
12
12
  // src/executors/cargo-doc/executor.ts
13
- import deepClone from "deep-clone";
14
13
  async function cargoDocExecutor(options, context) {
15
- const opts = deepClone(options);
14
+ const opts = {
15
+ ...options
16
+ };
16
17
  opts["no-deps"] = opts.noDeps;
17
18
  delete opts.noDeps;
18
19
  const command = buildCargoCommand("doc", options, context);
@@ -1,4 +1,4 @@
1
- "use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
1
+ "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
2
 
3
3
 
4
4
  var _chunkULBTYC2Bjs = require('./chunk-ULBTYC2B.js');
@@ -10,9 +10,10 @@ var _chunkIBHLVELVjs = require('./chunk-IBHLVELV.js');
10
10
  var _chunk3GQAWCBQjs = require('./chunk-3GQAWCBQ.js');
11
11
 
12
12
  // src/executors/cargo-doc/executor.ts
13
- var _deepclone = require('deep-clone'); var _deepclone2 = _interopRequireDefault(_deepclone);
14
13
  async function cargoDocExecutor(options, context) {
15
- const opts = _deepclone2.default.call(void 0, options);
14
+ const opts = {
15
+ ...options
16
+ };
16
17
  opts["no-deps"] = opts.noDeps;
17
18
  delete opts.noDeps;
18
19
  const command = _chunkULBTYC2Bjs.buildCargoCommand.call(void 0, "doc", options, context);
package/dist/executors.js CHANGED
@@ -35,7 +35,7 @@ var _chunkHONSACRTjs = require('./chunk-HONSACRT.js');
35
35
  var _chunkYWKUJJ34js = require('./chunk-YWKUJJ34.js');
36
36
 
37
37
 
38
- var _chunkK7QVZAWDjs = require('./chunk-K7QVZAWD.js');
38
+ var _chunkYFERQMWXjs = require('./chunk-YFERQMWX.js');
39
39
  require('./chunk-2GRVQNW3.js');
40
40
  require('./chunk-ULBTYC2B.js');
41
41
  require('./chunk-ZMFVKBRM.js');
@@ -58,4 +58,4 @@ require('./chunk-3GQAWCBQ.js');
58
58
 
59
59
 
60
60
 
61
- exports.LARGE_BUFFER = _chunkMMMTLP2Wjs.LARGE_BUFFER; exports.cargoBuildExecutor = _chunkYSYBVJGRjs.cargoBuildExecutor; exports.cargoCheckExecutor = _chunkHONSACRTjs.cargoCheckExecutor; exports.cargoClippyExecutor = _chunkYWKUJJ34js.cargoClippyExecutor; exports.cargoDocExecutor = _chunkK7QVZAWDjs.cargoDocExecutor; exports.cargoFormatExecutor = _chunkQSLN7UYGjs.cargoFormatExecutor; exports.esbuildExecutorFn = _chunkGDE7VBWWjs.esbuildExecutorFn; exports.getRegistryVersion = _chunkGGGO542Mjs.getRegistryVersion; exports.sizeLimitExecutorFn = _chunkGYGIXXALjs.sizeLimitExecutorFn; exports.tsdownExecutorFn = _chunkFZUZUTKXjs.tsdownExecutorFn; exports.typiaExecutorFn = _chunkIF2GIONQjs.typiaExecutorFn; exports.unbuildExecutorFn = _chunk7GKIVRFHjs.unbuildExecutorFn;
61
+ exports.LARGE_BUFFER = _chunkMMMTLP2Wjs.LARGE_BUFFER; exports.cargoBuildExecutor = _chunkYSYBVJGRjs.cargoBuildExecutor; exports.cargoCheckExecutor = _chunkHONSACRTjs.cargoCheckExecutor; exports.cargoClippyExecutor = _chunkYWKUJJ34js.cargoClippyExecutor; exports.cargoDocExecutor = _chunkYFERQMWXjs.cargoDocExecutor; exports.cargoFormatExecutor = _chunkQSLN7UYGjs.cargoFormatExecutor; exports.esbuildExecutorFn = _chunkGDE7VBWWjs.esbuildExecutorFn; exports.getRegistryVersion = _chunkGGGO542Mjs.getRegistryVersion; exports.sizeLimitExecutorFn = _chunkGYGIXXALjs.sizeLimitExecutorFn; exports.tsdownExecutorFn = _chunkFZUZUTKXjs.tsdownExecutorFn; exports.typiaExecutorFn = _chunkIF2GIONQjs.typiaExecutorFn; exports.unbuildExecutorFn = _chunk7GKIVRFHjs.unbuildExecutorFn;
@@ -35,7 +35,7 @@ import {
35
35
  } from "./chunk-5XF4CY7D.mjs";
36
36
  import {
37
37
  cargoDocExecutor
38
- } from "./chunk-ZERO7WV2.mjs";
38
+ } from "./chunk-PKBHUBDV.mjs";
39
39
  import "./chunk-XIOF32ZH.mjs";
40
40
  import "./chunk-QZHIWK5Z.mjs";
41
41
  import "./chunk-VYH45FO6.mjs";
@@ -4,10 +4,10 @@
4
4
  var _chunkPCPEJBLOjs = require('./chunk-PCPEJBLO.js');
5
5
 
6
6
 
7
- var _chunkD2ECVPJFjs = require('./chunk-D2ECVPJF.js');
7
+ var _chunk6ZRK5I4Njs = require('./chunk-6ZRK5I4N.js');
8
8
 
9
9
 
10
- var _chunk6ZRK5I4Njs = require('./chunk-6ZRK5I4N.js');
10
+ var _chunkD2ECVPJFjs = require('./chunk-D2ECVPJF.js');
11
11
 
12
12
 
13
13
  var _chunkRRWRVA7Fjs = require('./chunk-RRWRVA7F.js');
@@ -2,12 +2,12 @@ import "./chunk-RLIZVCIN.mjs";
2
2
  import {
3
3
  neutralLibraryGeneratorFn
4
4
  } from "./chunk-UHNTJRTW.mjs";
5
- import {
6
- presetGeneratorFn
7
- } from "./chunk-IUV3RLT4.mjs";
8
5
  import {
9
6
  nodeLibraryGeneratorFn
10
7
  } from "./chunk-T2NTGJ6O.mjs";
8
+ import {
9
+ presetGeneratorFn
10
+ } from "./chunk-IUV3RLT4.mjs";
11
11
  import {
12
12
  releaseVersionGeneratorFn
13
13
  } from "./chunk-Q45DDLNL.mjs";
package/dist/index.js CHANGED
@@ -82,7 +82,7 @@ var _chunkHONSACRTjs = require('./chunk-HONSACRT.js');
82
82
  var _chunkYWKUJJ34js = require('./chunk-YWKUJJ34.js');
83
83
 
84
84
 
85
- var _chunkK7QVZAWDjs = require('./chunk-K7QVZAWD.js');
85
+ var _chunkYFERQMWXjs = require('./chunk-YFERQMWX.js');
86
86
 
87
87
 
88
88
  var _chunk2GRVQNW3js = require('./chunk-2GRVQNW3.js');
@@ -103,10 +103,10 @@ require('./chunk-INERRJ6Q.js');
103
103
  var _chunkPCPEJBLOjs = require('./chunk-PCPEJBLO.js');
104
104
 
105
105
 
106
- var _chunkD2ECVPJFjs = require('./chunk-D2ECVPJF.js');
106
+ var _chunk6ZRK5I4Njs = require('./chunk-6ZRK5I4N.js');
107
107
 
108
108
 
109
- var _chunk6ZRK5I4Njs = require('./chunk-6ZRK5I4N.js');
109
+ var _chunkD2ECVPJFjs = require('./chunk-D2ECVPJF.js');
110
110
 
111
111
 
112
112
  var _chunkRRWRVA7Fjs = require('./chunk-RRWRVA7F.js');
@@ -287,4 +287,4 @@ require('./chunk-3GQAWCBQ.js');
287
287
 
288
288
 
289
289
 
290
- exports.INVALID_CARGO_ARGS = _chunkULBTYC2Bjs.INVALID_CARGO_ARGS; exports.LARGE_BUFFER = _chunkMMMTLP2Wjs.LARGE_BUFFER; exports.LOCK_FILES = _chunkPK2SUBWIjs.LOCK_FILES; exports.NPM_LOCK_FILE = _chunkPK2SUBWIjs.NPM_LOCK_FILE; exports.NPM_LOCK_PATH = _chunkPK2SUBWIjs.NPM_LOCK_PATH; exports.PNPM_LOCK_FILE = _chunkPK2SUBWIjs.PNPM_LOCK_FILE; exports.PNPM_LOCK_PATH = _chunkPK2SUBWIjs.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 = _chunkPK2SUBWIjs.YARN_LOCK_FILE; exports.YARN_LOCK_PATH = _chunkPK2SUBWIjs.YARN_LOCK_PATH; exports.addPluginProjectTag = _chunk7YRW5HNXjs.addPluginProjectTag; exports.addProjectTag = _chunk7YRW5HNXjs.addProjectTag; exports.applyWorkspaceExecutorTokens = _chunkRFO5NMSBjs.applyWorkspaceExecutorTokens; exports.baseExecutorSchema = _chunkI734UVDTjs.base_executor_untyped_default; exports.baseGeneratorSchema = _chunk7CJRMBX3js.base_generator_untyped_default; exports.browserLibraryGeneratorFn = _chunkC3YSVZWOjs.browserLibraryGeneratorFn; exports.buildCargoCommand = _chunkULBTYC2Bjs.buildCargoCommand; exports.cargoBaseExecutorSchema = _chunk6QO3KMZAjs.cargo_base_executor_untyped_default; exports.cargoBuildExecutor = _chunkYSYBVJGRjs.cargoBuildExecutor; exports.cargoCheckExecutor = _chunkHONSACRTjs.cargoCheckExecutor; exports.cargoClippyExecutor = _chunkYWKUJJ34js.cargoClippyExecutor; exports.cargoCommand = _chunkULBTYC2Bjs.cargoCommand; exports.cargoCommandSync = _chunkULBTYC2Bjs.cargoCommandSync; exports.cargoDocExecutor = _chunkK7QVZAWDjs.cargoDocExecutor; exports.cargoFormatExecutor = _chunkQSLN7UYGjs.cargoFormatExecutor; exports.cargoMetadata = _chunkULBTYC2Bjs.cargoMetadata; exports.cargoRunCommand = _chunkULBTYC2Bjs.cargoRunCommand; exports.childProcess = _chunkULBTYC2Bjs.childProcess; exports.configSchemaGeneratorFn = _chunk2HD75CLDjs.configSchemaGeneratorFn; exports.createCliOptions = _chunkDHGZTMNDjs.createCliOptions; exports.createProjectTsConfigJson = _chunkRAVLTWJVjs.createProjectTsConfigJson; exports.esbuildExecutorFn = _chunkGDE7VBWWjs.esbuildExecutorFn; exports.eslintVersion = _chunkHI4G4OOGjs.eslintVersion; exports.formatProjectTag = _chunk7YRW5HNXjs.formatProjectTag; exports.getLockFileDependencies = _chunkPK2SUBWIjs.getLockFileDependencies; exports.getLockFileName = _chunkPK2SUBWIjs.getLockFileName; exports.getLockFileNodes = _chunkPK2SUBWIjs.getLockFileNodes; exports.getOutputPath = _chunkRAVLTWJVjs.getOutputPath; exports.getPackageInfo = _chunk7AXFMX2Tjs.getPackageInfo; exports.getProjectConfigFromProjectJsonPath = _chunkUF6KFXG5js.getProjectConfigFromProjectJsonPath; exports.getProjectConfigFromProjectRoot = _chunkUF6KFXG5js.getProjectConfigFromProjectRoot; exports.getProjectConfiguration = _chunk5DAZ2WTIjs.getProjectConfiguration; exports.getProjectConfigurations = _chunk5DAZ2WTIjs.getProjectConfigurations; exports.getProjectPlatform = _chunkUF6KFXG5js.getProjectPlatform; exports.getProjectRoot = _chunkUF6KFXG5js.getProjectRoot; 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 = _chunkPK2SUBWIjs.lockFileExists; exports.modifyCargoNestedTable = _chunkZMFVKBRMjs.modifyCargoNestedTable; exports.modifyCargoTable = _chunkZMFVKBRMjs.modifyCargoTable; exports.neutralLibraryGeneratorFn = _chunkPCPEJBLOjs.neutralLibraryGeneratorFn; exports.nodeLibraryGeneratorFn = _chunk6ZRK5I4Njs.nodeLibraryGeneratorFn; exports.nodeVersion = _chunkHI4G4OOGjs.nodeVersion; exports.normalizeOptions = _chunkRAVLTWJVjs.normalizeOptions; exports.nxVersion = _chunkHI4G4OOGjs.nxVersion; exports.parseCargoToml = _chunkZMFVKBRMjs.parseCargoToml; exports.parseCargoTomlWithTree = _chunkZMFVKBRMjs.parseCargoTomlWithTree; exports.pnpmCatalogUpdate = _chunk2GRVQNW3js.pnpmCatalogUpdate; exports.pnpmVersion = _chunkHI4G4OOGjs.pnpmVersion; exports.presetGeneratorFn = _chunkD2ECVPJFjs.presetGeneratorFn; exports.prettierPackageJsonVersion = _chunkHI4G4OOGjs.prettierPackageJsonVersion; exports.prettierPrismaVersion = _chunkHI4G4OOGjs.prettierPrismaVersion; exports.prettierVersion = _chunkHI4G4OOGjs.prettierVersion; exports.releaseVersionGeneratorFn = _chunkRRWRVA7Fjs.releaseVersionGeneratorFn; exports.runProcess = _chunkULBTYC2Bjs.runProcess; exports.semanticReleaseVersion = _chunkHI4G4OOGjs.semanticReleaseVersion; exports.setDefaultProjectTags = _chunk7YRW5HNXjs.setDefaultProjectTags; exports.sizeLimitExecutorFn = _chunkGYGIXXALjs.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 = _chunkFZUZUTKXjs.tsdownExecutorFn; exports.tsupVersion = _chunkHI4G4OOGjs.tsupVersion; exports.typeScriptLibraryGeneratorFn = _chunkRAVLTWJVjs.typeScriptLibraryGeneratorFn; exports.typesNodeVersion = _chunkHI4G4OOGjs.typesNodeVersion; exports.typescriptBuildExecutorSchema = _chunkIWCQL3AQjs.typescript_build_executor_untyped_default; exports.typescriptLibraryGeneratorSchema = _chunk7O34DHUGjs.typescript_library_generator_untyped_default; exports.typescriptVersion = _chunkHI4G4OOGjs.typescriptVersion; exports.typiaExecutorFn = _chunkIF2GIONQjs.typiaExecutorFn; exports.unbuildExecutorFn = _chunk7GKIVRFHjs.unbuildExecutorFn; exports.verdaccioVersion = _chunkHI4G4OOGjs.verdaccioVersion; exports.withRunExecutor = _chunkIBHLVELVjs.withRunExecutor; exports.withRunGenerator = _chunkKLHTXAIUjs.withRunGenerator;
290
+ exports.INVALID_CARGO_ARGS = _chunkULBTYC2Bjs.INVALID_CARGO_ARGS; exports.LARGE_BUFFER = _chunkMMMTLP2Wjs.LARGE_BUFFER; exports.LOCK_FILES = _chunkPK2SUBWIjs.LOCK_FILES; exports.NPM_LOCK_FILE = _chunkPK2SUBWIjs.NPM_LOCK_FILE; exports.NPM_LOCK_PATH = _chunkPK2SUBWIjs.NPM_LOCK_PATH; exports.PNPM_LOCK_FILE = _chunkPK2SUBWIjs.PNPM_LOCK_FILE; exports.PNPM_LOCK_PATH = _chunkPK2SUBWIjs.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 = _chunkPK2SUBWIjs.YARN_LOCK_FILE; exports.YARN_LOCK_PATH = _chunkPK2SUBWIjs.YARN_LOCK_PATH; exports.addPluginProjectTag = _chunk7YRW5HNXjs.addPluginProjectTag; exports.addProjectTag = _chunk7YRW5HNXjs.addProjectTag; exports.applyWorkspaceExecutorTokens = _chunkRFO5NMSBjs.applyWorkspaceExecutorTokens; exports.baseExecutorSchema = _chunkI734UVDTjs.base_executor_untyped_default; exports.baseGeneratorSchema = _chunk7CJRMBX3js.base_generator_untyped_default; exports.browserLibraryGeneratorFn = _chunkC3YSVZWOjs.browserLibraryGeneratorFn; exports.buildCargoCommand = _chunkULBTYC2Bjs.buildCargoCommand; exports.cargoBaseExecutorSchema = _chunk6QO3KMZAjs.cargo_base_executor_untyped_default; exports.cargoBuildExecutor = _chunkYSYBVJGRjs.cargoBuildExecutor; exports.cargoCheckExecutor = _chunkHONSACRTjs.cargoCheckExecutor; exports.cargoClippyExecutor = _chunkYWKUJJ34js.cargoClippyExecutor; exports.cargoCommand = _chunkULBTYC2Bjs.cargoCommand; exports.cargoCommandSync = _chunkULBTYC2Bjs.cargoCommandSync; exports.cargoDocExecutor = _chunkYFERQMWXjs.cargoDocExecutor; exports.cargoFormatExecutor = _chunkQSLN7UYGjs.cargoFormatExecutor; exports.cargoMetadata = _chunkULBTYC2Bjs.cargoMetadata; exports.cargoRunCommand = _chunkULBTYC2Bjs.cargoRunCommand; exports.childProcess = _chunkULBTYC2Bjs.childProcess; exports.configSchemaGeneratorFn = _chunk2HD75CLDjs.configSchemaGeneratorFn; exports.createCliOptions = _chunkDHGZTMNDjs.createCliOptions; exports.createProjectTsConfigJson = _chunkRAVLTWJVjs.createProjectTsConfigJson; exports.esbuildExecutorFn = _chunkGDE7VBWWjs.esbuildExecutorFn; exports.eslintVersion = _chunkHI4G4OOGjs.eslintVersion; exports.formatProjectTag = _chunk7YRW5HNXjs.formatProjectTag; exports.getLockFileDependencies = _chunkPK2SUBWIjs.getLockFileDependencies; exports.getLockFileName = _chunkPK2SUBWIjs.getLockFileName; exports.getLockFileNodes = _chunkPK2SUBWIjs.getLockFileNodes; exports.getOutputPath = _chunkRAVLTWJVjs.getOutputPath; exports.getPackageInfo = _chunk7AXFMX2Tjs.getPackageInfo; exports.getProjectConfigFromProjectJsonPath = _chunkUF6KFXG5js.getProjectConfigFromProjectJsonPath; exports.getProjectConfigFromProjectRoot = _chunkUF6KFXG5js.getProjectConfigFromProjectRoot; exports.getProjectConfiguration = _chunk5DAZ2WTIjs.getProjectConfiguration; exports.getProjectConfigurations = _chunk5DAZ2WTIjs.getProjectConfigurations; exports.getProjectPlatform = _chunkUF6KFXG5js.getProjectPlatform; exports.getProjectRoot = _chunkUF6KFXG5js.getProjectRoot; 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 = _chunkPK2SUBWIjs.lockFileExists; exports.modifyCargoNestedTable = _chunkZMFVKBRMjs.modifyCargoNestedTable; exports.modifyCargoTable = _chunkZMFVKBRMjs.modifyCargoTable; exports.neutralLibraryGeneratorFn = _chunkPCPEJBLOjs.neutralLibraryGeneratorFn; exports.nodeLibraryGeneratorFn = _chunk6ZRK5I4Njs.nodeLibraryGeneratorFn; exports.nodeVersion = _chunkHI4G4OOGjs.nodeVersion; exports.normalizeOptions = _chunkRAVLTWJVjs.normalizeOptions; exports.nxVersion = _chunkHI4G4OOGjs.nxVersion; exports.parseCargoToml = _chunkZMFVKBRMjs.parseCargoToml; exports.parseCargoTomlWithTree = _chunkZMFVKBRMjs.parseCargoTomlWithTree; exports.pnpmCatalogUpdate = _chunk2GRVQNW3js.pnpmCatalogUpdate; exports.pnpmVersion = _chunkHI4G4OOGjs.pnpmVersion; exports.presetGeneratorFn = _chunkD2ECVPJFjs.presetGeneratorFn; exports.prettierPackageJsonVersion = _chunkHI4G4OOGjs.prettierPackageJsonVersion; exports.prettierPrismaVersion = _chunkHI4G4OOGjs.prettierPrismaVersion; exports.prettierVersion = _chunkHI4G4OOGjs.prettierVersion; exports.releaseVersionGeneratorFn = _chunkRRWRVA7Fjs.releaseVersionGeneratorFn; exports.runProcess = _chunkULBTYC2Bjs.runProcess; exports.semanticReleaseVersion = _chunkHI4G4OOGjs.semanticReleaseVersion; exports.setDefaultProjectTags = _chunk7YRW5HNXjs.setDefaultProjectTags; exports.sizeLimitExecutorFn = _chunkGYGIXXALjs.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 = _chunkFZUZUTKXjs.tsdownExecutorFn; exports.tsupVersion = _chunkHI4G4OOGjs.tsupVersion; exports.typeScriptLibraryGeneratorFn = _chunkRAVLTWJVjs.typeScriptLibraryGeneratorFn; exports.typesNodeVersion = _chunkHI4G4OOGjs.typesNodeVersion; exports.typescriptBuildExecutorSchema = _chunkIWCQL3AQjs.typescript_build_executor_untyped_default; exports.typescriptLibraryGeneratorSchema = _chunk7O34DHUGjs.typescript_library_generator_untyped_default; exports.typescriptVersion = _chunkHI4G4OOGjs.typescriptVersion; exports.typiaExecutorFn = _chunkIF2GIONQjs.typiaExecutorFn; exports.unbuildExecutorFn = _chunk7GKIVRFHjs.unbuildExecutorFn; exports.verdaccioVersion = _chunkHI4G4OOGjs.verdaccioVersion; exports.withRunExecutor = _chunkIBHLVELVjs.withRunExecutor; exports.withRunGenerator = _chunkKLHTXAIUjs.withRunGenerator;
package/dist/index.mjs CHANGED
@@ -82,7 +82,7 @@ import {
82
82
  } from "./chunk-5XF4CY7D.mjs";
83
83
  import {
84
84
  cargoDocExecutor
85
- } from "./chunk-ZERO7WV2.mjs";
85
+ } from "./chunk-PKBHUBDV.mjs";
86
86
  import {
87
87
  pnpmCatalogUpdate
88
88
  } from "./chunk-XIOF32ZH.mjs";
@@ -101,12 +101,12 @@ import "./chunk-RLIZVCIN.mjs";
101
101
  import {
102
102
  neutralLibraryGeneratorFn
103
103
  } from "./chunk-UHNTJRTW.mjs";
104
- import {
105
- presetGeneratorFn
106
- } from "./chunk-IUV3RLT4.mjs";
107
104
  import {
108
105
  nodeLibraryGeneratorFn
109
106
  } from "./chunk-T2NTGJ6O.mjs";
107
+ import {
108
+ presetGeneratorFn
109
+ } from "./chunk-IUV3RLT4.mjs";
110
110
  import {
111
111
  releaseVersionGeneratorFn
112
112
  } from "./chunk-Q45DDLNL.mjs";
@@ -1,7 +1,7 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
2
 
3
3
 
4
- var _chunkK7QVZAWDjs = require('../../../chunk-K7QVZAWD.js');
4
+ var _chunkYFERQMWXjs = require('../../../chunk-YFERQMWX.js');
5
5
  require('../../../chunk-ULBTYC2B.js');
6
6
  require('../../../chunk-IBHLVELV.js');
7
7
  require('../../../chunk-6QSFQS3X.js');
@@ -12,4 +12,4 @@ require('../../../chunk-3GQAWCBQ.js');
12
12
 
13
13
 
14
14
 
15
- exports.cargoDocExecutor = _chunkK7QVZAWDjs.cargoDocExecutor; exports.default = _chunkK7QVZAWDjs.executor_default;
15
+ exports.cargoDocExecutor = _chunkYFERQMWXjs.cargoDocExecutor; exports.default = _chunkYFERQMWXjs.executor_default;
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  cargoDocExecutor,
3
3
  executor_default
4
- } from "../../../chunk-ZERO7WV2.mjs";
4
+ } from "../../../chunk-PKBHUBDV.mjs";
5
5
  import "../../../chunk-QZHIWK5Z.mjs";
6
6
  import "../../../chunk-GJ6DN3BR.mjs";
7
7
  import "../../../chunk-K62HB3IT.mjs";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/workspace-tools",
3
- "version": "1.245.5",
3
+ "version": "1.245.7",
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",
@@ -193,7 +193,6 @@
193
193
  "@size-limit/esbuild": "11.1.4",
194
194
  "@size-limit/esbuild-why": "11.1.4",
195
195
  "@size-limit/file": "11.1.4",
196
- "deep-clone": "4.0.0",
197
196
  "defu": "6.1.4",
198
197
  "fs-extra": "11.2.0",
199
198
  "glob": "^11.0.1",