@storm-software/workspace-tools 1.273.4 → 1.273.6

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 (88) hide show
  1. package/CHANGELOG.md +35 -0
  2. package/README.md +1 -2
  3. package/config/base.json +0 -1
  4. package/dist/{chunk-JISERTNY.mjs → chunk-2PZOGRBP.mjs} +1 -1
  5. package/dist/{chunk-VHIM4LJY.mjs → chunk-6L7JKV7E.mjs} +1 -1
  6. package/dist/{chunk-6NLLGP7C.mjs → chunk-6QQQU5ES.mjs} +1 -1
  7. package/dist/{chunk-GMG4M2RZ.mjs → chunk-6UFOMB3R.mjs} +3 -7
  8. package/dist/{chunk-QYPOYIKU.mjs → chunk-75RE5W2I.mjs} +1 -1
  9. package/dist/{chunk-X2L5HFRH.mjs → chunk-AZ5HDBYX.mjs} +0 -9
  10. package/dist/{chunk-JHTHTSQS.mjs → chunk-EGPDUUWX.mjs} +1 -1
  11. package/dist/{chunk-7IYOBX35.js → chunk-OFNVRO2Q.js} +2 -11
  12. package/dist/{chunk-C6YYTK6Q.js → chunk-TZJGO4US.js} +3 -7
  13. package/dist/{chunk-KJPEFYZD.mjs → chunk-UQJ4W5YX.mjs} +1 -1
  14. package/dist/executors.mjs +2 -2
  15. package/dist/generators.mjs +5 -5
  16. package/dist/index.mjs +6 -6
  17. package/dist/src/base/base-executor.mjs +1 -1
  18. package/dist/src/base/base-executor.untyped.mjs +1 -1
  19. package/dist/src/base/base-generator.mjs +1 -1
  20. package/dist/src/base/base-generator.untyped.mjs +1 -1
  21. package/dist/src/base/cargo-base-executor.untyped.mjs +1 -1
  22. package/dist/src/base/index.mjs +1 -1
  23. package/dist/src/base/typescript-build-executor.untyped.mjs +1 -1
  24. package/dist/src/base/typescript-library-generator.untyped.mjs +1 -1
  25. package/dist/src/executors/cargo-build/executor.mjs +1 -1
  26. package/dist/src/executors/cargo-build/untyped.mjs +1 -1
  27. package/dist/src/executors/cargo-check/executor.mjs +1 -1
  28. package/dist/src/executors/cargo-check/untyped.mjs +1 -1
  29. package/dist/src/executors/cargo-clippy/executor.mjs +1 -1
  30. package/dist/src/executors/cargo-clippy/untyped.mjs +1 -1
  31. package/dist/src/executors/cargo-doc/executor.mjs +1 -1
  32. package/dist/src/executors/cargo-doc/untyped.mjs +1 -1
  33. package/dist/src/executors/cargo-format/executor.mjs +1 -1
  34. package/dist/src/executors/cargo-format/untyped.mjs +1 -1
  35. package/dist/src/executors/cargo-publish/executor.mjs +1 -1
  36. package/dist/src/executors/cargo-publish/untyped.mjs +1 -1
  37. package/dist/src/executors/clean-package/executor.mjs +1 -1
  38. package/dist/src/executors/clean-package/untyped.mjs +1 -1
  39. package/dist/src/executors/esbuild/executor.mjs +2 -2
  40. package/dist/src/executors/esbuild/untyped.mjs +1 -1
  41. package/dist/src/executors/npm-publish/executor.mjs +1 -1
  42. package/dist/src/executors/npm-publish/untyped.mjs +1 -1
  43. package/dist/src/executors/size-limit/executor.mjs +1 -1
  44. package/dist/src/executors/size-limit/untyped.mjs +1 -1
  45. package/dist/src/executors/typia/executor.mjs +1 -1
  46. package/dist/src/executors/typia/untyped.mjs +1 -1
  47. package/dist/src/executors/unbuild/executor.mjs +1 -1
  48. package/dist/src/executors/unbuild/untyped.mjs +1 -1
  49. package/dist/src/generators/browser-library/generator.mjs +2 -2
  50. package/dist/src/generators/browser-library/untyped.mjs +1 -1
  51. package/dist/src/generators/config-schema/generator.mjs +1 -1
  52. package/dist/src/generators/config-schema/untyped.mjs +1 -1
  53. package/dist/src/generators/init/init.mjs +1 -1
  54. package/dist/src/generators/init/untyped.mjs +1 -1
  55. package/dist/src/generators/neutral-library/generator.mjs +2 -2
  56. package/dist/src/generators/neutral-library/untyped.mjs +1 -1
  57. package/dist/src/generators/node-library/generator.mjs +2 -2
  58. package/dist/src/generators/node-library/untyped.mjs +1 -1
  59. package/dist/src/generators/preset/generator.mjs +2 -2
  60. package/dist/src/generators/preset/untyped.mjs +1 -1
  61. package/dist/src/generators/release-version/generator.mjs +1 -1
  62. package/dist/src/generators/release-version/untyped.mjs +1 -1
  63. package/dist/src/plugins/rust/cargo-toml.js +2 -2
  64. package/dist/src/plugins/rust/cargo-toml.mjs +2 -2
  65. package/dist/src/plugins/rust/index.js +2 -2
  66. package/dist/src/plugins/rust/index.mjs +2 -2
  67. package/dist/src/plugins/typescript/index.js +2 -2
  68. package/dist/src/plugins/typescript/index.mjs +2 -2
  69. package/dist/src/plugins/typescript/project-config.js +2 -2
  70. package/dist/src/plugins/typescript/project-config.mjs +2 -2
  71. package/dist/src/plugins/typescript/tsup.js +6 -11
  72. package/dist/src/plugins/typescript/tsup.mjs +6 -11
  73. package/dist/src/plugins/typescript/untyped-schema.js +6 -11
  74. package/dist/src/plugins/typescript/untyped-schema.mjs +6 -11
  75. package/dist/src/types.mjs +1 -1
  76. package/dist/src/utils/apply-workspace-tokens.mjs +1 -1
  77. package/dist/src/utils/cargo.mjs +1 -1
  78. package/dist/src/utils/create-cli-options.mjs +1 -1
  79. package/dist/src/utils/get-project-configurations.mjs +1 -1
  80. package/dist/src/utils/index.mjs +1 -1
  81. package/dist/src/utils/lock-file.mjs +1 -1
  82. package/dist/src/utils/package-helpers.mjs +1 -1
  83. package/dist/src/utils/plugin-helpers.mjs +1 -1
  84. package/dist/src/utils/pnpm-deps-update.mjs +1 -1
  85. package/dist/src/utils/project-tags.mjs +1 -1
  86. package/dist/src/utils/typia-transform.mjs +1 -1
  87. package/dist/src/utils/versions.mjs +1 -1
  88. package/package.json +7 -7
