@storm-software/workspace-tools 1.294.34 → 1.294.35

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (134) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/dist/{chunk-ZED2FGME.mjs → chunk-DJMMAL4W.mjs} +1 -1
  3. package/dist/{chunk-G3QQ7CLV.mjs → chunk-J6VRN6FY.mjs} +1 -1
  4. package/dist/{chunk-L2Y6WKX4.mjs → chunk-LNV6TE5T.mjs} +1 -1
  5. package/dist/{chunk-AUKCJTVH.mjs → chunk-R2GSNVL2.mjs} +1 -1
  6. package/dist/{chunk-JAKKZXJM.mjs → chunk-SPYERBWG.mjs} +1 -1
  7. package/dist/executors.js +4 -4
  8. package/dist/executors.mjs +8 -8
  9. package/dist/{generator-CAtGNKdM.d.ts → generator-B6siUqei.d.ts} +1 -1
  10. package/dist/{generator-CrAo0KCH.d.ts → generator-BXIjrXpb.d.ts} +1 -1
  11. package/dist/{generator-X3nB1oRF.d.ts → generator-Bd1EcKM8.d.ts} +1 -1
  12. package/dist/{generator-7TB9pmdr.d.mts → generator-CEBxA3_Z.d.mts} +1 -1
  13. package/dist/{generator-CU7RGufI.d.ts → generator-CV6J3uFs.d.ts} +1 -1
  14. package/dist/{generator-BHlJ9J69.d.ts → generator-CVPj5oGK.d.ts} +1 -1
  15. package/dist/{generator-B_qaxa-4.d.mts → generator-D8jm5Lv9.d.mts} +1 -1
  16. package/dist/{generator-DLaccLmn.d.mts → generator-DVraEDD9.d.mts} +1 -1
  17. package/dist/{generator-DkgZalYq.d.mts → generator-G_OUV_Gn.d.mts} +1 -1
  18. package/dist/{generator-CJunp7GB.d.mts → generator-q0aCZNRu.d.mts} +1 -1
  19. package/dist/generators.d.mts +6 -6
  20. package/dist/generators.d.ts +6 -6
  21. package/dist/generators.js +2 -2
  22. package/dist/generators.mjs +7 -7
  23. package/dist/index.d.mts +6 -6
  24. package/dist/index.d.ts +6 -6
  25. package/dist/index.js +6 -6
  26. package/dist/index.mjs +14 -14
  27. package/dist/src/base/base-executor.d.mts +1 -1
  28. package/dist/src/base/base-executor.d.ts +1 -1
  29. package/dist/src/base/base-executor.mjs +1 -1
  30. package/dist/src/base/base-executor.untyped.mjs +1 -1
  31. package/dist/src/base/base-generator.d.mts +1 -1
  32. package/dist/src/base/base-generator.d.ts +1 -1
  33. package/dist/src/base/base-generator.mjs +1 -1
  34. package/dist/src/base/base-generator.untyped.mjs +1 -1
  35. package/dist/src/base/cargo-base-executor.untyped.mjs +1 -1
  36. package/dist/src/base/index.d.mts +1 -1
  37. package/dist/src/base/index.d.ts +1 -1
  38. package/dist/src/base/index.mjs +1 -1
  39. package/dist/src/base/typescript-build-executor.untyped.mjs +1 -1
  40. package/dist/src/base/typescript-library-generator.untyped.mjs +1 -1
  41. package/dist/src/executors/cargo-build/executor.mjs +1 -1
  42. package/dist/src/executors/cargo-build/untyped.mjs +1 -1
  43. package/dist/src/executors/cargo-check/executor.mjs +1 -1
  44. package/dist/src/executors/cargo-check/untyped.mjs +1 -1
  45. package/dist/src/executors/cargo-clippy/executor.mjs +1 -1
  46. package/dist/src/executors/cargo-clippy/untyped.mjs +1 -1
  47. package/dist/src/executors/cargo-doc/executor.mjs +1 -1
  48. package/dist/src/executors/cargo-doc/untyped.mjs +1 -1
  49. package/dist/src/executors/cargo-format/executor.mjs +1 -1
  50. package/dist/src/executors/cargo-format/untyped.mjs +1 -1
  51. package/dist/src/executors/cargo-publish/executor.mjs +1 -1
  52. package/dist/src/executors/cargo-publish/untyped.mjs +1 -1
  53. package/dist/src/executors/clean-package/executor.mjs +1 -1
  54. package/dist/src/executors/clean-package/untyped.mjs +1 -1
  55. package/dist/src/executors/esbuild/executor.mjs +1 -1
  56. package/dist/src/executors/esbuild/untyped.mjs +1 -1
  57. package/dist/src/executors/napi/executor.mjs +1 -1
  58. package/dist/src/executors/napi/untyped.mjs +1 -1
  59. package/dist/src/executors/npm-publish/executor.mjs +1 -1
  60. package/dist/src/executors/npm-publish/untyped.mjs +1 -1
  61. package/dist/src/executors/size-limit/executor.mjs +1 -1
  62. package/dist/src/executors/size-limit/untyped.mjs +1 -1
  63. package/dist/src/executors/tsdown/executor.mjs +1 -1
  64. package/dist/src/executors/tsdown/untyped.mjs +1 -1
  65. package/dist/src/executors/typia/executor.mjs +1 -1
  66. package/dist/src/executors/typia/untyped.mjs +1 -1
  67. package/dist/src/executors/unbuild/executor.mjs +1 -1
  68. package/dist/src/executors/unbuild/untyped.mjs +1 -1
  69. package/dist/src/generators/browser-library/generator.d.mts +2 -2
  70. package/dist/src/generators/browser-library/generator.d.ts +2 -2
  71. package/dist/src/generators/browser-library/generator.mjs +2 -2
  72. package/dist/src/generators/browser-library/untyped.mjs +1 -1
  73. package/dist/src/generators/config-schema/generator.d.mts +2 -2
  74. package/dist/src/generators/config-schema/generator.d.ts +2 -2
  75. package/dist/src/generators/config-schema/generator.mjs +1 -1
  76. package/dist/src/generators/config-schema/untyped.mjs +1 -1
  77. package/dist/src/generators/init/init.mjs +1 -1
  78. package/dist/src/generators/init/untyped.mjs +1 -1
  79. package/dist/src/generators/neutral-library/generator.d.mts +2 -2
  80. package/dist/src/generators/neutral-library/generator.d.ts +2 -2
  81. package/dist/src/generators/neutral-library/generator.mjs +2 -2
  82. package/dist/src/generators/neutral-library/untyped.mjs +1 -1
  83. package/dist/src/generators/node-library/generator.d.mts +2 -2
  84. package/dist/src/generators/node-library/generator.d.ts +2 -2
  85. package/dist/src/generators/node-library/generator.mjs +2 -2
  86. package/dist/src/generators/node-library/untyped.mjs +1 -1
  87. package/dist/src/generators/preset/generator.d.mts +2 -2
  88. package/dist/src/generators/preset/generator.d.ts +2 -2
  89. package/dist/src/generators/preset/generator.mjs +2 -2
  90. package/dist/src/generators/preset/untyped.mjs +1 -1
  91. package/dist/src/plugins/rust/cargo-toml.d.mts +1 -1
  92. package/dist/src/plugins/rust/cargo-toml.d.ts +1 -1
  93. package/dist/src/plugins/rust/cargo-toml.mjs +1 -1
  94. package/dist/src/plugins/rust/index.mjs +1 -1
  95. package/dist/src/plugins/typescript/index.d.mts +1 -1
  96. package/dist/src/plugins/typescript/index.d.ts +1 -1
  97. package/dist/src/plugins/typescript/index.mjs +1 -1
  98. package/dist/src/plugins/typescript/tsdown.d.mts +1 -1
  99. package/dist/src/plugins/typescript/tsdown.d.ts +1 -1
  100. package/dist/src/plugins/typescript/tsdown.mjs +1 -1
  101. package/dist/src/plugins/typescript/tsup.d.mts +1 -1
  102. package/dist/src/plugins/typescript/tsup.d.ts +1 -1
  103. package/dist/src/plugins/typescript/tsup.mjs +1 -1
  104. package/dist/src/plugins/typescript/untyped-schema.mjs +1 -1
  105. package/dist/src/release/index.mjs +1 -1
  106. package/dist/src/release/js-version-actions.mjs +1 -1
  107. package/dist/src/release/rust-version-actions.mjs +1 -1
  108. package/dist/src/types.d.mts +1 -1
  109. package/dist/src/types.d.ts +1 -1
  110. package/dist/src/types.mjs +1 -1
  111. package/dist/src/utils/apply-workspace-tokens.mjs +1 -1
  112. package/dist/src/utils/cargo.d.mts +1 -1
  113. package/dist/src/utils/cargo.d.ts +1 -1
  114. package/dist/src/utils/cargo.mjs +1 -1
  115. package/dist/src/utils/create-cli-options.mjs +1 -1
  116. package/dist/src/utils/get-project-configurations.mjs +1 -1
  117. package/dist/src/utils/index.d.mts +1 -1
  118. package/dist/src/utils/index.d.ts +1 -1
  119. package/dist/src/utils/index.mjs +1 -1
  120. package/dist/src/utils/lock-file.d.mts +1 -1
  121. package/dist/src/utils/lock-file.d.ts +1 -1
  122. package/dist/src/utils/lock-file.mjs +1 -1
  123. package/dist/src/utils/nx-json.mjs +1 -1
  124. package/dist/src/utils/package-helpers.mjs +1 -1
  125. package/dist/src/utils/plugin-helpers.mjs +1 -1
  126. package/dist/src/utils/project-tags.d.mts +1 -1
  127. package/dist/src/utils/project-tags.d.ts +1 -1
  128. package/dist/src/utils/project-tags.mjs +1 -1
  129. package/dist/src/utils/registry-helpers.mjs +1 -1
  130. package/dist/src/utils/typia-transform.mjs +1 -1
  131. package/dist/src/utils/versions.mjs +1 -1
  132. package/dist/{types-BAcl7ePf.d.ts → types-DNVnj90g.d.ts} +1 -1
  133. package/dist/{types-Bx5yWHfS.d.mts → types-DmsK97tz.d.mts} +1 -1
  134. package/package.json +18 -18
