@storm-software/workspace-tools 1.295.71 → 1.295.73

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 (123) hide show
  1. package/CHANGELOG.md +36 -0
  2. package/dist/{chunk-MHKQN2Y7.mjs → chunk-3V43ZXBN.mjs} +1 -1
  3. package/dist/{chunk-BWV5PEQM.mjs → chunk-F5HQPVFD.mjs} +1 -1
  4. package/dist/{chunk-7K3VIGA4.mjs → chunk-OXB34DFO.mjs} +1 -1
  5. package/dist/{chunk-VMZGSS4M.mjs → chunk-PLILUNWG.mjs} +1 -1
  6. package/dist/{chunk-7AL5GHNT.mjs → chunk-ZTBAMYWX.mjs} +1 -1
  7. package/dist/executors.js +2 -2
  8. package/dist/executors.mjs +4 -4
  9. package/dist/{generator-DdPUFIRV.d.mts → generator-B9nl4zZh.d.mts} +1 -1
  10. package/dist/{generator-9L9b-msK.d.mts → generator-BKKfRfw5.d.mts} +1 -1
  11. package/dist/{generator-DwHI-Bxg.d.ts → generator-CKzlyVl8.d.ts} +1 -1
  12. package/dist/{generator-Czm2JkrK.d.ts → generator-CPAEsIX9.d.ts} +1 -1
  13. package/dist/{generator-DIEJD40Q.d.mts → generator-Ce5Jjv19.d.mts} +1 -1
  14. package/dist/{generator-GND3rM-I.d.ts → generator-DMnwA7AM.d.ts} +1 -1
  15. package/dist/{generator-C9QMvagl.d.ts → generator-DN9Th4ZG.d.ts} +1 -1
  16. package/dist/{generator-BvhmWt7B.d.mts → generator-DVJjzR9Q.d.mts} +1 -1
  17. package/dist/{generator-BT5Kf5x0.d.ts → generator-DX2foast.d.ts} +1 -1
  18. package/dist/{generator-CkT060vy.d.mts → generator-rIlu4Sq2.d.mts} +1 -1
  19. package/dist/generators.d.mts +6 -6
  20. package/dist/generators.d.ts +6 -6
  21. package/dist/generators.mjs +5 -5
  22. package/dist/index.d.mts +6 -6
  23. package/dist/index.d.ts +6 -6
  24. package/dist/index.js +2 -2
  25. package/dist/index.mjs +8 -8
  26. package/dist/src/base/base-executor.d.mts +1 -1
  27. package/dist/src/base/base-executor.d.ts +1 -1
  28. package/dist/src/base/base-executor.mjs +1 -1
  29. package/dist/src/base/base-executor.untyped.mjs +1 -1
  30. package/dist/src/base/base-generator.d.mts +1 -1
  31. package/dist/src/base/base-generator.d.ts +1 -1
  32. package/dist/src/base/base-generator.mjs +1 -1
  33. package/dist/src/base/base-generator.untyped.mjs +1 -1
  34. package/dist/src/base/cargo-base-executor.untyped.mjs +1 -1
  35. package/dist/src/base/index.d.mts +1 -1
  36. package/dist/src/base/index.d.ts +1 -1
  37. package/dist/src/base/index.mjs +1 -1
  38. package/dist/src/base/typescript-build-executor.untyped.mjs +1 -1
  39. package/dist/src/base/typescript-library-generator.untyped.mjs +1 -1
  40. package/dist/src/executors/cargo-build/executor.mjs +1 -1
  41. package/dist/src/executors/cargo-build/untyped.mjs +1 -1
  42. package/dist/src/executors/cargo-check/executor.mjs +1 -1
  43. package/dist/src/executors/cargo-check/untyped.mjs +1 -1
  44. package/dist/src/executors/cargo-clippy/executor.mjs +1 -1
  45. package/dist/src/executors/cargo-clippy/untyped.mjs +1 -1
  46. package/dist/src/executors/cargo-doc/executor.mjs +1 -1
  47. package/dist/src/executors/cargo-doc/untyped.mjs +1 -1
  48. package/dist/src/executors/cargo-format/executor.mjs +1 -1
  49. package/dist/src/executors/cargo-format/untyped.mjs +1 -1
  50. package/dist/src/executors/cargo-publish/executor.mjs +1 -1
  51. package/dist/src/executors/cargo-publish/untyped.mjs +1 -1
  52. package/dist/src/executors/clean-package/executor.mjs +1 -1
  53. package/dist/src/executors/clean-package/untyped.mjs +1 -1
  54. package/dist/src/executors/esbuild/executor.mjs +1 -1
  55. package/dist/src/executors/esbuild/untyped.mjs +1 -1
  56. package/dist/src/executors/napi/executor.mjs +1 -1
  57. package/dist/src/executors/napi/untyped.mjs +1 -1
  58. package/dist/src/executors/npm-publish/executor.mjs +1 -1
  59. package/dist/src/executors/npm-publish/untyped.mjs +1 -1
  60. package/dist/src/executors/size-limit/executor.mjs +1 -1
  61. package/dist/src/executors/size-limit/untyped.mjs +1 -1
  62. package/dist/src/executors/tsdown/executor.mjs +1 -1
  63. package/dist/src/executors/tsdown/untyped.mjs +1 -1
  64. package/dist/src/executors/typia/executor.mjs +1 -1
  65. package/dist/src/executors/typia/untyped.mjs +1 -1
  66. package/dist/src/executors/unbuild/executor.mjs +1 -1
  67. package/dist/src/executors/unbuild/untyped.mjs +1 -1
  68. package/dist/src/generators/browser-library/generator.d.mts +2 -2
  69. package/dist/src/generators/browser-library/generator.d.ts +2 -2
  70. package/dist/src/generators/browser-library/generator.mjs +2 -2
  71. package/dist/src/generators/browser-library/untyped.mjs +1 -1
  72. package/dist/src/generators/config-schema/generator.d.mts +2 -2
  73. package/dist/src/generators/config-schema/generator.d.ts +2 -2
  74. package/dist/src/generators/config-schema/generator.mjs +1 -1
  75. package/dist/src/generators/config-schema/untyped.mjs +1 -1
  76. package/dist/src/generators/init/init.mjs +1 -1
  77. package/dist/src/generators/init/untyped.mjs +1 -1
  78. package/dist/src/generators/neutral-library/generator.d.mts +2 -2
  79. package/dist/src/generators/neutral-library/generator.d.ts +2 -2
  80. package/dist/src/generators/neutral-library/generator.mjs +2 -2
  81. package/dist/src/generators/neutral-library/untyped.mjs +1 -1
  82. package/dist/src/generators/node-library/generator.d.mts +2 -2
  83. package/dist/src/generators/node-library/generator.d.ts +2 -2
  84. package/dist/src/generators/node-library/generator.mjs +2 -2
  85. package/dist/src/generators/node-library/untyped.mjs +1 -1
  86. package/dist/src/generators/preset/generator.d.mts +2 -2
  87. package/dist/src/generators/preset/generator.d.ts +2 -2
  88. package/dist/src/generators/preset/generator.mjs +2 -2
  89. package/dist/src/generators/preset/untyped.mjs +1 -1
  90. package/dist/src/plugins/rust/cargo-toml.mjs +1 -1
  91. package/dist/src/plugins/rust/index.mjs +1 -1
  92. package/dist/src/plugins/typescript/index.d.mts +1 -1
  93. package/dist/src/plugins/typescript/index.d.ts +1 -1
  94. package/dist/src/plugins/typescript/index.mjs +1 -1
  95. package/dist/src/plugins/typescript/tsdown.d.mts +1 -1
  96. package/dist/src/plugins/typescript/tsdown.d.ts +1 -1
  97. package/dist/src/plugins/typescript/tsdown.mjs +1 -1
  98. package/dist/src/plugins/typescript/tsup.d.mts +1 -1
  99. package/dist/src/plugins/typescript/tsup.d.ts +1 -1
  100. package/dist/src/plugins/typescript/tsup.mjs +1 -1
  101. package/dist/src/plugins/typescript/untyped-schema.mjs +1 -1
  102. package/dist/src/release/index.mjs +1 -1
  103. package/dist/src/release/js-version-actions.mjs +1 -1
  104. package/dist/src/release/rust-version-actions.mjs +1 -1
  105. package/dist/src/types.d.mts +1 -1
  106. package/dist/src/types.d.ts +1 -1
  107. package/dist/src/types.mjs +1 -1
  108. package/dist/src/utils/apply-workspace-tokens.mjs +1 -1
  109. package/dist/src/utils/cargo.mjs +1 -1
  110. package/dist/src/utils/create-cli-options.mjs +1 -1
  111. package/dist/src/utils/get-project-configurations.mjs +1 -1
  112. package/dist/src/utils/index.mjs +1 -1
  113. package/dist/src/utils/lock-file.mjs +1 -1
  114. package/dist/src/utils/nx-json.mjs +1 -1
  115. package/dist/src/utils/package-helpers.mjs +1 -1
  116. package/dist/src/utils/plugin-helpers.mjs +1 -1
  117. package/dist/src/utils/project-tags.mjs +1 -1
  118. package/dist/src/utils/registry-helpers.mjs +1 -1
  119. package/dist/src/utils/typia-transform.mjs +1 -1
  120. package/dist/src/utils/versions.mjs +1 -1
  121. package/dist/{types-DIIZf_cX.d.ts → types-Bvfw-xMk.d.ts} +1 -1
  122. package/dist/{types-BlCH22NF.d.mts → types-DLXcfy35.d.mts} +1 -1
  123. package/package.json +11 -11
