@storm-software/workspace-tools 1.267.4 → 1.267.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 (112) hide show
  1. package/CHANGELOG.md +21 -0
  2. package/README.md +1 -2
  3. package/dist/{chunk-FM2TFXVW.mjs → chunk-4DY2UA3S.mjs} +4 -4
  4. package/dist/{chunk-BJMT4ECA.mjs → chunk-4HDB3WW5.mjs} +3 -3
  5. package/dist/{chunk-Q7WXH4GA.mjs → chunk-6LKEFJQE.mjs} +3 -3
  6. package/dist/{chunk-BFGWJ7BS.mjs → chunk-7DPHPRQI.mjs} +4 -4
  7. package/dist/{chunk-V42FQ4FR.mjs → chunk-7MPHOPRU.mjs} +3 -3
  8. package/dist/{chunk-BKEGEV72.mjs → chunk-D2WDOU7I.mjs} +5 -5
  9. package/dist/{chunk-MIVNJALE.mjs → chunk-DNMUOBHX.mjs} +1 -1
  10. package/dist/{chunk-YHPRTWSY.mjs → chunk-F2OCE3N7.mjs} +2 -2
  11. package/dist/{chunk-XYRHMXLC.mjs → chunk-FB34APS2.mjs} +3 -3
  12. package/dist/{chunk-PGEZGCU2.mjs → chunk-FK7FB6WI.mjs} +2 -2
  13. package/dist/{chunk-QXE7GTBY.mjs → chunk-G2TMNVHB.mjs} +3 -3
  14. package/dist/{chunk-TRD4W5ZK.mjs → chunk-G6XMOJQG.mjs} +4 -4
  15. package/dist/{chunk-UY3Q5IDT.mjs → chunk-GDSH6AXZ.mjs} +1 -1
  16. package/dist/{chunk-RMLZO26I.mjs → chunk-HO3GYV4L.mjs} +4 -4
  17. package/dist/{chunk-MFSIJSBW.mjs → chunk-I6DRAC2X.mjs} +3 -3
  18. package/dist/{chunk-IXHY3ZPO.mjs → chunk-I7J6YOZI.mjs} +3 -3
  19. package/dist/{chunk-TPK3STUY.mjs → chunk-IBQKONSY.mjs} +4 -4
  20. package/dist/{chunk-ZJ3QSWTQ.mjs → chunk-KPDMB7DB.mjs} +4 -4
  21. package/dist/{chunk-Z6GV7C5U.mjs → chunk-KRUR7D44.mjs} +1 -1
  22. package/dist/{chunk-2C37GBZ2.mjs → chunk-KT4AEIN3.mjs} +2 -2
  23. package/dist/{chunk-IZHZKPHV.mjs → chunk-KW6IZY4K.mjs} +3 -3
  24. package/dist/{chunk-LS27TGDZ.mjs → chunk-L2YJA3M7.mjs} +2 -2
  25. package/dist/{chunk-N4QRXJLZ.mjs → chunk-MPP5KSJW.mjs} +2 -2
  26. package/dist/{chunk-CNCYVRZ4.mjs → chunk-MWTJPENR.mjs} +1 -1
  27. package/dist/{chunk-EHFWY65U.mjs → chunk-N6FTUFXH.mjs} +3 -3
  28. package/dist/{chunk-N7GSKHH2.mjs → chunk-NM2XRTN6.mjs} +1 -1
  29. package/dist/{chunk-PZL7IZ7I.mjs → chunk-O4PGVCDS.mjs} +2 -2
  30. package/dist/{chunk-5I7ULQZF.mjs → chunk-PRT3KWA5.mjs} +1 -1
  31. package/dist/{chunk-2TEC7IFE.mjs → chunk-R6ECHUMB.mjs} +4 -4
  32. package/dist/{chunk-OW6VGYDT.mjs → chunk-RCFIYAPJ.mjs} +1 -1
  33. package/dist/{chunk-XCBLUQPM.mjs → chunk-RCVNE6AI.mjs} +3 -3
  34. package/dist/{chunk-GNFQ5PGW.mjs → chunk-RN622QNW.mjs} +1 -1
  35. package/dist/{chunk-RPMGDH44.mjs → chunk-RXEFIIKB.mjs} +2 -2
  36. package/dist/{chunk-WAXAZ5PV.mjs → chunk-S3G464AA.mjs} +3 -3
  37. package/dist/{chunk-SYTBJXTM.mjs → chunk-T67NJR64.mjs} +1 -1
  38. package/dist/{chunk-CM2FQCBL.mjs → chunk-V5OL2H6C.mjs} +3 -3
  39. package/dist/{chunk-WDFR6LVR.mjs → chunk-VXQHXDBL.mjs} +2 -2
  40. package/dist/{chunk-FPAOVOZX.mjs → chunk-VZ7BJIVG.mjs} +3 -3
  41. package/dist/{chunk-KP5JD22G.mjs → chunk-Y4GOLQVW.mjs} +4 -4
  42. package/dist/{chunk-7FHFHZRB.mjs → chunk-Z3XRWGHF.mjs} +1 -1
  43. package/dist/executors.mjs +20 -20
  44. package/dist/generators.mjs +16 -16
  45. package/dist/index.mjs +38 -38
  46. package/dist/src/base/base-executor.mjs +6 -6
  47. package/dist/src/base/base-executor.untyped.mjs +1 -1
  48. package/dist/src/base/base-generator.mjs +6 -6
  49. package/dist/src/base/base-generator.untyped.mjs +1 -1
  50. package/dist/src/base/cargo-base-executor.untyped.mjs +1 -1
  51. package/dist/src/base/index.mjs +10 -10
  52. package/dist/src/base/typescript-build-executor.untyped.mjs +2 -2
  53. package/dist/src/base/typescript-library-generator.untyped.mjs +1 -1
  54. package/dist/src/executors/cargo-build/executor.mjs +8 -8
  55. package/dist/src/executors/cargo-build/untyped.mjs +1 -1
  56. package/dist/src/executors/cargo-check/executor.mjs +8 -8
  57. package/dist/src/executors/cargo-check/untyped.mjs +1 -1
  58. package/dist/src/executors/cargo-clippy/executor.mjs +8 -8
  59. package/dist/src/executors/cargo-clippy/untyped.mjs +1 -1
  60. package/dist/src/executors/cargo-doc/executor.mjs +8 -8
  61. package/dist/src/executors/cargo-doc/untyped.mjs +1 -1
  62. package/dist/src/executors/cargo-format/executor.mjs +8 -8
  63. package/dist/src/executors/cargo-format/untyped.mjs +1 -1
  64. package/dist/src/executors/cargo-publish/executor.mjs +3 -3
  65. package/dist/src/executors/cargo-publish/untyped.mjs +1 -1
  66. package/dist/src/executors/clean-package/executor.mjs +6 -6
  67. package/dist/src/executors/clean-package/untyped.mjs +1 -1
  68. package/dist/src/executors/esbuild/executor.mjs +7 -7
  69. package/dist/src/executors/esbuild/untyped.mjs +2 -2
  70. package/dist/src/executors/npm-publish/executor.mjs +4 -4
  71. package/dist/src/executors/npm-publish/untyped.mjs +1 -1
  72. package/dist/src/executors/size-limit/executor.mjs +7 -7
  73. package/dist/src/executors/size-limit/untyped.mjs +1 -1
  74. package/dist/src/executors/typia/executor.mjs +7 -7
  75. package/dist/src/executors/typia/untyped.mjs +1 -1
  76. package/dist/src/executors/unbuild/executor.mjs +7 -7
  77. package/dist/src/executors/unbuild/untyped.mjs +2 -2
  78. package/dist/src/generators/browser-library/generator.mjs +9 -9
  79. package/dist/src/generators/browser-library/untyped.mjs +1 -1
  80. package/dist/src/generators/config-schema/generator.mjs +7 -7
  81. package/dist/src/generators/config-schema/untyped.mjs +1 -1
  82. package/dist/src/generators/init/init.mjs +2 -2
  83. package/dist/src/generators/init/untyped.mjs +1 -1
  84. package/dist/src/generators/neutral-library/generator.mjs +9 -9
  85. package/dist/src/generators/neutral-library/untyped.mjs +1 -1
  86. package/dist/src/generators/node-library/generator.mjs +9 -9
  87. package/dist/src/generators/node-library/untyped.mjs +1 -1
  88. package/dist/src/generators/preset/generator.mjs +7 -7
  89. package/dist/src/generators/preset/untyped.mjs +1 -1
  90. package/dist/src/generators/release-version/generator.mjs +6 -6
  91. package/dist/src/generators/release-version/untyped.mjs +1 -1
  92. package/dist/src/plugins/rust/cargo-toml.mjs +4 -4
  93. package/dist/src/plugins/rust/index.mjs +4 -4
  94. package/dist/src/plugins/typescript/index.mjs +4 -4
  95. package/dist/src/plugins/typescript/project-config.mjs +4 -4
  96. package/dist/src/plugins/typescript/tsup.mjs +2 -2
  97. package/dist/src/plugins/typescript/untyped-schema.mjs +2 -2
  98. package/dist/src/types.mjs +1 -1
  99. package/dist/src/utils/apply-workspace-tokens.mjs +4 -4
  100. package/dist/src/utils/cargo.mjs +2 -2
  101. package/dist/src/utils/create-cli-options.mjs +2 -2
  102. package/dist/src/utils/get-project-configurations.mjs +4 -4
  103. package/dist/src/utils/index.mjs +14 -14
  104. package/dist/src/utils/lock-file.mjs +2 -2
  105. package/dist/src/utils/package-helpers.mjs +4 -4
  106. package/dist/src/utils/plugin-helpers.mjs +3 -3
  107. package/dist/src/utils/pnpm-deps-update.mjs +3 -3
  108. package/dist/src/utils/project-tags.mjs +2 -2
  109. package/dist/src/utils/toml.mjs +2 -2
  110. package/dist/src/utils/typia-transform.mjs +2 -2
  111. package/dist/src/utils/versions.mjs +1 -1
  112. package/package.json +1 -1
