@storm-software/workspace-tools 1.296.60 → 1.296.62

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 (162) hide show
  1. package/README.md +1 -1
  2. package/dist/{chunk-57OGFZNB.js → chunk-2F7AZHRH.js} +3 -14
  3. package/dist/{chunk-QEP2JF6D.js → chunk-2WUWNWKR.js} +3 -3
  4. package/dist/{chunk-FJK7GHBY.mjs → chunk-3UMEF5UB.mjs} +1 -1
  5. package/dist/{chunk-NXB4Z7NS.js → chunk-3ZTDNSFF.js} +3 -3
  6. package/dist/{chunk-FSP5BXTH.mjs → chunk-5THQG4I5.mjs} +1 -1
  7. package/dist/{chunk-XZE55MLM.mjs → chunk-65774IGV.mjs} +1 -1
  8. package/dist/{chunk-NB5WSHYS.js → chunk-6PL6C6JQ.js} +3 -3
  9. package/dist/{chunk-KZSELW4F.mjs → chunk-6SHXH4OG.mjs} +2 -2
  10. package/dist/{chunk-ZORHWWTN.js → chunk-ANOLNHIH.js} +3 -3
  11. package/dist/{chunk-2UXPU3BM.mjs → chunk-BCJOE7LL.mjs} +1 -1
  12. package/dist/{chunk-GKLFEOKK.mjs → chunk-C3G4MZGP.mjs} +16 -2
  13. package/dist/{chunk-Z6JQV7U5.js → chunk-CX7LLOXP.js} +8 -8
  14. package/dist/{chunk-TSQGMJVI.mjs → chunk-D5AHWEI3.mjs} +2 -2
  15. package/dist/{chunk-ZO3L5FAU.js → chunk-DLZFR63X.js} +3 -3
  16. package/dist/{chunk-JAIQZWTK.mjs → chunk-F4NO6JZL.mjs} +2 -2
  17. package/dist/{chunk-LANYX3R2.js → chunk-G5PC6KMK.js} +3 -3
  18. package/dist/{chunk-33C5YQ6J.js → chunk-GOJ243WU.js} +2 -2
  19. package/dist/{chunk-32KQVUCF.js → chunk-HYK7OVZ3.js} +25 -11
  20. package/dist/{chunk-ZEQS7E4C.mjs → chunk-IP23MSZ4.mjs} +1 -1
  21. package/dist/{chunk-5JYAH2VL.mjs → chunk-JGPL6SLR.mjs} +1 -1
  22. package/dist/{chunk-E4H5GQS4.mjs → chunk-JODIITKJ.mjs} +1 -1
  23. package/dist/{chunk-QG6V6H7W.mjs → chunk-KIEM2PKS.mjs} +1 -1
  24. package/dist/{chunk-JR7RLYGK.js → chunk-KLFGYSH4.js} +2 -2
  25. package/dist/{chunk-URZ6ZNPK.js → chunk-MI4DOBNH.js} +4 -4
  26. package/dist/{chunk-4VWDSVQJ.mjs → chunk-NTTC774E.mjs} +1 -12
  27. package/dist/{chunk-ZMHKOSQO.js → chunk-QGDBHZ2M.js} +3 -3
  28. package/dist/{chunk-TFQGKHL5.js → chunk-SWRGTRTW.js} +3 -3
  29. package/dist/{chunk-UJZUGPLI.mjs → chunk-T2REIWDE.mjs} +1 -1
  30. package/dist/{chunk-3FKFEQBJ.mjs → chunk-TFGZLFCS.mjs} +1 -1
  31. package/dist/{chunk-P52MNWK4.mjs → chunk-U6R6M4MK.mjs} +2 -2
  32. package/dist/{chunk-TVR247U6.mjs → chunk-U7X7MAHX.mjs} +1 -1
  33. package/dist/{chunk-O67GNKWY.mjs → chunk-UB6ZNCMG.mjs} +1 -1
  34. package/dist/{chunk-6CVTX3ND.js → chunk-UCM45E6T.js} +7 -7
  35. package/dist/{chunk-UV6QIFS3.js → chunk-YG45K4QK.js} +5 -5
  36. package/dist/executors.js +11 -11
  37. package/dist/executors.mjs +11 -11
  38. package/dist/generators.js +5 -5
  39. package/dist/generators.mjs +6 -6
  40. package/dist/index.d.mts +2 -3
  41. package/dist/index.d.ts +2 -3
  42. package/dist/index.js +16 -16
  43. package/dist/index.mjs +17 -17
  44. package/dist/src/base/base-executor.mjs +1 -1
  45. package/dist/src/base/base-executor.untyped.mjs +1 -1
  46. package/dist/src/base/base-generator.mjs +1 -1
  47. package/dist/src/base/base-generator.untyped.mjs +1 -1
  48. package/dist/src/base/cargo-base-executor.untyped.mjs +1 -1
  49. package/dist/src/base/index.d.mts +1 -2
  50. package/dist/src/base/index.d.ts +1 -2
  51. package/dist/src/base/index.js +2 -2
  52. package/dist/src/base/index.mjs +2 -2
  53. package/dist/src/base/typescript-build-executor.untyped.mjs +1 -1
  54. package/dist/src/base/typescript-library-generator.untyped.mjs +1 -1
  55. package/dist/src/executors/cargo-build/executor.js +4 -3
  56. package/dist/src/executors/cargo-build/executor.mjs +4 -3
  57. package/dist/src/executors/cargo-build/untyped.mjs +1 -1
  58. package/dist/src/executors/cargo-check/executor.js +4 -3
  59. package/dist/src/executors/cargo-check/executor.mjs +4 -3
  60. package/dist/src/executors/cargo-check/untyped.mjs +1 -1
  61. package/dist/src/executors/cargo-clippy/executor.js +4 -3
  62. package/dist/src/executors/cargo-clippy/executor.mjs +4 -3
  63. package/dist/src/executors/cargo-clippy/untyped.mjs +1 -1
  64. package/dist/src/executors/cargo-doc/executor.js +4 -3
  65. package/dist/src/executors/cargo-doc/executor.mjs +4 -3
  66. package/dist/src/executors/cargo-doc/untyped.mjs +1 -1
  67. package/dist/src/executors/cargo-format/executor.js +4 -3
  68. package/dist/src/executors/cargo-format/executor.mjs +4 -3
  69. package/dist/src/executors/cargo-format/untyped.mjs +1 -1
  70. package/dist/src/executors/cargo-publish/executor.mjs +1 -1
  71. package/dist/src/executors/cargo-publish/untyped.mjs +1 -1
  72. package/dist/src/executors/clean-package/executor.mjs +1 -1
  73. package/dist/src/executors/clean-package/untyped.mjs +1 -1
  74. package/dist/src/executors/esbuild/executor.js +3 -3
  75. package/dist/src/executors/esbuild/executor.mjs +3 -3
  76. package/dist/src/executors/esbuild/untyped.mjs +1 -1
  77. package/dist/src/executors/napi/executor.js +4 -3
  78. package/dist/src/executors/napi/executor.mjs +4 -3
  79. package/dist/src/executors/napi/untyped.mjs +1 -1
  80. package/dist/src/executors/npm-publish/executor.mjs +1 -1
  81. package/dist/src/executors/npm-publish/untyped.mjs +1 -1
  82. package/dist/src/executors/size-limit/executor.mjs +1 -1
  83. package/dist/src/executors/size-limit/untyped.mjs +1 -1
  84. package/dist/src/executors/tsdown/executor.js +3 -3
  85. package/dist/src/executors/tsdown/executor.mjs +3 -3
  86. package/dist/src/executors/tsdown/untyped.mjs +1 -1
  87. package/dist/src/executors/typia/executor.mjs +1 -1
  88. package/dist/src/executors/typia/untyped.mjs +1 -1
  89. package/dist/src/executors/unbuild/executor.mjs +1 -1
  90. package/dist/src/executors/unbuild/untyped.mjs +1 -1
  91. package/dist/src/generators/browser-library/generator.js +3 -3
  92. package/dist/src/generators/browser-library/generator.mjs +3 -3
  93. package/dist/src/generators/browser-library/untyped.mjs +1 -1
  94. package/dist/src/generators/config-schema/generator.mjs +1 -1
  95. package/dist/src/generators/config-schema/untyped.mjs +1 -1
  96. package/dist/src/generators/init/init.mjs +1 -1
  97. package/dist/src/generators/init/untyped.mjs +1 -1
  98. package/dist/src/generators/neutral-library/generator.js +3 -3
  99. package/dist/src/generators/neutral-library/generator.mjs +3 -3
  100. package/dist/src/generators/neutral-library/untyped.mjs +1 -1
  101. package/dist/src/generators/node-library/generator.js +3 -3
  102. package/dist/src/generators/node-library/generator.mjs +3 -3
  103. package/dist/src/generators/node-library/untyped.mjs +1 -1
  104. package/dist/src/generators/preset/generator.mjs +2 -2
  105. package/dist/src/generators/preset/untyped.mjs +1 -1
  106. package/dist/src/plugins/rust/cargo-toml.d.mts +2 -2
  107. package/dist/src/plugins/rust/cargo-toml.d.ts +2 -2
  108. package/dist/src/plugins/rust/cargo-toml.js +5 -3
  109. package/dist/src/plugins/rust/cargo-toml.mjs +5 -3
  110. package/dist/src/plugins/rust/index.js +5 -3
  111. package/dist/src/plugins/rust/index.mjs +5 -3
  112. package/dist/src/plugins/typescript/index.d.mts +2 -2
  113. package/dist/src/plugins/typescript/index.d.ts +2 -2
  114. package/dist/src/plugins/typescript/index.js +10 -3
  115. package/dist/src/plugins/typescript/index.mjs +11 -4
  116. package/dist/src/plugins/typescript/tsdown.d.mts +2 -2
  117. package/dist/src/plugins/typescript/tsdown.d.ts +2 -2
  118. package/dist/src/plugins/typescript/tsdown.js +13 -4
  119. package/dist/src/plugins/typescript/tsdown.mjs +14 -5
  120. package/dist/src/plugins/typescript/tsup.d.mts +2 -2
  121. package/dist/src/plugins/typescript/tsup.d.ts +2 -2
  122. package/dist/src/plugins/typescript/tsup.js +13 -4
  123. package/dist/src/plugins/typescript/tsup.mjs +14 -5
  124. package/dist/src/plugins/typescript/untyped-schema.d.mts +2 -2
  125. package/dist/src/plugins/typescript/untyped-schema.d.ts +2 -2
  126. package/dist/src/plugins/typescript/untyped-schema.js +10 -3
  127. package/dist/src/plugins/typescript/untyped-schema.mjs +10 -3
  128. package/dist/src/release/index.d.mts +1 -1
  129. package/dist/src/release/index.d.ts +1 -1
  130. package/dist/src/release/index.js +2 -2
  131. package/dist/src/release/index.mjs +2 -2
  132. package/dist/src/release/js-version-actions.d.mts +1 -1
  133. package/dist/src/release/js-version-actions.d.ts +1 -1
  134. package/dist/src/release/js-version-actions.js +2 -2
  135. package/dist/src/release/js-version-actions.mjs +2 -2
  136. package/dist/src/release/rust-version-actions.mjs +1 -1
  137. package/dist/src/types.mjs +1 -1
  138. package/dist/src/utils/apply-workspace-tokens.mjs +1 -1
  139. package/dist/src/utils/cargo.js +4 -2
  140. package/dist/src/utils/cargo.mjs +4 -2
  141. package/dist/src/utils/create-cli-options.mjs +1 -1
  142. package/dist/src/utils/get-project-configurations.mjs +1 -1
  143. package/dist/src/utils/github.mjs +1 -1
  144. package/dist/src/utils/index.d.mts +1 -1
  145. package/dist/src/utils/index.d.ts +1 -1
  146. package/dist/src/utils/index.js +2 -2
  147. package/dist/src/utils/index.mjs +2 -2
  148. package/dist/src/utils/lock-file.d.mts +2 -2
  149. package/dist/src/utils/lock-file.d.ts +2 -2
  150. package/dist/src/utils/lock-file.mjs +1 -1
  151. package/dist/src/utils/nx-json.mjs +1 -1
  152. package/dist/src/utils/package-helpers.d.mts +1 -1
  153. package/dist/src/utils/package-helpers.d.ts +1 -1
  154. package/dist/src/utils/package-helpers.mjs +1 -1
  155. package/dist/src/utils/plugin-helpers.d.mts +2 -2
  156. package/dist/src/utils/plugin-helpers.d.ts +2 -2
  157. package/dist/src/utils/plugin-helpers.mjs +1 -1
  158. package/dist/src/utils/project-tags.mjs +1 -1
  159. package/dist/src/utils/registry-helpers.mjs +1 -1
  160. package/dist/src/utils/typia-transform.mjs +1 -1
  161. package/dist/src/utils/versions.mjs +1 -1
  162. package/package.json +14 -14
