@storm-software/workspace-tools 1.292.24 → 1.292.26

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 (91) hide show
  1. package/CHANGELOG.md +47 -0
  2. package/README.md +1 -1
  3. package/dist/{chunk-IPWUJVZZ.mjs → chunk-6TYMSSXV.mjs} +1 -1
  4. package/dist/{chunk-JHJLQ2O7.mjs → chunk-CDBRCMR4.mjs} +1 -1
  5. package/dist/{chunk-D2ENLOCH.mjs → chunk-IDYJQV74.mjs} +58 -33
  6. package/dist/{chunk-WH72XZPS.mjs → chunk-K5XMGL6Y.mjs} +1 -1
  7. package/dist/{chunk-QUHBEE5D.mjs → chunk-TMUZX6IO.mjs} +1 -1
  8. package/dist/{chunk-O2FPRXPD.js → chunk-YYBWK3LE.js} +65 -40
  9. package/dist/{chunk-KCVIHYZQ.mjs → chunk-ZM7BQH6Q.mjs} +1 -1
  10. package/dist/executors.js +2 -2
  11. package/dist/executors.mjs +4 -4
  12. package/dist/generators.js +6 -6
  13. package/dist/generators.mjs +10 -10
  14. package/dist/index.js +8 -8
  15. package/dist/index.mjs +13 -13
  16. package/dist/src/base/base-executor.mjs +1 -1
  17. package/dist/src/base/base-executor.untyped.mjs +1 -1
  18. package/dist/src/base/base-generator.mjs +1 -1
  19. package/dist/src/base/base-generator.untyped.mjs +1 -1
  20. package/dist/src/base/cargo-base-executor.untyped.mjs +1 -1
  21. package/dist/src/base/index.mjs +1 -1
  22. package/dist/src/base/typescript-build-executor.untyped.mjs +1 -1
  23. package/dist/src/base/typescript-library-generator.untyped.mjs +1 -1
  24. package/dist/src/executors/cargo-build/executor.mjs +1 -1
  25. package/dist/src/executors/cargo-build/untyped.mjs +1 -1
  26. package/dist/src/executors/cargo-check/executor.mjs +1 -1
  27. package/dist/src/executors/cargo-check/untyped.mjs +1 -1
  28. package/dist/src/executors/cargo-clippy/executor.mjs +1 -1
  29. package/dist/src/executors/cargo-clippy/untyped.mjs +1 -1
  30. package/dist/src/executors/cargo-doc/executor.mjs +1 -1
  31. package/dist/src/executors/cargo-doc/untyped.mjs +1 -1
  32. package/dist/src/executors/cargo-format/executor.mjs +1 -1
  33. package/dist/src/executors/cargo-format/untyped.mjs +1 -1
  34. package/dist/src/executors/cargo-publish/executor.mjs +1 -1
  35. package/dist/src/executors/cargo-publish/untyped.mjs +1 -1
  36. package/dist/src/executors/clean-package/executor.mjs +1 -1
  37. package/dist/src/executors/clean-package/untyped.mjs +1 -1
  38. package/dist/src/executors/esbuild/executor.mjs +1 -1
  39. package/dist/src/executors/esbuild/untyped.mjs +1 -1
  40. package/dist/src/executors/npm-publish/executor.mjs +1 -1
  41. package/dist/src/executors/npm-publish/untyped.mjs +1 -1
  42. package/dist/src/executors/size-limit/executor.mjs +1 -1
  43. package/dist/src/executors/size-limit/untyped.mjs +1 -1
  44. package/dist/src/executors/tsdown/executor.mjs +1 -1
  45. package/dist/src/executors/tsdown/untyped.mjs +1 -1
  46. package/dist/src/executors/typia/executor.mjs +1 -1
  47. package/dist/src/executors/typia/untyped.mjs +1 -1
  48. package/dist/src/executors/unbuild/executor.mjs +1 -1
  49. package/dist/src/executors/unbuild/untyped.mjs +1 -1
  50. package/dist/src/generators/browser-library/generator.mjs +2 -2
  51. package/dist/src/generators/browser-library/untyped.mjs +1 -1
  52. package/dist/src/generators/config-schema/generator.mjs +1 -1
  53. package/dist/src/generators/config-schema/untyped.mjs +1 -1
  54. package/dist/src/generators/init/init.mjs +1 -1
  55. package/dist/src/generators/init/untyped.mjs +1 -1
  56. package/dist/src/generators/neutral-library/generator.mjs +2 -2
  57. package/dist/src/generators/neutral-library/untyped.mjs +1 -1
  58. package/dist/src/generators/node-library/generator.mjs +2 -2
  59. package/dist/src/generators/node-library/untyped.mjs +1 -1
  60. package/dist/src/generators/preset/generator.mjs +2 -2
  61. package/dist/src/generators/preset/untyped.mjs +1 -1
  62. package/dist/src/plugins/rust/cargo-toml.d.mts +27 -3
  63. package/dist/src/plugins/rust/cargo-toml.d.ts +27 -3
  64. package/dist/src/plugins/rust/cargo-toml.js +2 -4
  65. package/dist/src/plugins/rust/cargo-toml.mjs +2 -4
  66. package/dist/src/plugins/rust/index.d.mts +1 -1
  67. package/dist/src/plugins/rust/index.d.ts +1 -1
  68. package/dist/src/plugins/rust/index.js +2 -4
  69. package/dist/src/plugins/rust/index.mjs +2 -4
  70. package/dist/src/plugins/typescript/index.mjs +1 -1
  71. package/dist/src/plugins/typescript/tsdown.mjs +1 -1
  72. package/dist/src/plugins/typescript/tsup.mjs +1 -1
  73. package/dist/src/plugins/typescript/untyped-schema.mjs +1 -1
  74. package/dist/src/release/index.mjs +1 -1
  75. package/dist/src/release/js-version-actions.mjs +1 -1
  76. package/dist/src/release/rust-version-actions.mjs +1 -1
  77. package/dist/src/types.mjs +1 -1
  78. package/dist/src/utils/apply-workspace-tokens.mjs +1 -1
  79. package/dist/src/utils/cargo.mjs +1 -1
  80. package/dist/src/utils/create-cli-options.mjs +1 -1
  81. package/dist/src/utils/get-project-configurations.mjs +1 -1
  82. package/dist/src/utils/index.mjs +1 -1
  83. package/dist/src/utils/lock-file.mjs +1 -1
  84. package/dist/src/utils/nx-json.mjs +1 -1
  85. package/dist/src/utils/package-helpers.mjs +1 -1
  86. package/dist/src/utils/plugin-helpers.mjs +1 -1
  87. package/dist/src/utils/project-tags.mjs +1 -1
  88. package/dist/src/utils/registry-helpers.mjs +1 -1
  89. package/dist/src/utils/typia-transform.mjs +1 -1
  90. package/dist/src/utils/versions.mjs +1 -1
  91. package/package.json +14 -14