@@ -11,33 +11,33 @@ import {
11
11
  getLockFileName,
12
12
  getLockFileNodes,
13
13
  lockFileExists
14
- } from "../../chunk-Z6GV7C5U.mjs";
14
+ } from "../../chunk-KRUR7D44.mjs";
15
15
  import {
16
16
  PackageManagerTypes,
17
17
  getPackageInfo
18
- } from "../../chunk-IXHY3ZPO.mjs";
18
+ } from "../../chunk-I7J6YOZI.mjs";
19
19
  import {
20
20
  getProjectConfigFromProjectJsonPath,
21
21
  getProjectConfigFromProjectRoot,
22
22
  getProjectPlatform,
23
23
  getProjectRoot
24
- } from "../../chunk-2C37GBZ2.mjs";
24
+ } from "../../chunk-KT4AEIN3.mjs";
25
25
  import {
26
26
  getTypiaTransform
27
- } from "../../chunk-MIVNJALE.mjs";
27
+ } from "../../chunk-DNMUOBHX.mjs";
28
28
  import {
29
29
  applyWorkspaceExecutorTokens
30
- } from "../../chunk-YHPRTWSY.mjs";
30
+ } from "../../chunk-F2OCE3N7.mjs";
31
31
  import {
32
32
  createCliOptions
33
- } from "../../chunk-SYTBJXTM.mjs";
33
+ } from "../../chunk-T67NJR64.mjs";
34
34
  import {
35
35
  getProjectConfiguration,
36
36
  getProjectConfigurations
37
- } from "../../chunk-N4QRXJLZ.mjs";
37
+ } from "../../chunk-MPP5KSJW.mjs";
38
38
  import {
39
39
  pnpmCatalogUpdate
40
- } from "../../chunk-LS27TGDZ.mjs";
40
+ } from "../../chunk-L2YJA3M7.mjs";
41
41
  import {
42
42
  INVALID_CARGO_ARGS,
43
43
  buildCargoCommand,
@@ -48,7 +48,7 @@ import {
48
48
  childProcess,
49
49
  isExternal,
50
50
  runProcess
51
- } from "../../chunk-GNFQ5PGW.mjs";
51
+ } from "../../chunk-RN622QNW.mjs";
52
52
  import {
53
53
  eslintVersion,
54
54
  lintStagedVersion,
@@ -78,17 +78,17 @@ import {
78
78
  hasProjectTag,
79
79
  isEqualProjectTag,
80
80
  setDefaultProjectTags
81
- } from "../../chunk-CNCYVRZ4.mjs";
81
+ } from "../../chunk-MWTJPENR.mjs";
82
82
  import {
83
83
  modifyCargoNestedTable,
84
84
  modifyCargoTable,
85
85
  parseCargoToml,
86
86
  parseCargoTomlWithTree,
87
87
  stringifyCargoToml
88
- } from "../../chunk-7FHFHZRB.mjs";
89
- import "../../chunk-WDFR6LVR.mjs";
90
- import "../../chunk-5I7ULQZF.mjs";
91
- import "../../chunk-N7GSKHH2.mjs";
88
+ } from "../../chunk-Z3XRWGHF.mjs";
89
+ import "../../chunk-VXQHXDBL.mjs";
90
+ import "../../chunk-PRT3KWA5.mjs";
91
+ import "../../chunk-NM2XRTN6.mjs";
92
92
  export {
93
93
  INVALID_CARGO_ARGS,
94
94
  LOCK_FILES,
@@ -10,8 +10,8 @@ import {
10
10
  getLockFileName,
11
11
  getLockFileNodes,
12
12
  lockFileExists
13
- } from "../../chunk-Z6GV7C5U.mjs";
14
- import "../../chunk-N7GSKHH2.mjs";
13
+ } from "../../chunk-KRUR7D44.mjs";
14
+ import "../../chunk-NM2XRTN6.mjs";
15
15
  export {
16
16
  LOCK_FILES,
17
17
  NPM_LOCK_FILE,
@@ -1,10 +1,10 @@
1
1
  import {
2
2
  PackageManagerTypes,
3
3
  getPackageInfo
4
- } from "../../chunk-IXHY3ZPO.mjs";
5
- import "../../chunk-CNCYVRZ4.mjs";
6
- import "../../chunk-7FHFHZRB.mjs";
7
- import "../../chunk-N7GSKHH2.mjs";
4
+ } from "../../chunk-I7J6YOZI.mjs";
5
+ import "../../chunk-MWTJPENR.mjs";
6
+ import "../../chunk-Z3XRWGHF.mjs";
7
+ import "../../chunk-NM2XRTN6.mjs";
8
8
  export {
9
9
  PackageManagerTypes,
10
10
  getPackageInfo
@@ -3,9 +3,9 @@ import {
3
3
  getProjectConfigFromProjectRoot,
4
4
  getProjectPlatform,
5
5
  getProjectRoot
6
- } from "../../chunk-2C37GBZ2.mjs";
7
- import "../../chunk-CNCYVRZ4.mjs";
8
- import "../../chunk-N7GSKHH2.mjs";
6
+ } from "../../chunk-KT4AEIN3.mjs";
7
+ import "../../chunk-MWTJPENR.mjs";
8
+ import "../../chunk-NM2XRTN6.mjs";
9
9
  export {
10
10
  getProjectConfigFromProjectJsonPath,
11
11
  getProjectConfigFromProjectRoot,
@@ -1,8 +1,8 @@
1
1
  import {
2
2
  pnpmCatalogUpdate
3
- } from "../../chunk-LS27TGDZ.mjs";
4
- import "../../chunk-5I7ULQZF.mjs";
5
- import "../../chunk-N7GSKHH2.mjs";
3
+ } from "../../chunk-L2YJA3M7.mjs";
4
+ import "../../chunk-PRT3KWA5.mjs";
5
+ import "../../chunk-NM2XRTN6.mjs";
6
6
  export {
7
7
  pnpmCatalogUpdate
8
8
  };