@@ -2,7 +2,7 @@ import {
2
2
  cargo_base_executor_untyped_default
3
3
  } from "../../../chunk-QQB6GFYM.mjs";
4
4
  import "../../../chunk-ZCTECGQS.mjs";
5
- import "../../../chunk-O67GNKWY.mjs";
5
+ import "../../../chunk-UB6ZNCMG.mjs";
6
6
 
7
7
  // src/executors/napi/untyped.ts
8
8
  import { defineUntypedSchema } from "untyped";
@@ -10,7 +10,7 @@ import "../../../chunk-JGXYRLRO.mjs";
10
10
  import "../../../chunk-45CW7OJB.mjs";
11
11
  import "../../../chunk-3J2CP54B.mjs";
12
12
  import "../../../chunk-TBW5MCN6.mjs";
13
- import "../../../chunk-O67GNKWY.mjs";
13
+ import "../../../chunk-UB6ZNCMG.mjs";
14
14
  export {
15
15
  LARGE_BUFFER,
16
16
  npmPublishExecutorFn as default
@@ -1,4 +1,4 @@
1
- import "../../../chunk-O67GNKWY.mjs";
1
+ import "../../../chunk-UB6ZNCMG.mjs";
2
2
 
3
3
  // src/executors/npm-publish/untyped.ts
4
4
  import { defineUntypedSchema } from "untyped";
@@ -8,7 +8,7 @@ import "../../../chunk-JGXYRLRO.mjs";
8
8
  import "../../../chunk-45CW7OJB.mjs";
9
9
  import "../../../chunk-3J2CP54B.mjs";
10
10
  import "../../../chunk-TBW5MCN6.mjs";
11
- import "../../../chunk-O67GNKWY.mjs";
11
+ import "../../../chunk-UB6ZNCMG.mjs";
12
12
  export {
13
13
  executor_default as default,
14
14
  sizeLimitExecutorFn
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  base_executor_untyped_default
3
3
  } from "../../../chunk-ZCTECGQS.mjs";
4
- import "../../../chunk-O67GNKWY.mjs";
4
+ import "../../../chunk-UB6ZNCMG.mjs";
5
5
 
6
6
  // src/executors/size-limit/untyped.ts
7
7
  import { defineUntypedSchema } from "untyped";
@@ -1,8 +1,8 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
2
 
3
3
 
4
- var _chunkZ6JQV7U5js = require('../../../chunk-Z6JQV7U5.js');
5
- require('../../../chunk-URZ6ZNPK.js');
4
+ var _chunkCX7LLOXPjs = require('../../../chunk-CX7LLOXP.js');
5
+ require('../../../chunk-MI4DOBNH.js');
6
6
  require('../../../chunk-3QCVXOSB.js');
7
7
  require('../../../chunk-HXQRGLII.js');
8
8
  require('../../../chunk-LQ4UTUAF.js');
@@ -12,4 +12,4 @@ require('../../../chunk-CQDBLKPF.js');
12
12
 
13
13
 
14
14
 
15
- exports.default = _chunkZ6JQV7U5js.executor_default; exports.tsdownExecutorFn = _chunkZ6JQV7U5js.tsdownExecutorFn;
15
+ exports.default = _chunkCX7LLOXPjs.executor_default; exports.tsdownExecutorFn = _chunkCX7LLOXPjs.tsdownExecutorFn;
@@ -1,15 +1,15 @@
1
1
  import {
2
2
  executor_default,
3
3
  tsdownExecutorFn
4
- } from "../../../chunk-3FKFEQBJ.mjs";
5
- import "../../../chunk-JAIQZWTK.mjs";
4
+ } from "../../../chunk-TFGZLFCS.mjs";
5
+ import "../../../chunk-F4NO6JZL.mjs";
6
6
  import "../../../chunk-BVY6TUTT.mjs";