@@ -3,7 +3,7 @@ import {
3
3
  } from "../../chunk-VLOTOQYE.mjs";
4
4
  import "../../chunk-LSF4BHCI.mjs";
5
5
  import "../../chunk-U7JFVMCK.mjs";
6
- import "../../chunk-QYPOYIKU.mjs";
6
+ import "../../chunk-75RE5W2I.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-QYPOYIKU.mjs";
12
+ import "../../chunk-75RE5W2I.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-QYPOYIKU.mjs";
4
+ import "../../chunk-75RE5W2I.mjs";
5
5
  export {
6
6
  createCliOptions
7
7
  };
@@ -4,7 +4,7 @@ import {
4
4
  } from "../../chunk-L4NCVOB5.mjs";
5
5
  import "../../chunk-LSF4BHCI.mjs";
6
6
  import "../../chunk-U7JFVMCK.mjs";
7
- import "../../chunk-QYPOYIKU.mjs";
7
+ import "../../chunk-75RE5W2I.mjs";
8
8
  export {
9
9
  getProjectConfiguration,
10
10
  getProjectConfigurations
@@ -83,7 +83,7 @@ import "../../chunk-R2WP5YDO.mjs";
83
83
  import "../../chunk-WLB7XVWW.mjs";
84
84
  import "../../chunk-LSF4BHCI.mjs";
85
85
  import "../../chunk-U7JFVMCK.mjs";
86
- import "../../chunk-QYPOYIKU.mjs";
86
+ import "../../chunk-75RE5W2I.mjs";
87
87
  export {
88
88
  INVALID_CARGO_ARGS,
89
89
  LOCK_FILES,
@@ -11,7 +11,7 @@ import {
11
11
  getLockFileNodes,
12
12
  lockFileExists
13
13
  } from "../../chunk-ABE7UOMX.mjs";
14
- import "../../chunk-QYPOYIKU.mjs";
14
+ import "../../chunk-75RE5W2I.mjs";
15
15
  export {
16
16
  LOCK_FILES,
17
17
  NPM_LOCK_FILE,
@@ -7,7 +7,7 @@ import "../../chunk-R2WP5YDO.mjs";
7
7
  import "../../chunk-WLB7XVWW.mjs";
8
8
  import "../../chunk-LSF4BHCI.mjs";
9
9
  import "../../chunk-U7JFVMCK.mjs";
10
- import "../../chunk-QYPOYIKU.mjs";
10
+ import "../../chunk-75RE5W2I.mjs";
11
11
  export {
12
12
  PackageManagerTypes,
13
13
  getPackageInfo
@@ -5,7 +5,7 @@ import {
5
5
  getProjectRoot
6
6
  } from "../../chunk-3ZBMLG4D.mjs";
7
7
  import "../../chunk-F66XEAID.mjs";
8
- import "../../chunk-QYPOYIKU.mjs";
8
+ import "../../chunk-75RE5W2I.mjs";
9
9
  export {
10
10
  getProjectConfigFromProjectJsonPath,
11
11
  getProjectConfigFromProjectRoot,
@@ -2,7 +2,7 @@ import {
2
2
  pnpmUpdate
3
3
  } from "../../chunk-KHT5W6AJ.mjs";
4
4
  import "../../chunk-U7JFVMCK.mjs";
5
- import "../../chunk-QYPOYIKU.mjs";
5
+ import "../../chunk-75RE5W2I.mjs";
6
6
  export {
7
7
  pnpmUpdate
8
8
  };
@@ -8,7 +8,7 @@ import {
8
8
  isEqualProjectTag,
9
9
  setDefaultProjectTags
10
10
  } from "../../chunk-F66XEAID.mjs";
11
- import "../../chunk-QYPOYIKU.mjs";
11
+ import "../../chunk-75RE5W2I.mjs";
12
12
  export {
13
13
  ProjectTagConstants,
14
14
  addPluginProjectTag,
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  getTypiaTransform
3
3
  } from "../../chunk-KR72GKIT.mjs";
4
- import "../../chunk-QYPOYIKU.mjs";
4
+ import "../../chunk-75RE5W2I.mjs";
5
5
  export {
6
6
  getTypiaTransform
7
7
  };
@@ -18,7 +18,7 @@ import {
18
18
  typescriptVersion,
19
19
  verdaccioVersion
20
20
  } from "../../chunk-EK75QNMS.mjs";
21
- import "../../chunk-QYPOYIKU.mjs";
21
+ import "../../chunk-75RE5W2I.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.273.4",
3
+ "version": "1.273.6",
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",
@@ -192,7 +192,7 @@
192
192
  ],
193
193
  "peerDependencies": {
194
194
  "markdownlint-cli2": "^0.17.2",
195
- "nx": "21.0.0",
195
+ "nx": "21.0.3",
196
196
  "prettier": "^3.5.1"
197
197
  },
198
198
  "peerDependenciesMeta": {
@@ -203,14 +203,14 @@
203
203
  "dependencies": {
204
204
  "@ltd/j-toml": "1.38.0",
205
205
  "@microsoft/api-extractor": "^7.48.1",
206
- "@nx/devkit": "21.0.0",
206
+ "@nx/devkit": "21.0.3",
207
207
  "@samchon/openapi": "^2.5.3",
208
208
  "@size-limit/esbuild": "11.1.4",
209
209
  "@size-limit/esbuild-why": "11.1.4",
210
210
  "@size-limit/file": "11.1.4",
211
- "@storm-software/esbuild": "^0.41.4",
212
- "@storm-software/prettier": "^0.51.4",
213
- "@storm-software/unbuild": "^0.47.4",
211
+ "@storm-software/esbuild": "^0.41.6",
212
+ "@storm-software/prettier": "^0.51.6",
213
+ "@storm-software/unbuild": "^0.47.6",
214
214
  "fs-extra": "11.2.0",
215
215
  "glob": "^11.0.1",
216
216
  "jiti": "^2.4.2",
@@ -231,7 +231,7 @@
231
231
  "@types/node": "^22.10.2",
232
232
  "@types/semver": "7.5.8",
233
233
  "defu": "6.1.4",
234
- "nx": "21.0.0",
234
+ "nx": "21.0.3",
235
235
  "pkg-types": "^1.3.1",
236
236
  "tsup": "8.4.0",
237
237
  "typescript": "^5.8.3"