@@ -7,8 +7,8 @@ import {
7
7
  hasProjectTag,
8
8
  isEqualProjectTag,
9
9
  setDefaultProjectTags
10
- } from "../../chunk-CNCYVRZ4.mjs";
11
- import "../../chunk-N7GSKHH2.mjs";
10
+ } from "../../chunk-MWTJPENR.mjs";
11
+ import "../../chunk-NM2XRTN6.mjs";
12
12
  export {
13
13
  ProjectTagConstants,
14
14
  addPluginProjectTag,
@@ -4,8 +4,8 @@ import {
4
4
  parseCargoToml,
5
5
  parseCargoTomlWithTree,
6
6
  stringifyCargoToml
7
- } from "../../chunk-7FHFHZRB.mjs";
8
- import "../../chunk-N7GSKHH2.mjs";
7
+ } from "../../chunk-Z3XRWGHF.mjs";
8
+ import "../../chunk-NM2XRTN6.mjs";
9
9
  export {
10
10
  modifyCargoNestedTable,
11
11
  modifyCargoTable,
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  getTypiaTransform
3
- } from "../../chunk-MIVNJALE.mjs";
4
- import "../../chunk-N7GSKHH2.mjs";
3
+ } from "../../chunk-DNMUOBHX.mjs";
4
+ import "../../chunk-NM2XRTN6.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-N7GSKHH2.mjs";
21
+ import "../../chunk-NM2XRTN6.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.267.4",
3
+ "version": "1.267.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",