@storm-software/workspace-tools 1.293.20 → 1.293.21

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 (93) hide show
  1. package/CHANGELOG.md +19 -0
  2. package/README.md +8 -2
  3. package/dist/{chunk-WJGMJCBS.js → chunk-3L2TGJ7P.js} +8 -8
  4. package/dist/{chunk-TRSBQJJM.mjs → chunk-G5ODIWT4.mjs} +1 -1
  5. package/dist/{chunk-CGAO5ZJF.js → chunk-GE2RNRVQ.js} +11 -6
  6. package/dist/{chunk-S623LOIY.js → chunk-RIWQVAMX.js} +8 -7
  7. package/dist/{chunk-65FLWQTM.mjs → chunk-SYAIPGKL.mjs} +1 -1
  8. package/dist/{chunk-52TAS4FU.mjs → chunk-U7S4BEIK.mjs} +1 -1
  9. package/dist/{chunk-2BWYLG6A.mjs → chunk-VLLHDGHA.mjs} +5 -4
  10. package/dist/{chunk-I6IJSJSQ.mjs → chunk-WICWDWS6.mjs} +1 -1
  11. package/dist/{chunk-FZ4FGO6M.mjs → chunk-XUZ34KHK.mjs} +1 -1
  12. package/dist/{chunk-IX3OF5NI.mjs → chunk-YZCS5LKY.mjs} +11 -6
  13. package/dist/{chunk-JNZ4T77Q.mjs → chunk-ZPLXDRD4.mjs} +1 -1
  14. package/dist/executors.js +6 -6
  15. package/dist/executors.mjs +7 -7
  16. package/dist/generators.js +2 -2
  17. package/dist/generators.mjs +7 -7
  18. package/dist/index.js +8 -8
  19. package/dist/index.mjs +13 -13
  20. package/dist/src/base/base-executor.mjs +1 -1
  21. package/dist/src/base/base-executor.untyped.mjs +1 -1
  22. package/dist/src/base/base-generator.mjs +1 -1
  23. package/dist/src/base/base-generator.untyped.mjs +1 -1
  24. package/dist/src/base/cargo-base-executor.untyped.mjs +1 -1
  25. package/dist/src/base/index.mjs +1 -1
  26. package/dist/src/base/typescript-build-executor.untyped.mjs +1 -1
  27. package/dist/src/base/typescript-library-generator.untyped.mjs +1 -1
  28. package/dist/src/executors/cargo-build/executor.mjs +1 -1
  29. package/dist/src/executors/cargo-build/untyped.mjs +1 -1
  30. package/dist/src/executors/cargo-check/executor.mjs +1 -1
  31. package/dist/src/executors/cargo-check/untyped.mjs +1 -1
  32. package/dist/src/executors/cargo-clippy/executor.mjs +1 -1
  33. package/dist/src/executors/cargo-clippy/untyped.mjs +1 -1
  34. package/dist/src/executors/cargo-doc/executor.mjs +1 -1
  35. package/dist/src/executors/cargo-doc/untyped.mjs +1 -1
  36. package/dist/src/executors/cargo-format/executor.mjs +1 -1
  37. package/dist/src/executors/cargo-format/untyped.mjs +1 -1
  38. package/dist/src/executors/cargo-publish/executor.mjs +1 -1
  39. package/dist/src/executors/cargo-publish/untyped.mjs +1 -1
  40. package/dist/src/executors/clean-package/executor.mjs +1 -1
  41. package/dist/src/executors/clean-package/untyped.mjs +1 -1
  42. package/dist/src/executors/esbuild/executor.js +3 -3
  43. package/dist/src/executors/esbuild/executor.mjs +3 -3
  44. package/dist/src/executors/esbuild/untyped.mjs +1 -1
  45. package/dist/src/executors/napi/executor.mjs +1 -1
  46. package/dist/src/executors/napi/untyped.mjs +1 -1
  47. package/dist/src/executors/npm-publish/executor.mjs +1 -1
  48. package/dist/src/executors/npm-publish/untyped.mjs +1 -1
  49. package/dist/src/executors/size-limit/executor.mjs +1 -1
  50. package/dist/src/executors/size-limit/untyped.mjs +1 -1
  51. package/dist/src/executors/tsdown/executor.js +3 -3
  52. package/dist/src/executors/tsdown/executor.mjs +3 -3
  53. package/dist/src/executors/tsdown/untyped.mjs +1 -1
  54. package/dist/src/executors/typia/executor.mjs +1 -1
  55. package/dist/src/executors/typia/untyped.mjs +1 -1
  56. package/dist/src/executors/unbuild/executor.mjs +1 -1
  57. package/dist/src/executors/unbuild/untyped.mjs +1 -1
  58. package/dist/src/generators/browser-library/generator.mjs +2 -2
  59. package/dist/src/generators/browser-library/untyped.mjs +1 -1
  60. package/dist/src/generators/config-schema/generator.mjs +1 -1
  61. package/dist/src/generators/config-schema/untyped.mjs +1 -1
  62. package/dist/src/generators/init/init.mjs +1 -1
  63. package/dist/src/generators/init/untyped.mjs +1 -1
  64. package/dist/src/generators/neutral-library/generator.mjs +2 -2
  65. package/dist/src/generators/neutral-library/untyped.mjs +1 -1
  66. package/dist/src/generators/node-library/generator.mjs +2 -2
  67. package/dist/src/generators/node-library/untyped.mjs +1 -1
  68. package/dist/src/generators/preset/generator.mjs +2 -2
  69. package/dist/src/generators/preset/untyped.mjs +1 -1
  70. package/dist/src/plugins/rust/cargo-toml.mjs +1 -1
  71. package/dist/src/plugins/rust/index.mjs +1 -1
  72. package/dist/src/plugins/typescript/index.mjs +1 -1
  73. package/dist/src/plugins/typescript/tsdown.mjs +1 -1
  74. package/dist/src/plugins/typescript/tsup.mjs +1 -1
  75. package/dist/src/plugins/typescript/untyped-schema.mjs +1 -1
  76. package/dist/src/release/index.mjs +1 -1
  77. package/dist/src/release/js-version-actions.mjs +1 -1
  78. package/dist/src/release/rust-version-actions.mjs +1 -1
  79. package/dist/src/types.mjs +1 -1
  80. package/dist/src/utils/apply-workspace-tokens.mjs +1 -1
  81. package/dist/src/utils/cargo.mjs +1 -1
  82. package/dist/src/utils/create-cli-options.mjs +1 -1
  83. package/dist/src/utils/get-project-configurations.mjs +1 -1
  84. package/dist/src/utils/index.mjs +1 -1
  85. package/dist/src/utils/lock-file.mjs +1 -1
  86. package/dist/src/utils/nx-json.mjs +1 -1
  87. package/dist/src/utils/package-helpers.mjs +1 -1
  88. package/dist/src/utils/plugin-helpers.mjs +1 -1
  89. package/dist/src/utils/project-tags.mjs +1 -1
  90. package/dist/src/utils/registry-helpers.mjs +1 -1
  91. package/dist/src/utils/typia-transform.mjs +1 -1
  92. package/dist/src/utils/versions.mjs +1 -1
  93. package/package.json +11 -11