@@ -1,6 +1,6 @@
1
1
  import '../types-Dug-2iKz.js';
2
2
  import 'tsup';
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, T as TsupContext, g as TypescriptProjectLinkingType, W as WorkspaceToolHooks } from '../types-DIIZf_cX.js';
3
+ export { B as BaseExecutorOptions, a as BaseExecutorResult, c as BaseGeneratorOptions, d as BaseGeneratorResult, f as BaseTypescriptPluginOptions, g as BaseWorkspaceToolOptions, h as BuildOptions, E as Entry, T as TsupContext, i as TypescriptProjectLinkingType, W as WorkspaceToolHooks } from '../types-Bvfw-xMk.js';
4
4
  export { P as ProjectTagDistStyleValue, a as ProjectTagLanguageValue, b as ProjectTagPlatformValue, c as ProjectTagRegistryValue, d as ProjectTagTypeValue, e as ProjectTagVariant } from '../types-D2zxYEAh.js';
5
5
  import 'zod';
6
6
  import 'zod/v4/mini';
@@ -7,7 +7,7 @@ import {
7
7
  ProjectTagVariant,
8
8
  TypescriptProjectLinkingType
9
9
  } from "../chunk-5OS7GV5T.mjs";
10
- import "../chunk-BWV5PEQM.mjs";
10
+ import "../chunk-F5HQPVFD.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-BWV5PEQM.mjs";
6
+ import "../../chunk-F5HQPVFD.mjs";
7
7
  export {
8
8
  applyWorkspaceExecutorTokens
9
9
  };