@@ -7,7 +7,7 @@ import {
7
7
  setDefaultProjectTags
8
8
  } from "../../../chunk-AQ7B26V3.mjs";
9
9
  import "../../../chunk-OV6RS5V7.mjs";
10
- import "../../../chunk-L2Y6WKX4.mjs";
10
+ import "../../../chunk-LNV6TE5T.mjs";
11
11
 
12
12
  // src/plugins/typescript/tsdown.ts
13
13
  import {
@@ -1,5 +1,5 @@
1
1
  import { CreateNodesV2 } from '@nx/devkit';
2
- import { B as BaseTypescriptPluginOptions } from '../../../types-Bx5yWHfS.mjs';
2
+ import { d as BaseTypescriptPluginOptions } from '../../../types-DmsK97tz.mjs';
3
3
  import '../../../types-Bl3tojmB.mjs';
4
4
  import 'zod';
5
5
  import 'zod/mini';
@@ -1,5 +1,5 @@
1
1
  import { CreateNodesV2 } from '@nx/devkit';
2
- import { B as BaseTypescriptPluginOptions } from '../../../types-BAcl7ePf.js';
2
+ import { d as BaseTypescriptPluginOptions } from '../../../types-DNVnj90g.js';
3
3
  import '../../../types-Bl3tojmB.js';
4
4
  import 'zod';
5
5
  import 'zod/mini';
@@ -7,7 +7,7 @@ import {
7
7
  setDefaultProjectTags
8
8
  } from "../../../chunk-AQ7B26V3.mjs";
9
9
  import "../../../chunk-OV6RS5V7.mjs";
10
- import "../../../chunk-L2Y6WKX4.mjs";
10
+ import "../../../chunk-LNV6TE5T.mjs";
11
11
 
12
12
  // src/plugins/typescript/tsup.ts
13
13
  import {
@@ -5,7 +5,7 @@ import {
5
5
  ProjectTagConstants,
6
6
  addProjectTag
7
7
  } from "../../../chunk-AQ7B26V3.mjs";
8
- import "../../../chunk-L2Y6WKX4.mjs";
8
+ import "../../../chunk-LNV6TE5T.mjs";
9
9
 
10
10
  // src/plugins/typescript/untyped-schema.ts
11
11
  import {
@@ -11,7 +11,7 @@ import "../../chunk-UWQQYG23.mjs";
11
11
  import "../../chunk-J3V2XDUI.mjs";
12
12
  import "../../chunk-3J2CP54B.mjs";
13
13
  import "../../chunk-TBW5MCN6.mjs";
14
- import "../../chunk-L2Y6WKX4.mjs";
14
+ import "../../chunk-LNV6TE5T.mjs";
15
15
  export {
16
16
  StormJsVersionActions,
17
17
  StormRustVersionActions
@@ -5,7 +5,7 @@ import "../../chunk-UWQQYG23.mjs";
5
5
  import "../../chunk-J3V2XDUI.mjs";
6
6
  import "../../chunk-3J2CP54B.mjs";
7
7
  import "../../chunk-TBW5MCN6.mjs";
8
- import "../../chunk-L2Y6WKX4.mjs";
8
+ import "../../chunk-LNV6TE5T.mjs";
9
9
  export {
10
10
  StormJsVersionActions as default
11
11
  };
@@ -7,7 +7,7 @@ import "../../chunk-UWQQYG23.mjs";
7
7
  import "../../chunk-J3V2XDUI.mjs";
8
8
  import "../../chunk-3J2CP54B.mjs";
9
9
  import "../../chunk-TBW5MCN6.mjs";
10
- import "../../chunk-L2Y6WKX4.mjs";
10
+ import "../../chunk-LNV6TE5T.mjs";
11
11
  export {
12
12
  StormRustVersionActions as default
13
13
  };
@@ -1,5 +1,5 @@
1
1
  import '../types-Bl3tojmB.mjs';
2
2
  import 'tsup';
3
- export { d as BaseExecutorOptions, e as BaseExecutorResult, f as BaseGeneratorOptions, g as BaseGeneratorResult, B as BaseTypescriptPluginOptions, c as BaseWorkspaceToolOptions, b as BuildOptions, E as Entry, j as ProjectTagDistStyleValue, h as ProjectTagLanguageValue, k as ProjectTagPlatformValue, l as ProjectTagRegistryValue, i as ProjectTagTypeValue, P as ProjectTagVariant, a as TsupContext, T as TypescriptProjectLinkingType, W as WorkspaceToolHooks } from '../types-Bx5yWHfS.mjs';
3
+ export { B as BaseExecutorOptions, a as BaseExecutorResult, b as BaseGeneratorOptions, c as BaseGeneratorResult, d as BaseTypescriptPluginOptions, e as BaseWorkspaceToolOptions, f as BuildOptions, E as Entry, P as ProjectTagDistStyleValue, g as ProjectTagLanguageValue, h as ProjectTagPlatformValue, i as ProjectTagRegistryValue, j as ProjectTagTypeValue, k as ProjectTagVariant, T as TsupContext, l as TypescriptProjectLinkingType, W as WorkspaceToolHooks } from '../types-DmsK97tz.mjs';
4
4
  import 'zod';
5
5
  import 'zod/mini';
@@ -1,5 +1,5 @@
1
1
  import '../types-Bl3tojmB.js';
2
2
  import 'tsup';
3
- export { d as BaseExecutorOptions, e as BaseExecutorResult, f as BaseGeneratorOptions, g as BaseGeneratorResult, B as BaseTypescriptPluginOptions, c as BaseWorkspaceToolOptions, b as BuildOptions, E as Entry, j as ProjectTagDistStyleValue, h as ProjectTagLanguageValue, k as ProjectTagPlatformValue, l as ProjectTagRegistryValue, i as ProjectTagTypeValue, P as ProjectTagVariant, a as TsupContext, T as TypescriptProjectLinkingType, W as WorkspaceToolHooks } from '../types-BAcl7ePf.js';
3
+ export { B as BaseExecutorOptions, a as BaseExecutorResult, b as BaseGeneratorOptions, c as BaseGeneratorResult, d as BaseTypescriptPluginOptions, e as BaseWorkspaceToolOptions, f as BuildOptions, E as Entry, P as ProjectTagDistStyleValue, g as ProjectTagLanguageValue, h as ProjectTagPlatformValue, i as ProjectTagRegistryValue, j as ProjectTagTypeValue, k as ProjectTagVariant, T as TsupContext, l as TypescriptProjectLinkingType, W as WorkspaceToolHooks } from '../types-DNVnj90g.js';
4
4
  import 'zod';
5
5
  import 'zod/mini';
@@ -7,7 +7,7 @@ import {
7
7
  ProjectTagVariant,
8
8
  TypescriptProjectLinkingType
9
9
  } from "../chunk-OV6RS5V7.mjs";
10
- import "../chunk-L2Y6WKX4.mjs";
10
+ import "../chunk-LNV6TE5T.mjs";
11
11
  export {
12
12
  ProjectTagDistStyleValue,
13
13
  ProjectTagLanguageValue,
@@ -3,7 +3,7 @@ import {
3
3
  } from "../../chunk-UBVTASOE.mjs";
4
4
  import "../../chunk-3J2CP54B.mjs";
5
5
  import "../../chunk-TBW5MCN6.mjs";
6
- import "../../chunk-L2Y6WKX4.mjs";
6
+ import "../../chunk-LNV6TE5T.mjs";
7
7
  export {
8
8
  applyWorkspaceExecutorTokens
9
9
  };
@@ -1,6 +1,6 @@
1
1
  import { ExecutorContext } from '@nx/devkit';
2
2
  import { CargoMetadata, Package, Dependency } from '@storm-software/config-tools/utilities/toml';
3
- import { ChildProcess, StdioOptions } from 'node:child_process';
3
+ import { StdioOptions, ChildProcess } from 'node:child_process';
4
4
 
5
5
  // Generated by @storm-software/untyped
6
6
  // Do not edit this file directly
@@ -1,6 +1,6 @@
1
1
  import { ExecutorContext } from '@nx/devkit';
2
2
  import { CargoMetadata, Package, Dependency } from '@storm-software/config-tools/utilities/toml';
3
- import { ChildProcess, StdioOptions } from 'node:child_process';
3
+ import { StdioOptions, ChildProcess } from 'node:child_process';
4
4
 
5
5
  // Generated by @storm-software/untyped
6
6
  // Do not edit this file directly
@@ -9,7 +9,7 @@ import {
9
9
  isExternal,
10
10
  runProcess
11
11
  } from "../../chunk-ZTN2676G.mjs";
12
- import "../../chunk-L2Y6WKX4.mjs";
12
+ import "../../chunk-LNV6TE5T.mjs";
13
13
  export {
14
14
  INVALID_CARGO_ARGS,
15
15
  buildCargoCommand,
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  createCliOptions
3
3
  } from "../../chunk-W2C5IGWW.mjs";
4
- import "../../chunk-L2Y6WKX4.mjs";
4
+ import "../../chunk-LNV6TE5T.mjs";
5
5
  export {
6
6
  createCliOptions
7
7
  };
@@ -4,7 +4,7 @@ import {
4
4
  } from "../../chunk-AH7KAAQJ.mjs";
5
5
  import "../../chunk-3J2CP54B.mjs";
6
6
  import "../../chunk-TBW5MCN6.mjs";
7
- import "../../chunk-L2Y6WKX4.mjs";
7
+ import "../../chunk-LNV6TE5T.mjs";
8
8
  export {
9
9
  getProjectConfiguration,
10
10
  getProjectConfigurations
@@ -15,7 +15,7 @@ import '@storm-software/config-tools/utilities/toml';
15
15
  import 'node:child_process';
16
16
  import 'nx/src/utils/package-json.js';
17
17
  import 'pkg-types';
18
- import '../../types-Bx5yWHfS.mjs';
18
+ import '../../types-DmsK97tz.mjs';
19
19
  import '../../types-Bl3tojmB.mjs';
20
20
  import 'zod';
21
21
  import 'zod/mini';
@@ -15,7 +15,7 @@ import '@storm-software/config-tools/utilities/toml';
15
15
  import 'node:child_process';
16
16
  import 'nx/src/utils/package-json.js';
17
17
  import 'pkg-types';
18
- import '../../types-BAcl7ePf.js';
18
+ import '../../types-DNVnj90g.js';
19
19
  import '../../types-Bl3tojmB.js';
20
20
  import 'zod';
21
21
  import 'zod/mini';
@@ -87,7 +87,7 @@ import {
87
87
  import "../../chunk-J3V2XDUI.mjs";
88
88
  import "../../chunk-3J2CP54B.mjs";
89
89
  import "../../chunk-TBW5MCN6.mjs";
90
- import "../../chunk-L2Y6WKX4.mjs";
90
+ import "../../chunk-LNV6TE5T.mjs";
91
91
  export {
92
92
  INVALID_CARGO_ARGS,
93
93
  LOCK_FILES,
@@ -1,4 +1,4 @@
1
- import { PackageManager, CreateNodesContextV2, ProjectGraphExternalNode, CreateDependenciesContext, RawProjectGraphDependency } from '@nx/devkit';
1
+ import { PackageManager, CreateDependenciesContext, ProjectGraphExternalNode, RawProjectGraphDependency, CreateNodesContextV2 } from '@nx/devkit';
2
2
 
3
3
  declare const YARN_LOCK_FILE = "yarn.lock";
4
4
  declare const NPM_LOCK_FILE = "package-lock.json";
@@ -1,4 +1,4 @@
1
- import { PackageManager, CreateNodesContextV2, ProjectGraphExternalNode, CreateDependenciesContext, RawProjectGraphDependency } from '@nx/devkit';
1
+ import { PackageManager, CreateDependenciesContext, ProjectGraphExternalNode, RawProjectGraphDependency, CreateNodesContextV2 } from '@nx/devkit';
2
2
 
3
3
  declare const YARN_LOCK_FILE = "yarn.lock";
4
4
  declare const NPM_LOCK_FILE = "package-lock.json";
@@ -11,7 +11,7 @@ import {
11
11
  getLockFileNodes,
12
12
  lockFileExists
13
13
  } from "../../chunk-77B77QNY.mjs";
14
- import "../../chunk-L2Y6WKX4.mjs";
14
+ import "../../chunk-LNV6TE5T.mjs";
15
15
  export {
16
16
  LOCK_FILES,
17
17
  NPM_LOCK_FILE,
@@ -3,7 +3,7 @@ import {
3
3
  RELEASE,
4
4
  withNamedInputs
5
5
  } from "../../chunk-V5K2PDVY.mjs";
6
- import "../../chunk-L2Y6WKX4.mjs";
6
+ import "../../chunk-LNV6TE5T.mjs";
7
7
  export {
8
8
  NAMED_INPUTS,
9
9
  RELEASE,
@@ -7,7 +7,7 @@ import "../../chunk-CHKLDARN.mjs";
7
7
  import "../../chunk-AQ7B26V3.mjs";
8
8
  import "../../chunk-J3V2XDUI.mjs";
9
9
  import "../../chunk-TBW5MCN6.mjs";
10
- import "../../chunk-L2Y6WKX4.mjs";
10
+ import "../../chunk-LNV6TE5T.mjs";
11
11
  export {
12
12
  PackageManagerTypes,
13
13
  addPackageJsonGitHead,
@@ -6,7 +6,7 @@ import {
6
6
  getRoot
7
7
  } from "../../chunk-FKPWMB63.mjs";
8
8
  import "../../chunk-AQ7B26V3.mjs";
9
- import "../../chunk-L2Y6WKX4.mjs";
9
+ import "../../chunk-LNV6TE5T.mjs";
10
10
  export {
11
11
  getProjectConfigFromProjectJsonPath,
12
12
  getProjectConfigFromProjectRoot,
@@ -1,5 +1,5 @@
1
1
  import { ProjectConfiguration } from '@nx/devkit';
2
- import { P as ProjectTagVariant, h as ProjectTagLanguageValue, i as ProjectTagTypeValue, j as ProjectTagDistStyleValue, k as ProjectTagPlatformValue, l as ProjectTagRegistryValue } from '../../types-Bx5yWHfS.mjs';
2
+ import { k as ProjectTagVariant, g as ProjectTagLanguageValue, j as ProjectTagTypeValue, P as ProjectTagDistStyleValue, h as ProjectTagPlatformValue, i as ProjectTagRegistryValue } from '../../types-DmsK97tz.mjs';
3
3
  import '../../types-Bl3tojmB.mjs';
4
4
  import 'zod';
5
5
  import 'zod/mini';
@@ -1,5 +1,5 @@
1
1
  import { ProjectConfiguration } from '@nx/devkit';
2
- import { P as ProjectTagVariant, h as ProjectTagLanguageValue, i as ProjectTagTypeValue, j as ProjectTagDistStyleValue, k as ProjectTagPlatformValue, l as ProjectTagRegistryValue } from '../../types-BAcl7ePf.js';
2
+ import { k as ProjectTagVariant, g as ProjectTagLanguageValue, j as ProjectTagTypeValue, P as ProjectTagDistStyleValue, h as ProjectTagPlatformValue, i as ProjectTagRegistryValue } from '../../types-DNVnj90g.js';
3
3
  import '../../types-Bl3tojmB.js';
4
4
  import 'zod';
5
5
  import 'zod/mini';
@@ -8,7 +8,7 @@ import {
8
8
  isEqualProjectTag,
9
9
  setDefaultProjectTags
10
10
  } from "../../chunk-AQ7B26V3.mjs";
11
- import "../../chunk-L2Y6WKX4.mjs";
11
+ import "../../chunk-LNV6TE5T.mjs";
12
12
  export {
13
13
  ProjectTagConstants,
14
14
  addPluginProjectTag,
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  getCrateRegistryVersion
3
3
  } from "../../chunk-EGI64HQ2.mjs";
4
- import "../../chunk-L2Y6WKX4.mjs";
4
+ import "../../chunk-LNV6TE5T.mjs";
5
5
  export {
6
6
  getCrateRegistryVersion
7
7
  };
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  getTypiaTransform
3
3
  } from "../../chunk-KR72GKIT.mjs";
4
- import "../../chunk-L2Y6WKX4.mjs";
4
+ import "../../chunk-LNV6TE5T.mjs";
5
5
  export {
6
6
  getTypiaTransform
7
7
  };
@@ -18,7 +18,7 @@ import {
18
18
  typescriptVersion,
19
19
  verdaccioVersion
20
20
  } from "../../chunk-QC5ON3X4.mjs";
21
- import "../../chunk-L2Y6WKX4.mjs";
21
+ import "../../chunk-LNV6TE5T.mjs";
22
22
  export {
23
23
  eslintVersion,
24
24
  lintStagedVersion,
@@ -113,4 +113,4 @@ declare const ProjectTagRegistryValue: {
113
113
  CYCLONE: ProjectTagRegistryValue;
114
114
  };
115
115
 
116
- export { type BaseTypescriptPluginOptions as B, type Entry as E, ProjectTagVariant as P, TypescriptProjectLinkingType as T, type WorkspaceToolHooks as W, type TsupContext as a, type BuildOptions as b, type BaseWorkspaceToolOptions as c, type BaseExecutorOptions as d, type BaseExecutorResult as e, type BaseGeneratorOptions as f, type BaseGeneratorResult as g, ProjectTagLanguageValue as h, ProjectTagTypeValue as i, ProjectTagDistStyleValue as j, ProjectTagPlatformValue as k, ProjectTagRegistryValue as l, type BaseExecutorSchema as m, type BaseGeneratorSchema as n };
116
+ export { type BaseExecutorOptions as B, type Entry as E, ProjectTagDistStyleValue as P, type TsupContext as T, type WorkspaceToolHooks as W, type BaseExecutorResult as a, type BaseGeneratorOptions as b, type BaseGeneratorResult as c, type BaseTypescriptPluginOptions as d, type BaseWorkspaceToolOptions as e, type BuildOptions as f, ProjectTagLanguageValue as g, ProjectTagPlatformValue as h, ProjectTagRegistryValue as i, ProjectTagTypeValue as j, ProjectTagVariant as k, TypescriptProjectLinkingType as l, type BaseExecutorSchema as m, type BaseGeneratorSchema as n };
@@ -113,4 +113,4 @@ declare const ProjectTagRegistryValue: {
113
113
  CYCLONE: ProjectTagRegistryValue;
114
114
  };
115
115
 
116
- export { type BaseTypescriptPluginOptions as B, type Entry as E, ProjectTagVariant as P, TypescriptProjectLinkingType as T, type WorkspaceToolHooks as W, type TsupContext as a, type BuildOptions as b, type BaseWorkspaceToolOptions as c, type BaseExecutorOptions as d, type BaseExecutorResult as e, type BaseGeneratorOptions as f, type BaseGeneratorResult as g, ProjectTagLanguageValue as h, ProjectTagTypeValue as i, ProjectTagDistStyleValue as j, ProjectTagPlatformValue as k, ProjectTagRegistryValue as l, type BaseExecutorSchema as m, type BaseGeneratorSchema as n };
116
+ export { type BaseExecutorOptions as B, type Entry as E, ProjectTagDistStyleValue as P, type TsupContext as T, type WorkspaceToolHooks as W, type BaseExecutorResult as a, type BaseGeneratorOptions as b, type BaseGeneratorResult as c, type BaseTypescriptPluginOptions as d, type BaseWorkspaceToolOptions as e, type BuildOptions as f, ProjectTagLanguageValue as g, ProjectTagPlatformValue as h, ProjectTagRegistryValue as i, ProjectTagTypeValue as j, ProjectTagVariant as k, TypescriptProjectLinkingType as l, type BaseExecutorSchema as m, type BaseGeneratorSchema as n };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/workspace-tools",
3
- "version": "1.294.34",
3
+ "version": "1.294.35",
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",
@@ -222,8 +222,8 @@
222
222
  "peerDependencies": {
223
223
  "@napi-rs/cli": "^3.4.1",
224
224
  "markdownlint-cli2": "^0.17.2",
225
- "nx": "^22.3.3",
226
- "prettier": "^3.7.4"
225
+ "nx": "^22.5.1",
226
+ "prettier": "^3.8.1"
227
227
  },
228
228
  "peerDependenciesMeta": {
229
229
  "markdownlint-cli2": { "optional": false },
@@ -233,20 +233,20 @@
233
233
  },
234
234
  "dependencies": {
235
235
  "@ltd/j-toml": "1.38.0",
236
- "@microsoft/api-extractor": "^7.55.2",
237
- "@nx/devkit": "^22.3.3",
238
- "@nx/js": "^22.3.3",
236
+ "@microsoft/api-extractor": "^7.56.3",
237
+ "@nx/devkit": "^22.5.1",
238
+ "@nx/js": "^22.5.1",
239
239
  "@samchon/openapi": "^2.5.3",
240
240
  "@size-limit/esbuild": "11.1.4",
241
241
  "@size-limit/esbuild-why": "11.1.4",
242
242
  "@size-limit/file": "11.1.4",
243
- "@storm-software/config-tools": "^1.189.2",
244
- "@storm-software/esbuild": "^0.53.83",
245
- "@storm-software/npm-tools": "^0.6.40",
246
- "@storm-software/pnpm-tools": "^0.6.85",
247
- "@storm-software/prettier": "^0.58.1",
248
- "@storm-software/tsdown": "^0.45.83",
249
- "@storm-software/unbuild": "^0.57.83",
243
+ "@storm-software/config-tools": "^1.189.3",
244
+ "@storm-software/esbuild": "^0.53.84",
245
+ "@storm-software/npm-tools": "^0.6.41",
246
+ "@storm-software/pnpm-tools": "^0.6.86",
247
+ "@storm-software/prettier": "^0.58.2",
248
+ "@storm-software/tsdown": "^0.45.84",
249
+ "@storm-software/unbuild": "^0.57.84",
250
250
  "fs-extra": "11.2.0",
251
251
  "glob": "^11.1.0",
252
252
  "jiti": "2.4.2",
@@ -256,15 +256,15 @@
256
256
  "size-limit": "11.1.4",
257
257
  "typia": "^7.6.4",
258
258
  "untyped": "^2.0.0",
259
- "zod": "^4.2.1"
259
+ "zod": "^4.3.6"
260
260
  },
261
261
  "devDependencies": {
262
- "@napi-rs/cli": "^3.5.0",
262
+ "@napi-rs/cli": "^3.5.1",
263
263
  "@types/micromatch": "^4.0.10",
264
- "@types/node": "^24.10.4",
264
+ "@types/node": "^24.10.13",
265
265
  "@types/semver": "7.5.8",
266
266
  "defu": "6.1.4",
267
- "nx": "^22.3.3",
267
+ "nx": "^22.5.1",
268
268
  "pkg-types": "^1.3.1",
269
269
  "tsup": "8.4.0",
270
270
  "typescript": "^5.9.3"
@@ -272,5 +272,5 @@
272
272
  "publishConfig": { "access": "public" },
273
273
  "executors": "./executors.json",
274
274
  "generators": "./generators.json",
275
- "gitHead": "f802411a3ecd34e4715cab07613af9487bf29285"
275
+ "gitHead": "ba13eafff9d45759d5a5d4947f0b38ee79000e15"
276
276
  }