@@ -9,7 +9,7 @@ import {
9
9
  isExternal,
10
10
  runProcess
11
11
  } from "../../chunk-ZTN2676G.mjs";
12
- import "../../chunk-I6IJSJSQ.mjs";
12
+ import "../../chunk-WICWDWS6.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-I6IJSJSQ.mjs";
4
+ import "../../chunk-WICWDWS6.mjs";
5
5
  export {
6
6
  createCliOptions
7
7
  };
@@ -4,7 +4,7 @@ import {
4
4
  } from "../../chunk-P6JV6ABK.mjs";
5
5
  import "../../chunk-GSZ2BO7G.mjs";
6
6
  import "../../chunk-TBW5MCN6.mjs";
7
- import "../../chunk-I6IJSJSQ.mjs";
7
+ import "../../chunk-WICWDWS6.mjs";
8
8
  export {
9
9
  getProjectConfiguration,
10
10
  getProjectConfigurations
@@ -87,7 +87,7 @@ import {
87
87
  import "../../chunk-6MATO2MJ.mjs";
88
88
  import "../../chunk-GSZ2BO7G.mjs";
89
89
  import "../../chunk-TBW5MCN6.mjs";
90
- import "../../chunk-I6IJSJSQ.mjs";
90
+ import "../../chunk-WICWDWS6.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-I6IJSJSQ.mjs";
14
+ import "../../chunk-WICWDWS6.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-I6IJSJSQ.mjs";
6
+ import "../../chunk-WICWDWS6.mjs";
7
7
  export {
8
8
  NAMED_INPUTS,
9
9
  RELEASE,
@@ -7,7 +7,7 @@ import "../../chunk-FEYD5KMF.mjs";
7
7
  import "../../chunk-F66XEAID.mjs";
8
8
  import "../../chunk-6MATO2MJ.mjs";
9
9
  import "../../chunk-TBW5MCN6.mjs";
10
- import "../../chunk-I6IJSJSQ.mjs";
10
+ import "../../chunk-WICWDWS6.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-I6IJSJSQ.mjs";
9
+ import "../../chunk-WICWDWS6.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-I6IJSJSQ.mjs";
11
+ import "../../chunk-WICWDWS6.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-I6IJSJSQ.mjs";
4
+ import "../../chunk-WICWDWS6.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-I6IJSJSQ.mjs";
4
+ import "../../chunk-WICWDWS6.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-I6IJSJSQ.mjs";
21
+ import "../../chunk-WICWDWS6.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.293.20",
3
+ "version": "1.293.21",
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",
@@ -223,7 +223,7 @@
223
223
  "@napi-rs/cli": "^3.4.1",
224
224
  "markdownlint-cli2": "^0.17.2",
225
225
  "nx": "22.0.4",
226
- "prettier": "^3.7.1"
226
+ "prettier": "^3.7.4"
227
227
  },
228
228
  "peerDependenciesMeta": {
229
229
  "markdownlint-cli2": { "optional": false },
@@ -240,13 +240,13 @@
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.188.50",
244
- "@storm-software/esbuild": "^0.53.50",
245
- "@storm-software/npm-tools": "^0.6.6",
246
- "@storm-software/pnpm-tools": "^0.6.50",
247
- "@storm-software/prettier": "^0.57.50",
248
- "@storm-software/tsdown": "^0.45.50",
249
- "@storm-software/unbuild": "^0.57.50",
243
+ "@storm-software/config-tools": "^1.188.51",
244
+ "@storm-software/esbuild": "^0.53.51",
245
+ "@storm-software/npm-tools": "^0.6.7",
246
+ "@storm-software/pnpm-tools": "^0.6.51",
247
+ "@storm-software/prettier": "^0.57.51",
248
+ "@storm-software/tsdown": "^0.45.51",
249
+ "@storm-software/unbuild": "^0.57.51",
250
250
  "fs-extra": "11.2.0",
251
251
  "glob": "^11.1.0",
252
252
  "jiti": "2.4.2",
@@ -259,7 +259,7 @@
259
259
  "zod": "^4.1.13"
260
260
  },
261
261
  "devDependencies": {
262
- "@napi-rs/cli": "^3.4.1",
262
+ "@napi-rs/cli": "^3.5.0",
263
263
  "@types/micromatch": "^4.0.10",
264
264
  "@types/node": "^24.10.1",
265
265
  "@types/semver": "7.5.8",
@@ -272,5 +272,5 @@
272
272
  "publishConfig": { "access": "public" },
273
273
  "executors": "./executors.json",
274
274
  "generators": "./generators.json",
275
- "gitHead": "b2f33cb8df16dbfea73626cad076bd41833f8dda"
275
+ "gitHead": "d41f1248a2121aefd52ac185981cddc2d3d3bfbd"
276
276
  }