@@ -9,7 +9,7 @@ import {
9
9
  isExternal,
10
10
  runProcess
11
11
  } from "../../chunk-GKLFEOKK.mjs";
12
- import "../../chunk-BWV5PEQM.mjs";
12
+ import "../../chunk-F5HQPVFD.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-BWV5PEQM.mjs";
4
+ import "../../chunk-F5HQPVFD.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-BWV5PEQM.mjs";
7
+ import "../../chunk-F5HQPVFD.mjs";
8
8
  export {
9
9
  getProjectConfiguration,
10
10
  getProjectConfigurations
@@ -87,7 +87,7 @@ import {
87
87
  import "../../chunk-T55IDP24.mjs";
88
88
  import "../../chunk-3J2CP54B.mjs";
89
89
  import "../../chunk-TBW5MCN6.mjs";
90
- import "../../chunk-BWV5PEQM.mjs";
90
+ import "../../chunk-F5HQPVFD.mjs";
91
91
  export {
92
92
  INVALID_CARGO_ARGS,
93
93
  LOCK_FILES,
@@ -11,7 +11,7 @@ import {
11
11
  getLockFileNodes,
12
12
  lockFileExists
13
13
  } from "../../chunk-77B77QNY.mjs";
14
- import "../../chunk-BWV5PEQM.mjs";
14
+ import "../../chunk-F5HQPVFD.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-BWV5PEQM.mjs";
6
+ import "../../chunk-F5HQPVFD.mjs";
7
7
  export {
8
8
  NAMED_INPUTS,
9
9
  RELEASE,
@@ -7,7 +7,7 @@ import "../../chunk-JCPIXJ3N.mjs";
7
7
  import "../../chunk-2GQSCZ3J.mjs";
8
8
  import "../../chunk-T55IDP24.mjs";
9
9
  import "../../chunk-TBW5MCN6.mjs";
10
- import "../../chunk-BWV5PEQM.mjs";
10
+ import "../../chunk-F5HQPVFD.mjs";
11
11
  export {
12
12
  PackageManagerTypes,
13
13
  addPackageJsonGitHead,
@@ -6,7 +6,7 @@ import {
6
6
  getRoot
7
7
  } from "../../chunk-K4QMCCQB.mjs";
8
8
  import "../../chunk-2GQSCZ3J.mjs";
9
- import "../../chunk-BWV5PEQM.mjs";
9
+ import "../../chunk-F5HQPVFD.mjs";
10
10
  export {
11
11
  getProjectConfigFromProjectJsonPath,
12
12
  getProjectConfigFromProjectRoot,
@@ -8,7 +8,7 @@ import {
8
8
  isEqualProjectTag,
9
9
  setDefaultProjectTags
10
10
  } from "../../chunk-2GQSCZ3J.mjs";
11
- import "../../chunk-BWV5PEQM.mjs";
11
+ import "../../chunk-F5HQPVFD.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-BWV5PEQM.mjs";
4
+ import "../../chunk-F5HQPVFD.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-BWV5PEQM.mjs";
4
+ import "../../chunk-F5HQPVFD.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-BWV5PEQM.mjs";
21
+ import "../../chunk-F5HQPVFD.mjs";
22
22
  export {
23
23
  eslintVersion,
24
24
  lintStagedVersion,
@@ -74,4 +74,4 @@ interface BaseGeneratorResult extends Record<string, any> {
74
74
  data?: any;
75
75
  }
76
76
 
77
- export { type BaseExecutorOptions as B, type Entry as E, 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, TypescriptProjectLinkingType as g, type BaseExecutorSchema as h, type BaseGeneratorSchema as i };
77
+ export { type BaseExecutorOptions as B, type Entry as E, type TsupContext as T, type WorkspaceToolHooks as W, type BaseExecutorResult as a, type BaseExecutorSchema as b, type BaseGeneratorOptions as c, type BaseGeneratorResult as d, type BaseGeneratorSchema as e, type BaseTypescriptPluginOptions as f, type BaseWorkspaceToolOptions as g, type BuildOptions as h, TypescriptProjectLinkingType as i };
@@ -74,4 +74,4 @@ interface BaseGeneratorResult extends Record<string, any> {
74
74
  data?: any;
75
75
  }
76
76
 
77
- export { type BaseExecutorOptions as B, type Entry as E, 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, TypescriptProjectLinkingType as g, type BaseExecutorSchema as h, type BaseGeneratorSchema as i };
77
+ export { type BaseExecutorOptions as B, type Entry as E, type TsupContext as T, type WorkspaceToolHooks as W, type BaseExecutorResult as a, type BaseExecutorSchema as b, type BaseGeneratorOptions as c, type BaseGeneratorResult as d, type BaseGeneratorSchema as e, type BaseTypescriptPluginOptions as f, type BaseWorkspaceToolOptions as g, type BuildOptions as h, TypescriptProjectLinkingType as i };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/workspace-tools",
3
- "version": "1.295.71",
3
+ "version": "1.295.73",
4
4
  "description": "Tools for managing a Storm workspace, including various Nx generators and executors for common development tasks.",
5
5
  "keywords": [
6
6
  "monorepo",
@@ -228,13 +228,13 @@
228
228
  "@size-limit/esbuild": "11.1.4",
229
229
  "@size-limit/esbuild-why": "11.1.4",
230
230
  "@size-limit/file": "11.1.4",
231
- "@storm-software/config-tools": "^1.190.11",
232
- "@storm-software/esbuild": "^0.53.172",
233
- "@storm-software/npm-tools": "^0.6.128",
234
- "@storm-software/pnpm-tools": "^0.7.21",
235
- "@storm-software/prettier": "^0.59.64",
236
- "@storm-software/tsdown": "^0.45.172",
237
- "@storm-software/unbuild": "^0.57.172",
231
+ "@storm-software/config-tools": "^1.190.13",
232
+ "@storm-software/esbuild": "^0.53.174",
233
+ "@storm-software/npm-tools": "^0.6.130",
234
+ "@storm-software/pnpm-tools": "^0.7.23",
235
+ "@storm-software/prettier": "^0.59.66",
236
+ "@storm-software/tsdown": "^0.45.174",
237
+ "@storm-software/unbuild": "^0.57.174",
238
238
  "fs-extra": "11.2.0",
239
239
  "glob": "^11.1.0",
240
240
  "jiti": "2.4.2",
@@ -248,9 +248,9 @@
248
248
  },
249
249
  "devDependencies": {
250
250
  "@napi-rs/cli": "^3.6.2",
251
- "@storm-software/package-constants": "^0.1.25",
251
+ "@storm-software/package-constants": "^0.1.27",
252
252
  "@types/micromatch": "^4.0.10",
253
- "@types/node": "^25.7.0",
253
+ "@types/node": "^25.8.0",
254
254
  "@types/semver": "7.5.8",
255
255
  "defu": "6.1.4",
256
256
  "nx": "22.7.1",
@@ -273,5 +273,5 @@
273
273
  "publishConfig": { "access": "public" },
274
274
  "executors": "./executors.json",
275
275
  "generators": "./generators.json",
276
- "gitHead": "c8e55dc0f2d670f1f23905c8d645524284ae4408"
276
+ "gitHead": "28ba0e3264c160d982d27b4cb8d1f386d0b833c4"
277
277
  }