@@ -1,17 +1,15 @@
1
1
  import {
2
- DEFAULT_ERROR_MESSAGE,
3
2
  DefaultCargoPluginProfileMap,
4
3
  createDependencies,
5
4
  createNodesV2,
6
5
  description,
7
6
  name
8
- } from "../../../chunk-D2ENLOCH.mjs";
7
+ } from "../../../chunk-IDYJQV74.mjs";
9
8
  import "../../../chunk-4RYLWWPW.mjs";
10
9
  import "../../../chunk-6LP3KKXE.mjs";
11
10
  import "../../../chunk-F66XEAID.mjs";
12
- import "../../../chunk-IPWUJVZZ.mjs";
11
+ import "../../../chunk-6TYMSSXV.mjs";
13
12
  export {
14
- DEFAULT_ERROR_MESSAGE,
15
13
  DefaultCargoPluginProfileMap,
16
14
  createDependencies,
17
15
  createNodesV2,
@@ -8,7 +8,7 @@ import {
8
8
  isEqualProjectTag,
9
9
  setDefaultProjectTags
10
10
  } from "../../../chunk-F66XEAID.mjs";
11
- import "../../../chunk-IPWUJVZZ.mjs";
11
+ import "../../../chunk-6TYMSSXV.mjs";
12
12
 
13
13
  // src/plugins/typescript/index.ts
14
14
  import {
@@ -4,7 +4,7 @@ import {
4
4
  import {
5
5
  setDefaultProjectTags
6
6
  } from "../../../chunk-F66XEAID.mjs";
7
- import "../../../chunk-IPWUJVZZ.mjs";
7
+ import "../../../chunk-6TYMSSXV.mjs";
8
8
 
9
9
  // src/plugins/typescript/tsdown.ts
10
10
  import {
@@ -4,7 +4,7 @@ import {
4
4
  import {
5
5
  setDefaultProjectTags
6
6
  } from "../../../chunk-F66XEAID.mjs";
7
- import "../../../chunk-IPWUJVZZ.mjs";
7
+ import "../../../chunk-6TYMSSXV.mjs";
8
8
 
9
9
  // src/plugins/typescript/tsup.ts
10
10
  import {
@@ -5,7 +5,7 @@ import {
5
5
  ProjectTagConstants,
6
6
  addProjectTag
7
7
  } from "../../../chunk-F66XEAID.mjs";
8
- import "../../../chunk-IPWUJVZZ.mjs";
8
+ import "../../../chunk-6TYMSSXV.mjs";
9
9
 
10
10
  // src/plugins/typescript/untyped-schema.ts
11
11
  import {
@@ -11,7 +11,7 @@ import "../../chunk-NOTQLVZP.mjs";
11
11
  import "../../chunk-V44DYGWX.mjs";
12
12
  import "../../chunk-VGJEUOUN.mjs";
13
13
  import "../../chunk-C26A6BXG.mjs";
14
- import "../../chunk-IPWUJVZZ.mjs";
14
+ import "../../chunk-6TYMSSXV.mjs";
15
15
  export {
16
16
  StormJsVersionActions,
17
17
  StormRustVersionActions
@@ -5,7 +5,7 @@ import "../../chunk-NOTQLVZP.mjs";
5
5
  import "../../chunk-V44DYGWX.mjs";
6
6
  import "../../chunk-VGJEUOUN.mjs";
7
7
  import "../../chunk-C26A6BXG.mjs";
8
- import "../../chunk-IPWUJVZZ.mjs";
8
+ import "../../chunk-6TYMSSXV.mjs";
9
9
  export {
10
10
  StormJsVersionActions as default
11
11
  };
@@ -7,7 +7,7 @@ import "../../chunk-NOTQLVZP.mjs";
7
7
  import "../../chunk-V44DYGWX.mjs";
8
8
  import "../../chunk-VGJEUOUN.mjs";
9
9
  import "../../chunk-C26A6BXG.mjs";
10
- import "../../chunk-IPWUJVZZ.mjs";
10
+ import "../../chunk-6TYMSSXV.mjs";
11
11
  export {
12
12
  StormRustVersionActions as default
13
13
  };
@@ -6,7 +6,7 @@ import {
6
6
  ProjectTagTypeValue,
7
7
  ProjectTagVariant
8
8
  } from "../chunk-BO44O7D2.mjs";
9
- import "../chunk-IPWUJVZZ.mjs";
9
+ import "../chunk-6TYMSSXV.mjs";
10
10
  export {
11
11
  ProjectTagDistStyleValue,
12
12
  ProjectTagLanguageValue,
@@ -3,7 +3,7 @@ import {
3
3
  } from "../../chunk-FML2FBSG.mjs";
4
4
  import "../../chunk-VGJEUOUN.mjs";
5
5
  import "../../chunk-C26A6BXG.mjs";
6
- import "../../chunk-IPWUJVZZ.mjs";
6
+ import "../../chunk-6TYMSSXV.mjs";
7
7
  export {
8
8
  applyWorkspaceExecutorTokens
9
9
  };
@@ -9,7 +9,7 @@ import {
9
9
  isExternal,
10
10
  runProcess
11
11
  } from "../../chunk-6LP3KKXE.mjs";
12
- import "../../chunk-IPWUJVZZ.mjs";
12
+ import "../../chunk-6TYMSSXV.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-IPWUJVZZ.mjs";
4
+ import "../../chunk-6TYMSSXV.mjs";
5
5
  export {
6
6
  createCliOptions
7
7
  };
@@ -4,7 +4,7 @@ import {
4
4
  } from "../../chunk-GEP246CJ.mjs";
5
5
  import "../../chunk-VGJEUOUN.mjs";
6
6
  import "../../chunk-C26A6BXG.mjs";
7
- import "../../chunk-IPWUJVZZ.mjs";
7
+ import "../../chunk-6TYMSSXV.mjs";
8
8
  export {
9
9
  getProjectConfiguration,
10
10
  getProjectConfigurations
@@ -87,7 +87,7 @@ import {
87
87
  import "../../chunk-V44DYGWX.mjs";
88
88
  import "../../chunk-VGJEUOUN.mjs";
89
89
  import "../../chunk-C26A6BXG.mjs";
90
- import "../../chunk-IPWUJVZZ.mjs";
90
+ import "../../chunk-6TYMSSXV.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-ABE7UOMX.mjs";
14
- import "../../chunk-IPWUJVZZ.mjs";
14
+ import "../../chunk-6TYMSSXV.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-OV33RACH.mjs";
6
- import "../../chunk-IPWUJVZZ.mjs";
6
+ import "../../chunk-6TYMSSXV.mjs";
7
7
  export {
8
8
  NAMED_INPUTS,
9
9
  RELEASE,
@@ -7,7 +7,7 @@ import "../../chunk-X2SLQ73Q.mjs";
7
7
  import "../../chunk-F66XEAID.mjs";
8
8
  import "../../chunk-V44DYGWX.mjs";
9
9
  import "../../chunk-C26A6BXG.mjs";
10
- import "../../chunk-IPWUJVZZ.mjs";
10
+ import "../../chunk-6TYMSSXV.mjs";
11
11
  export {
12
12
  PackageManagerTypes,
13
13
  addPackageJsonGitHead,
@@ -6,7 +6,7 @@ import {
6
6
  getRoot
7
7
  } from "../../chunk-4RYLWWPW.mjs";
8
8
  import "../../chunk-F66XEAID.mjs";
9
- import "../../chunk-IPWUJVZZ.mjs";
9
+ import "../../chunk-6TYMSSXV.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-F66XEAID.mjs";
11
- import "../../chunk-IPWUJVZZ.mjs";
11
+ import "../../chunk-6TYMSSXV.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-IPWUJVZZ.mjs";
4
+ import "../../chunk-6TYMSSXV.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-IPWUJVZZ.mjs";
4
+ import "../../chunk-6TYMSSXV.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-IPWUJVZZ.mjs";
21
+ import "../../chunk-6TYMSSXV.mjs";
22
22
  export {
23
23
  eslintVersion,
24
24
  lintStagedVersion,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/workspace-tools",
3
- "version": "1.292.24",
3
+ "version": "1.292.26",
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",
@@ -221,7 +221,7 @@
221
221
  ],
222
222
  "peerDependencies": {
223
223
  "markdownlint-cli2": "^0.17.2",
224
- "nx": "^22.0.2",
224
+ "nx": "^22.0.3",
225
225
  "prettier": "^3.6.2"
226
226
  },
227
227
  "peerDependenciesMeta": {
@@ -231,19 +231,19 @@
231
231
  },
232
232
  "dependencies": {
233
233
  "@ltd/j-toml": "1.38.0",
234
- "@microsoft/api-extractor": "^7.54.0",
235
- "@nx/devkit": "^22.0.2",
236
- "@nx/js": "^22.0.2",
234
+ "@microsoft/api-extractor": "^7.55.0",
235
+ "@nx/devkit": "^22.0.3",
236
+ "@nx/js": "^22.0.3",
237
237
  "@samchon/openapi": "^2.5.3",
238
238
  "@size-limit/esbuild": "11.1.4",
239
239
  "@size-limit/esbuild-why": "11.1.4",
240
240
  "@size-limit/file": "11.1.4",
241
- "@storm-software/esbuild": "^0.53.24",
242
- "@storm-software/npm-tools": "^0.5.24",
243
- "@storm-software/pnpm-tools": "^0.6.24",
244
- "@storm-software/prettier": "^0.57.24",
245
- "@storm-software/tsdown": "^0.45.24",
246
- "@storm-software/unbuild": "^0.57.24",
241
+ "@storm-software/esbuild": "^0.53.26",
242
+ "@storm-software/npm-tools": "^0.5.26",
243
+ "@storm-software/pnpm-tools": "^0.6.26",
244
+ "@storm-software/prettier": "^0.57.26",
245
+ "@storm-software/tsdown": "^0.45.26",
246
+ "@storm-software/unbuild": "^0.57.26",
247
247
  "fs-extra": "11.2.0",
248
248
  "glob": "^11.0.3",
249
249
  "jiti": "2.4.2",
@@ -257,10 +257,10 @@
257
257
  },
258
258
  "devDependencies": {
259
259
  "@types/micromatch": "^4.0.10",
260
- "@types/node": "^22.19.0",
260
+ "@types/node": "^22.19.1",
261
261
  "@types/semver": "7.5.8",
262
262
  "defu": "6.1.4",
263
- "nx": "^22.0.2",
263
+ "nx": "^22.0.3",
264
264
  "pkg-types": "^1.3.1",
265
265
  "tsup": "8.4.0",
266
266
  "typescript": "^5.9.3"
@@ -268,5 +268,5 @@
268
268
  "publishConfig": { "access": "public" },
269
269
  "executors": "./executors.json",
270
270
  "generators": "./generators.json",
271
- "gitHead": "1496c04c041c86407902cb918793b4207dedc97c"
271
+ "gitHead": "2a687d65439881f5475bf5b01f6fce9222ffb072"
272
272
  }