7
7
  import "../../../chunk-2QMGYIOO.mjs";
8
8
  import "../../../chunk-JGXYRLRO.mjs";
9
9
  import "../../../chunk-45CW7OJB.mjs";
10
10
  import "../../../chunk-3J2CP54B.mjs";
11
11
  import "../../../chunk-TBW5MCN6.mjs";
12
- import "../../../chunk-O67GNKWY.mjs";
12
+ import "../../../chunk-UB6ZNCMG.mjs";
13
13
  export {
14
14
  executor_default as default,
15
15
  tsdownExecutorFn
@@ -2,7 +2,7 @@ import {
2
2
  typescript_build_executor_untyped_default
3
3
  } from "../../../chunk-LZ3H2OH5.mjs";
4
4
  import "../../../chunk-ZCTECGQS.mjs";
5
- import "../../../chunk-O67GNKWY.mjs";
5
+ import "../../../chunk-UB6ZNCMG.mjs";
6
6
 
7
7
  // src/executors/tsdown/untyped.ts
8
8
  import { defineUntypedSchema } from "untyped";
@@ -8,7 +8,7 @@ import "../../../chunk-JGXYRLRO.mjs";
8
8
  import "../../../chunk-45CW7OJB.mjs";
9
9
  import "../../../chunk-3J2CP54B.mjs";
10
10
  import "../../../chunk-TBW5MCN6.mjs";
11
- import "../../../chunk-O67GNKWY.mjs";
11
+ import "../../../chunk-UB6ZNCMG.mjs";
12
12
  export {
13
13
  executor_default as default,
14
14
  typiaExecutorFn
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  base_executor_untyped_default
3
3
  } from "../../../chunk-ZCTECGQS.mjs";
4
- import "../../../chunk-O67GNKWY.mjs";
4
+ import "../../../chunk-UB6ZNCMG.mjs";
5
5
 
6
6
  // src/executors/typia/untyped.ts
7
7
  import { defineUntypedSchema } from "untyped";
@@ -8,7 +8,7 @@ import "../../../chunk-JGXYRLRO.mjs";
8
8
  import "../../../chunk-45CW7OJB.mjs";
9
9
  import "../../../chunk-3J2CP54B.mjs";
10
10
  import "../../../chunk-TBW5MCN6.mjs";
11
- import "../../../chunk-O67GNKWY.mjs";
11
+ import "../../../chunk-UB6ZNCMG.mjs";
12
12
  export {
13
13
  executor_default as default,
14
14
  unbuildExecutorFn
@@ -2,7 +2,7 @@ import {
2
2
  typescript_build_executor_untyped_default
3
3
  } from "../../../chunk-LZ3H2OH5.mjs";
4
4
  import "../../../chunk-ZCTECGQS.mjs";
5
- import "../../../chunk-O67GNKWY.mjs";
5
+ import "../../../chunk-UB6ZNCMG.mjs";
6
6
 
7
7
  // src/executors/unbuild/untyped.ts
8
8
  import { defineUntypedSchema } from "untyped";
@@ -1,8 +1,8 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
2
 
3
3
 
4
- var _chunkNXB4Z7NSjs = require('../../../chunk-NXB4Z7NS.js');
5
- require('../../../chunk-57OGFZNB.js');
4
+ var _chunk3ZTDNSFFjs = require('../../../chunk-3ZTDNSFF.js');
5
+ require('../../../chunk-2F7AZHRH.js');
6
6
  require('../../../chunk-SZWM7COV.js');
7
7
  require('../../../chunk-TAP26ZJQ.js');
8
8
  require('../../../chunk-32U6V6W2.js');
@@ -14,4 +14,4 @@ require('../../../chunk-CQDBLKPF.js');
14
14
 
15
15
 
16
16
 
17
- exports.browserLibraryGeneratorFn = _chunkNXB4Z7NSjs.browserLibraryGeneratorFn; exports.default = _chunkNXB4Z7NSjs.generator_default;
17
+ exports.browserLibraryGeneratorFn = _chunk3ZTDNSFFjs.browserLibraryGeneratorFn; exports.default = _chunk3ZTDNSFFjs.generator_default;
@@ -1,8 +1,8 @@
1
1
  import {
2
2
  browserLibraryGeneratorFn,
3
3
  generator_default
4
- } from "../../../chunk-KZSELW4F.mjs";
5
- import "../../../chunk-4VWDSVQJ.mjs";
4
+ } from "../../../chunk-6SHXH4OG.mjs";
5
+ import "../../../chunk-NTTC774E.mjs";
6
6
  import "../../../chunk-QC5ON3X4.mjs";
7
7
  import "../../../chunk-2GQSCZ3J.mjs";
8
8
  import "../../../chunk-J54QMYZO.mjs";
@@ -11,7 +11,7 @@ import "../../../chunk-JGXYRLRO.mjs";
11
11
  import "../../../chunk-45CW7OJB.mjs";
12
12
  import "../../../chunk-3J2CP54B.mjs";
13
13
  import "../../../chunk-TBW5MCN6.mjs";
14
- import "../../../chunk-O67GNKWY.mjs";
14
+ import "../../../chunk-UB6ZNCMG.mjs";
15
15
  export {
16
16
  browserLibraryGeneratorFn,
17
17
  generator_default as default
@@ -2,7 +2,7 @@ import {
2
2
  typescript_library_generator_untyped_default
3
3
  } from "../../../chunk-SW2E5MQJ.mjs";
4
4
  import "../../../chunk-34LSWMWV.mjs";
5
- import "../../../chunk-O67GNKWY.mjs";
5
+ import "../../../chunk-UB6ZNCMG.mjs";
6
6
 
7
7
  // src/generators/browser-library/untyped.ts
8
8
  import { defineUntypedSchema } from "untyped";
@@ -8,7 +8,7 @@ import "../../../chunk-JGXYRLRO.mjs";
8
8
  import "../../../chunk-45CW7OJB.mjs";
9
9
  import "../../../chunk-3J2CP54B.mjs";
10
10
  import "../../../chunk-TBW5MCN6.mjs";
11
- import "../../../chunk-O67GNKWY.mjs";
11
+ import "../../../chunk-UB6ZNCMG.mjs";
12
12
  export {
13
13
  configSchemaGeneratorFn,
14
14
  generator_default as default
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  base_generator_untyped_default
3
3
  } from "../../../chunk-34LSWMWV.mjs";
4
- import "../../../chunk-O67GNKWY.mjs";
4
+ import "../../../chunk-UB6ZNCMG.mjs";
5
5
 
6
6
  // src/generators/config-schema/untyped.ts
7
7
  import { defineUntypedSchema } from "untyped";
@@ -2,7 +2,7 @@ import {
2
2
  initGenerator,
3
3
  init_default
4
4
  } from "../../../chunk-437WGH2M.mjs";
5
- import "../../../chunk-O67GNKWY.mjs";
5
+ import "../../../chunk-UB6ZNCMG.mjs";
6
6
  export {
7
7
  init_default as default,
8
8
  initGenerator
@@ -1,4 +1,4 @@
1
- import "../../../chunk-O67GNKWY.mjs";
1
+ import "../../../chunk-UB6ZNCMG.mjs";
2
2
 
3
3
  // src/generators/init/untyped.ts
4
4
  import { defineUntypedSchema } from "untyped";
@@ -1,8 +1,8 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
2
 
3
3
 
4
- var _chunkZO3L5FAUjs = require('../../../chunk-ZO3L5FAU.js');
5
- require('../../../chunk-57OGFZNB.js');
4
+ var _chunkDLZFR63Xjs = require('../../../chunk-DLZFR63X.js');
5
+ require('../../../chunk-2F7AZHRH.js');
6
6
  require('../../../chunk-SZWM7COV.js');
7
7
  require('../../../chunk-TAP26ZJQ.js');
8
8
  require('../../../chunk-32U6V6W2.js');
@@ -14,4 +14,4 @@ require('../../../chunk-CQDBLKPF.js');
14
14
 
15
15
 
16
16
 
17
- exports.default = _chunkZO3L5FAUjs.generator_default; exports.neutralLibraryGeneratorFn = _chunkZO3L5FAUjs.neutralLibraryGeneratorFn;
17
+ exports.default = _chunkDLZFR63Xjs.generator_default; exports.neutralLibraryGeneratorFn = _chunkDLZFR63Xjs.neutralLibraryGeneratorFn;
@@ -1,8 +1,8 @@
1
1
  import {
2
2
  generator_default,
3
3
  neutralLibraryGeneratorFn
4
- } from "../../../chunk-P52MNWK4.mjs";
5
- import "../../../chunk-4VWDSVQJ.mjs";
4
+ } from "../../../chunk-U6R6M4MK.mjs";
5
+ import "../../../chunk-NTTC774E.mjs";
6
6
  import "../../../chunk-QC5ON3X4.mjs";
7
7
  import "../../../chunk-2GQSCZ3J.mjs";
8
8
  import "../../../chunk-J54QMYZO.mjs";
@@ -11,7 +11,7 @@ import "../../../chunk-JGXYRLRO.mjs";
11
11
  import "../../../chunk-45CW7OJB.mjs";
12
12
  import "../../../chunk-3J2CP54B.mjs";
13
13
  import "../../../chunk-TBW5MCN6.mjs";
14
- import "../../../chunk-O67GNKWY.mjs";
14
+ import "../../../chunk-UB6ZNCMG.mjs";
15
15
  export {
16
16
  generator_default as default,
17
17
  neutralLibraryGeneratorFn
@@ -2,7 +2,7 @@ import {
2
2
  typescript_library_generator_untyped_default
3
3
  } from "../../../chunk-SW2E5MQJ.mjs";
4
4
  import "../../../chunk-34LSWMWV.mjs";
5
- import "../../../chunk-O67GNKWY.mjs";
5
+ import "../../../chunk-UB6ZNCMG.mjs";
6
6
 
7
7
  // src/generators/neutral-library/untyped.ts
8
8
  import { defineUntypedSchema } from "untyped";
@@ -1,8 +1,8 @@
1
1
  "use strict";Object.defineProperty(exports, "__esModule", {value: true});
2
2
 
3
3
 
4
- var _chunkNB5WSHYSjs = require('../../../chunk-NB5WSHYS.js');
5
- require('../../../chunk-57OGFZNB.js');
4
+ var _chunk6PL6C6JQjs = require('../../../chunk-6PL6C6JQ.js');
5
+ require('../../../chunk-2F7AZHRH.js');
6
6
  require('../../../chunk-SZWM7COV.js');
7
7
  require('../../../chunk-TAP26ZJQ.js');
8
8
  require('../../../chunk-32U6V6W2.js');
@@ -14,4 +14,4 @@ require('../../../chunk-CQDBLKPF.js');
14
14
 
15
15
 
16
16
 
17
- exports.default = _chunkNB5WSHYSjs.generator_default; exports.nodeLibraryGeneratorFn = _chunkNB5WSHYSjs.nodeLibraryGeneratorFn;
17
+ exports.default = _chunk6PL6C6JQjs.generator_default; exports.nodeLibraryGeneratorFn = _chunk6PL6C6JQjs.nodeLibraryGeneratorFn;
@@ -1,8 +1,8 @@
1
1
  import {
2
2
  generator_default,
3
3
  nodeLibraryGeneratorFn
4
- } from "../../../chunk-TSQGMJVI.mjs";
5
- import "../../../chunk-4VWDSVQJ.mjs";
4
+ } from "../../../chunk-D5AHWEI3.mjs";
5
+ import "../../../chunk-NTTC774E.mjs";
6
6
  import "../../../chunk-QC5ON3X4.mjs";
7
7
  import "../../../chunk-2GQSCZ3J.mjs";
8
8
  import "../../../chunk-J54QMYZO.mjs";
@@ -11,7 +11,7 @@ import "../../../chunk-JGXYRLRO.mjs";
11
11
  import "../../../chunk-45CW7OJB.mjs";
12
12
  import "../../../chunk-3J2CP54B.mjs";
13
13
  import "../../../chunk-TBW5MCN6.mjs";
14
- import "../../../chunk-O67GNKWY.mjs";
14
+ import "../../../chunk-UB6ZNCMG.mjs";
15
15
  export {
16
16
  generator_default as default,
17
17
  nodeLibraryGeneratorFn
@@ -2,7 +2,7 @@ import {
2
2
  typescript_library_generator_untyped_default
3
3
  } from "../../../chunk-SW2E5MQJ.mjs";
4
4
  import "../../../chunk-34LSWMWV.mjs";
5
- import "../../../chunk-O67GNKWY.mjs";
5
+ import "../../../chunk-UB6ZNCMG.mjs";
6
6
 
7
7
  // src/generators/node-library/untyped.ts
8
8
  import { defineUntypedSchema } from "untyped";
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  generator_default,
3
3
  presetGeneratorFn
4
- } from "../../../chunk-FJK7GHBY.mjs";
4
+ } from "../../../chunk-3UMEF5UB.mjs";
5
5
  import "../../../chunk-QC5ON3X4.mjs";
6
6
  import "../../../chunk-J54QMYZO.mjs";
7
7
  import "../../../chunk-2QMGYIOO.mjs";
@@ -9,7 +9,7 @@ import "../../../chunk-JGXYRLRO.mjs";
9
9
  import "../../../chunk-45CW7OJB.mjs";
10
10
  import "../../../chunk-3J2CP54B.mjs";
11
11
  import "../../../chunk-TBW5MCN6.mjs";
12
- import "../../../chunk-O67GNKWY.mjs";
12
+ import "../../../chunk-UB6ZNCMG.mjs";
13
13
  export {
14
14
  generator_default as default,
15
15
  presetGeneratorFn
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  base_generator_untyped_default
3
3
  } from "../../../chunk-34LSWMWV.mjs";
4
- import "../../../chunk-O67GNKWY.mjs";
4
+ import "../../../chunk-UB6ZNCMG.mjs";
5
5
 
6
6
  // src/generators/preset/untyped.ts
7
7
  import { defineUntypedSchema } from "untyped";
@@ -1,4 +1,4 @@
1
- import { CreateDependencies, CreateNodesV2 } from '@nx/devkit';
1
+ import { CreateDependencies, CreateNodes } from '@nx/devkit';
2
2
 
3
3
  declare const name = "storm-software/rust";
4
4
  declare const description = "Plugin for parsing Cargo.toml files";
@@ -34,7 +34,7 @@ interface CargoPluginOptions {
34
34
  /**
35
35
  * Create nodes for Rust projects based on Cargo.toml files
36
36
  */
37
- declare const createNodesV2: CreateNodesV2<CargoPluginOptions | undefined>;
37
+ declare const createNodesV2: CreateNodes<CargoPluginOptions | undefined>;
38
38
  /**
39
39
  * Create dependencies between Rust projects based on Cargo metadata
40
40
  *
@@ -1,4 +1,4 @@
1
- import { CreateDependencies, CreateNodesV2 } from '@nx/devkit';
1
+ import { CreateDependencies, CreateNodes } from '@nx/devkit';
2
2
 
3
3
  declare const name = "storm-software/rust";
4
4
  declare const description = "Plugin for parsing Cargo.toml files";
@@ -34,7 +34,7 @@ interface CargoPluginOptions {
34
34
  /**
35
35
  * Create nodes for Rust projects based on Cargo.toml files
36
36
  */
37
- declare const createNodesV2: CreateNodesV2<CargoPluginOptions | undefined>;
37
+ declare const createNodesV2: CreateNodes<CargoPluginOptions | undefined>;
38
38
  /**
39
39
  * Create dependencies between Rust projects based on Cargo metadata
40
40
  *
@@ -4,14 +4,16 @@
4
4
 
5
5
 
6
6
 
7
- var _chunkUV6QIFS3js = require('../../../chunk-UV6QIFS3.js');
7
+ var _chunkYG45K4QKjs = require('../../../chunk-YG45K4QK.js');
8
8
  require('../../../chunk-BAPFD3TO.js');
9
- require('../../../chunk-32KQVUCF.js');
9
+ require('../../../chunk-HYK7OVZ3.js');
10
+ require('../../../chunk-N2365RCI.js');
10
11
  require('../../../chunk-TAP26ZJQ.js');
12
+ require('../../../chunk-CLKU7UMG.js');
11
13
 
12
14
 
13
15
 
14
16
 
15
17
 
16
18
 
17
- exports.DefaultCargoPluginProfileMap = _chunkUV6QIFS3js.DefaultCargoPluginProfileMap; exports.createDependencies = _chunkUV6QIFS3js.createDependencies; exports.createNodesV2 = _chunkUV6QIFS3js.createNodesV2; exports.description = _chunkUV6QIFS3js.description; exports.name = _chunkUV6QIFS3js.name;
19
+ exports.DefaultCargoPluginProfileMap = _chunkYG45K4QKjs.DefaultCargoPluginProfileMap; exports.createDependencies = _chunkYG45K4QKjs.createDependencies; exports.createNodesV2 = _chunkYG45K4QKjs.createNodesV2; exports.description = _chunkYG45K4QKjs.description; exports.name = _chunkYG45K4QKjs.name;
@@ -4,11 +4,13 @@ import {
4
4
  createNodesV2,
5
5
  description,
6
6
  name
7
- } from "../../../chunk-5JYAH2VL.mjs";
7
+ } from "../../../chunk-JGPL6SLR.mjs";
8
8
  import "../../../chunk-K4QMCCQB.mjs";
9
- import "../../../chunk-GKLFEOKK.mjs";
9
+ import "../../../chunk-C3G4MZGP.mjs";
10
+ import "../../../chunk-UA33NH5O.mjs";
10
11
  import "../../../chunk-2GQSCZ3J.mjs";
11
- import "../../../chunk-O67GNKWY.mjs";
12
+ import "../../../chunk-45CW7OJB.mjs";
13
+ import "../../../chunk-UB6ZNCMG.mjs";
12
14
  export {
13
15
  DefaultCargoPluginProfileMap,
14
16
  createDependencies,
@@ -4,14 +4,16 @@
4
4
 
5
5
 
6
6
 
7
- var _chunkUV6QIFS3js = require('../../../chunk-UV6QIFS3.js');
7
+ var _chunkYG45K4QKjs = require('../../../chunk-YG45K4QK.js');
8
8
  require('../../../chunk-BAPFD3TO.js');
9
- require('../../../chunk-32KQVUCF.js');
9
+ require('../../../chunk-HYK7OVZ3.js');
10
+ require('../../../chunk-N2365RCI.js');
10
11
  require('../../../chunk-TAP26ZJQ.js');
12
+ require('../../../chunk-CLKU7UMG.js');
11
13
 
12
14
 
13
15
 
14
16
 
15
17
 
16
18
 
17
- exports.DefaultCargoPluginProfileMap = _chunkUV6QIFS3js.DefaultCargoPluginProfileMap; exports.createDependencies = _chunkUV6QIFS3js.createDependencies; exports.createNodesV2 = _chunkUV6QIFS3js.createNodesV2; exports.description = _chunkUV6QIFS3js.description; exports.name = _chunkUV6QIFS3js.name;
19
+ exports.DefaultCargoPluginProfileMap = _chunkYG45K4QKjs.DefaultCargoPluginProfileMap; exports.createDependencies = _chunkYG45K4QKjs.createDependencies; exports.createNodesV2 = _chunkYG45K4QKjs.createNodesV2; exports.description = _chunkYG45K4QKjs.description; exports.name = _chunkYG45K4QKjs.name;
@@ -4,11 +4,13 @@ import {
4
4
  createNodesV2,
5
5
  description,
6
6
  name
7
- } from "../../../chunk-5JYAH2VL.mjs";
7
+ } from "../../../chunk-JGPL6SLR.mjs";
8
8
  import "../../../chunk-K4QMCCQB.mjs";
9
- import "../../../chunk-GKLFEOKK.mjs";
9
+ import "../../../chunk-C3G4MZGP.mjs";
10
+ import "../../../chunk-UA33NH5O.mjs";
10
11
  import "../../../chunk-2GQSCZ3J.mjs";
11
- import "../../../chunk-O67GNKWY.mjs";
12
+ import "../../../chunk-45CW7OJB.mjs";
13
+ import "../../../chunk-UB6ZNCMG.mjs";
12
14
  export {
13
15
  DefaultCargoPluginProfileMap,
14
16
  createDependencies,
@@ -1,4 +1,4 @@
1
- import { CreateNodesV2 } from '@nx/devkit';
1
+ import { CreateNodes } from '@nx/devkit';
2
2
  import { d as BaseTypescriptPluginOptions } from '../../../types-E53OUdCr.mjs';
3
3
  import '../../../types-DI57BUsw.mjs';
4
4
  import 'zod';
@@ -69,6 +69,6 @@ interface TypeScriptPluginOptions extends BaseTypescriptPluginOptions {
69
69
  */
70
70
  lintInternalTools?: boolean;
71
71
  }
72
- declare const createNodesV2: CreateNodesV2<TypeScriptPluginOptions>;
72
+ declare const createNodesV2: CreateNodes<TypeScriptPluginOptions>;
73
73
 
74
74
  export { type TypeScriptPluginOptions, createNodesV2, name };
@@ -1,4 +1,4 @@
1
- import { CreateNodesV2 } from '@nx/devkit';
1
+ import { CreateNodes } from '@nx/devkit';
2
2
  import { d as BaseTypescriptPluginOptions } from '../../../types-CHANfFBa.js';
3
3
  import '../../../types-DI57BUsw.js';
4
4
  import 'zod';
@@ -69,6 +69,6 @@ interface TypeScriptPluginOptions extends BaseTypescriptPluginOptions {
69
69
  */
70
70
  lintInternalTools?: boolean;
71
71
  }
72
- declare const createNodesV2: CreateNodesV2<TypeScriptPluginOptions>;
72
+ declare const createNodesV2: CreateNodes<TypeScriptPluginOptions>;
73
73
 
74
74
  export { type TypeScriptPluginOptions, createNodesV2, name };
@@ -13,11 +13,13 @@ require('../../../chunk-X3HC3R2I.js');
13
13
  // src/plugins/typescript/index.ts
14
14
 
15
15
 
16
+
17
+
16
18
  var _devkit = require('@nx/devkit');
17
19
  var _defu = require('defu'); var _defu2 = _interopRequireDefault(_defu);
18
20
  var _fs = require('fs');
19
21
  var _path = require('path');
20
- var _nxjsonjs = require('nx/src/config/nx-json.js');
22
+ var _nxjson = require('nx/src/config/nx-json');
21
23
  var _fileutils = require('nx/src/utils/fileutils');
22
24
  var _packagejson = require('nx/src/utils/package-json');
23
25
  var _pkgtypes = require('pkg-types');
@@ -25,7 +27,7 @@ var name = "storm-software/typescript";
25
27
  var createNodesV2 = [
26
28
  "{project.json,**/project.json}",
27
29
  async (configFiles, options = { includeApps: true }, context) => {
28
- const nxJson = _nxjsonjs.readNxJson.call(void 0, context.workspaceRoot);
30
+ const nxJson = _nxjson.readNxJson.call(void 0, context.workspaceRoot);
29
31
  return _devkit.createNodesFromFiles.call(void 0,
30
32
  async (file, options2 = { includeApps: true }, context2) => {
31
33
  try {
@@ -49,11 +51,16 @@ var createNodesV2 = [
49
51
  const enableEslint = _optionalChain([options2, 'optionalAccess', _3 => _3.enableEslint]) !== false;
50
52
  const enableTypecheck = !!_optionalChain([options2, 'optionalAccess', _4 => _4.enableTypecheck]);
51
53
  const enableTest = !!_optionalChain([options2, 'optionalAccess', _5 => _5.enableTest]);
54
+ const packageManagerCommand = _devkit.getPackageManagerCommand.call(void 0,
55
+ _devkit.detectPackageManager.call(void 0, context2.workspaceRoot),
56
+ context2.workspaceRoot
57
+ );
52
58
  const targets = _packagejson.readTargetsFromPackageJson.call(void 0,
53
59
  packageJson,
54
60
  nxJson,
55
61
  project.root,
56
- context2.workspaceRoot
62
+ context2.workspaceRoot,
63
+ packageManagerCommand
57
64
  );
58
65
  if (_path.join.call(void 0, context2.workspaceRoot, project.root).startsWith(
59
66
  _path.join.call(void 0, context2.workspaceRoot, "tools")
@@ -9,16 +9,18 @@ import {
9
9
  setDefaultProjectTags
10
10
  } from "../../../chunk-2GQSCZ3J.mjs";
11
11
  import "../../../chunk-5OS7GV5T.mjs";
12
- import "../../../chunk-O67GNKWY.mjs";
12
+ import "../../../chunk-UB6ZNCMG.mjs";
13
13
 
14
14
  // src/plugins/typescript/index.ts
15
15
  import {
16
- createNodesFromFiles
16
+ createNodesFromFiles,
17
+ detectPackageManager,
18
+ getPackageManagerCommand
17
19
  } from "@nx/devkit";
18
20
  import defu from "defu";
19
21
  import { existsSync } from "node:fs";
20
22
  import { dirname, join } from "node:path";
21
- import { readNxJson } from "nx/src/config/nx-json.js";
23
+ import { readNxJson } from "nx/src/config/nx-json";
22
24
  import { readJsonFile } from "nx/src/utils/fileutils";
23
25
  import { readTargetsFromPackageJson } from "nx/src/utils/package-json";
24
26
  import { readTSConfig } from "pkg-types";
@@ -50,11 +52,16 @@ var createNodesV2 = [
50
52
  const enableEslint = options2?.enableEslint !== false;
51
53
  const enableTypecheck = !!options2?.enableTypecheck;
52
54
  const enableTest = !!options2?.enableTest;
55
+ const packageManagerCommand = getPackageManagerCommand(
56
+ detectPackageManager(context2.workspaceRoot),
57
+ context2.workspaceRoot
58
+ );
53
59
  const targets = readTargetsFromPackageJson(
54
60
  packageJson,
55
61
  nxJson,
56
62
  project.root,
57
- context2.workspaceRoot
63
+ context2.workspaceRoot,
64
+ packageManagerCommand
58
65
  );
59
66
  if (join(context2.workspaceRoot, project.root).startsWith(
60
67
  join(context2.workspaceRoot, "tools")
@@ -1,4 +1,4 @@
1
- import { CreateNodesV2 } from '@nx/devkit';
1
+ import { CreateNodes } from '@nx/devkit';
2
2
  import { d as BaseTypescriptPluginOptions } from '../../../types-E53OUdCr.mjs';
3
3
  import '../../../types-DI57BUsw.mjs';
4
4
  import 'zod';
@@ -8,6 +8,6 @@ import '../../../types-D2zxYEAh.mjs';
8
8
 
9
9
  declare const name = "storm-software/typescript/tsdown";
10
10
  type TSDownPluginOptions = BaseTypescriptPluginOptions;
11
- declare const createNodesV2: CreateNodesV2<TSDownPluginOptions>;
11
+ declare const createNodesV2: CreateNodes<TSDownPluginOptions>;
12
12
 
13
13
  export { type TSDownPluginOptions, createNodesV2, name };
@@ -1,4 +1,4 @@
1
- import { CreateNodesV2 } from '@nx/devkit';
1
+ import { CreateNodes } from '@nx/devkit';
2
2
  import { d as BaseTypescriptPluginOptions } from '../../../types-CHANfFBa.js';
3
3
  import '../../../types-DI57BUsw.js';
4
4
  import 'zod';
@@ -8,6 +8,6 @@ import '../../../types-D2zxYEAh.js';
8
8
 
9
9
  declare const name = "storm-software/typescript/tsdown";
10
10
  type TSDownPluginOptions = BaseTypescriptPluginOptions;
11
- declare const createNodesV2: CreateNodesV2<TSDownPluginOptions>;
11
+ declare const createNodesV2: CreateNodes<TSDownPluginOptions>;
12
12
 
13
13
  export { type TSDownPluginOptions, createNodesV2, name };