@storm-software/workspace-tools 1.296.61 → 1.296.63

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 (136) hide show
  1. package/README.md +1 -1
  2. package/dist/{chunk-57OGFZNB.js → chunk-2F7AZHRH.js} +3 -14
  3. package/dist/{chunk-TSQGMJVI.mjs → chunk-2LVCH3K2.mjs} +2 -2
  4. package/dist/{chunk-NXB4Z7NS.js → chunk-3ZTDNSFF.js} +3 -3
  5. package/dist/{chunk-NB5WSHYS.js → chunk-6PL6C6JQ.js} +3 -3
  6. package/dist/{chunk-O67GNKWY.mjs → chunk-7BMBZDZE.mjs} +1 -1
  7. package/dist/{chunk-2UXPU3BM.mjs → chunk-BCJOE7LL.mjs} +1 -1
  8. package/dist/{chunk-KZSELW4F.mjs → chunk-BK3QT4BW.mjs} +2 -2
  9. package/dist/{chunk-Z6JQV7U5.js → chunk-CX7LLOXP.js} +8 -8
  10. package/dist/{chunk-ZO3L5FAU.js → chunk-DLZFR63X.js} +3 -3
  11. package/dist/{chunk-JAIQZWTK.mjs → chunk-F4NO6JZL.mjs} +2 -2
  12. package/dist/{chunk-P52MNWK4.mjs → chunk-HYONFPIU.mjs} +2 -2
  13. package/dist/{chunk-JR7RLYGK.js → chunk-KLFGYSH4.js} +2 -2
  14. package/dist/{chunk-URZ6ZNPK.js → chunk-MI4DOBNH.js} +4 -4
  15. package/dist/{chunk-4VWDSVQJ.mjs → chunk-NTTC774E.mjs} +1 -12
  16. package/dist/{chunk-3FKFEQBJ.mjs → chunk-TFGZLFCS.mjs} +1 -1
  17. package/dist/{chunk-TVR247U6.mjs → chunk-U7X7MAHX.mjs} +1 -1
  18. package/dist/{chunk-6CVTX3ND.js → chunk-UCM45E6T.js} +7 -7
  19. package/dist/{chunk-FJK7GHBY.mjs → chunk-VP2Q2A36.mjs} +1 -1
  20. package/dist/executors.js +4 -4
  21. package/dist/executors.mjs +4 -4
  22. package/dist/generators.js +5 -5
  23. package/dist/generators.mjs +6 -6
  24. package/dist/index.d.mts +2 -3
  25. package/dist/index.d.ts +2 -3
  26. package/dist/index.js +9 -9
  27. package/dist/index.mjs +10 -10
  28. package/dist/src/base/base-executor.mjs +1 -1
  29. package/dist/src/base/base-executor.untyped.mjs +1 -1
  30. package/dist/src/base/base-generator.mjs +1 -1
  31. package/dist/src/base/base-generator.untyped.mjs +1 -1
  32. package/dist/src/base/cargo-base-executor.untyped.mjs +1 -1
  33. package/dist/src/base/index.d.mts +1 -2
  34. package/dist/src/base/index.d.ts +1 -2
  35. package/dist/src/base/index.js +2 -2
  36. package/dist/src/base/index.mjs +2 -2
  37. package/dist/src/base/typescript-build-executor.untyped.mjs +1 -1
  38. package/dist/src/base/typescript-library-generator.untyped.mjs +1 -1
  39. package/dist/src/executors/cargo-build/executor.mjs +1 -1
  40. package/dist/src/executors/cargo-build/untyped.mjs +1 -1
  41. package/dist/src/executors/cargo-check/executor.mjs +1 -1
  42. package/dist/src/executors/cargo-check/untyped.mjs +1 -1
  43. package/dist/src/executors/cargo-clippy/executor.mjs +1 -1
  44. package/dist/src/executors/cargo-clippy/untyped.mjs +1 -1
  45. package/dist/src/executors/cargo-doc/executor.mjs +1 -1
  46. package/dist/src/executors/cargo-doc/untyped.mjs +1 -1
  47. package/dist/src/executors/cargo-format/executor.mjs +1 -1
  48. package/dist/src/executors/cargo-format/untyped.mjs +1 -1
  49. package/dist/src/executors/cargo-publish/executor.mjs +1 -1
  50. package/dist/src/executors/cargo-publish/untyped.mjs +1 -1
  51. package/dist/src/executors/clean-package/executor.mjs +1 -1
  52. package/dist/src/executors/clean-package/untyped.mjs +1 -1
  53. package/dist/src/executors/esbuild/executor.js +3 -3
  54. package/dist/src/executors/esbuild/executor.mjs +3 -3
  55. package/dist/src/executors/esbuild/untyped.mjs +1 -1
  56. package/dist/src/executors/napi/executor.mjs +1 -1
  57. package/dist/src/executors/napi/untyped.mjs +1 -1
  58. package/dist/src/executors/npm-publish/executor.mjs +1 -1
  59. package/dist/src/executors/npm-publish/untyped.mjs +1 -1
  60. package/dist/src/executors/size-limit/executor.mjs +1 -1
  61. package/dist/src/executors/size-limit/untyped.mjs +1 -1
  62. package/dist/src/executors/tsdown/executor.js +3 -3
  63. package/dist/src/executors/tsdown/executor.mjs +3 -3
  64. package/dist/src/executors/tsdown/untyped.mjs +1 -1
  65. package/dist/src/executors/typia/executor.mjs +1 -1
  66. package/dist/src/executors/typia/untyped.mjs +1 -1
  67. package/dist/src/executors/unbuild/executor.mjs +1 -1
  68. package/dist/src/executors/unbuild/untyped.mjs +1 -1
  69. package/dist/src/generators/browser-library/generator.js +3 -3
  70. package/dist/src/generators/browser-library/generator.mjs +3 -3
  71. package/dist/src/generators/browser-library/untyped.mjs +1 -1
  72. package/dist/src/generators/config-schema/generator.mjs +1 -1
  73. package/dist/src/generators/config-schema/untyped.mjs +1 -1
  74. package/dist/src/generators/init/init.mjs +1 -1
  75. package/dist/src/generators/init/untyped.mjs +1 -1
  76. package/dist/src/generators/neutral-library/generator.js +3 -3
  77. package/dist/src/generators/neutral-library/generator.mjs +3 -3
  78. package/dist/src/generators/neutral-library/untyped.mjs +1 -1
  79. package/dist/src/generators/node-library/generator.js +3 -3
  80. package/dist/src/generators/node-library/generator.mjs +3 -3
  81. package/dist/src/generators/node-library/untyped.mjs +1 -1
  82. package/dist/src/generators/preset/generator.mjs +2 -2
  83. package/dist/src/generators/preset/untyped.mjs +1 -1
  84. package/dist/src/plugins/rust/cargo-toml.d.mts +2 -2
  85. package/dist/src/plugins/rust/cargo-toml.d.ts +2 -2
  86. package/dist/src/plugins/rust/cargo-toml.mjs +1 -1
  87. package/dist/src/plugins/rust/index.mjs +1 -1
  88. package/dist/src/plugins/typescript/index.d.mts +2 -2
  89. package/dist/src/plugins/typescript/index.d.ts +2 -2
  90. package/dist/src/plugins/typescript/index.js +10 -3
  91. package/dist/src/plugins/typescript/index.mjs +11 -4
  92. package/dist/src/plugins/typescript/tsdown.d.mts +2 -2
  93. package/dist/src/plugins/typescript/tsdown.d.ts +2 -2
  94. package/dist/src/plugins/typescript/tsdown.js +13 -4
  95. package/dist/src/plugins/typescript/tsdown.mjs +14 -5
  96. package/dist/src/plugins/typescript/tsup.d.mts +2 -2
  97. package/dist/src/plugins/typescript/tsup.d.ts +2 -2
  98. package/dist/src/plugins/typescript/tsup.js +13 -4
  99. package/dist/src/plugins/typescript/tsup.mjs +14 -5
  100. package/dist/src/plugins/typescript/untyped-schema.d.mts +2 -2
  101. package/dist/src/plugins/typescript/untyped-schema.d.ts +2 -2
  102. package/dist/src/plugins/typescript/untyped-schema.js +10 -3
  103. package/dist/src/plugins/typescript/untyped-schema.mjs +10 -3
  104. package/dist/src/release/index.d.mts +1 -1
  105. package/dist/src/release/index.d.ts +1 -1
  106. package/dist/src/release/index.js +2 -2
  107. package/dist/src/release/index.mjs +2 -2
  108. package/dist/src/release/js-version-actions.d.mts +1 -1
  109. package/dist/src/release/js-version-actions.d.ts +1 -1
  110. package/dist/src/release/js-version-actions.js +2 -2
  111. package/dist/src/release/js-version-actions.mjs +2 -2
  112. package/dist/src/release/rust-version-actions.mjs +1 -1
  113. package/dist/src/types.mjs +1 -1
  114. package/dist/src/utils/apply-workspace-tokens.mjs +1 -1
  115. package/dist/src/utils/cargo.mjs +1 -1
  116. package/dist/src/utils/create-cli-options.mjs +1 -1
  117. package/dist/src/utils/get-project-configurations.mjs +1 -1
  118. package/dist/src/utils/github.mjs +1 -1
  119. package/dist/src/utils/index.d.mts +1 -1
  120. package/dist/src/utils/index.d.ts +1 -1
  121. package/dist/src/utils/index.mjs +1 -1
  122. package/dist/src/utils/lock-file.d.mts +2 -2
  123. package/dist/src/utils/lock-file.d.ts +2 -2
  124. package/dist/src/utils/lock-file.mjs +1 -1
  125. package/dist/src/utils/nx-json.mjs +1 -1
  126. package/dist/src/utils/package-helpers.d.mts +1 -1
  127. package/dist/src/utils/package-helpers.d.ts +1 -1
  128. package/dist/src/utils/package-helpers.mjs +1 -1
  129. package/dist/src/utils/plugin-helpers.d.mts +2 -2
  130. package/dist/src/utils/plugin-helpers.d.ts +2 -2
  131. package/dist/src/utils/plugin-helpers.mjs +1 -1
  132. package/dist/src/utils/project-tags.mjs +1 -1
  133. package/dist/src/utils/registry-helpers.mjs +1 -1
  134. package/dist/src/utils/typia-transform.mjs +1 -1
  135. package/dist/src/utils/versions.mjs +1 -1
  136. package/package.json +14 -14
@@ -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-7BMBZDZE.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-7BMBZDZE.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-BK3QT4BW.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-7BMBZDZE.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-7BMBZDZE.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-7BMBZDZE.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-7BMBZDZE.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-7BMBZDZE.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-7BMBZDZE.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-HYONFPIU.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-7BMBZDZE.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-7BMBZDZE.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-2LVCH3K2.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-7BMBZDZE.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-7BMBZDZE.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-VP2Q2A36.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-7BMBZDZE.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-7BMBZDZE.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
  *
@@ -10,7 +10,7 @@ import "../../../chunk-C3G4MZGP.mjs";
10
10
  import "../../../chunk-UA33NH5O.mjs";
11
11
  import "../../../chunk-2GQSCZ3J.mjs";
12
12
  import "../../../chunk-45CW7OJB.mjs";
13
- import "../../../chunk-O67GNKWY.mjs";
13
+ import "../../../chunk-7BMBZDZE.mjs";
14
14
  export {
15
15
  DefaultCargoPluginProfileMap,
16
16
  createDependencies,
@@ -10,7 +10,7 @@ import "../../../chunk-C3G4MZGP.mjs";
10
10
  import "../../../chunk-UA33NH5O.mjs";
11
11
  import "../../../chunk-2GQSCZ3J.mjs";
12
12
  import "../../../chunk-45CW7OJB.mjs";
13
- import "../../../chunk-O67GNKWY.mjs";
13
+ import "../../../chunk-7BMBZDZE.mjs";
14
14
  export {
15
15
  DefaultCargoPluginProfileMap,
16
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-7BMBZDZE.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 };
@@ -12,11 +12,15 @@ require('../../../chunk-X3HC3R2I.js');
12
12
 
13
13
 
14
14
 
15
+
16
+
15
17
  var _devkit = require('@nx/devkit');
16
18
  var _defu = require('defu'); var _defu2 = _interopRequireDefault(_defu);
17
19
  var _fs = require('fs');
18
20
  var _path = require('path');
19
- var _nxjsonjs = require('nx/src/config/nx-json.js');
21
+ var _nxjson = require('nx/src/config/nx-json');
22
+
23
+
20
24
  var _packagejson = require('nx/src/utils/package-json');
21
25
  var name = "storm-software/typescript/tsdown";
22
26
  var createNodesV2 = [
@@ -46,12 +50,17 @@ var createNodesV2 = [
46
50
  _path.join.call(void 0, projectRoot, "project.json"),
47
51
  packageJson
48
52
  );
49
- const nxJson = _nxjsonjs.readNxJson.call(void 0, context2.workspaceRoot);
53
+ const nxJson = _nxjson.readNxJson.call(void 0, context2.workspaceRoot);
54
+ const packageManagerCommand = _devkit.getPackageManagerCommand.call(void 0,
55
+ _devkit.detectPackageManager.call(void 0, context2.workspaceRoot),
56
+ context2.workspaceRoot
57
+ );
50
58
  const targets = _packagejson.readTargetsFromPackageJson.call(void 0,
51
59
  packageJson,
52
60
  nxJson,
53
- projectRoot,
54
- context2.workspaceRoot
61
+ project.root,
62
+ context2.workspaceRoot,
63
+ packageManagerCommand
55
64
  );
56
65
  const root = _chunkBAPFD3TOjs.getRoot.call(void 0, projectRoot, context2);
57
66
  let relativeConfig = configFile.replaceAll(root, "");
@@ -7,18 +7,22 @@ import {
7
7
  setDefaultProjectTags
8
8
  } from "../../../chunk-2GQSCZ3J.mjs";
9
9
  import "../../../chunk-5OS7GV5T.mjs";
10
- import "../../../chunk-O67GNKWY.mjs";
10
+ import "../../../chunk-7BMBZDZE.mjs";
11
11
 
12
12
  // src/plugins/typescript/tsdown.ts
13
13
  import {
14
14
  createNodesFromFiles,
15
+ detectPackageManager,
16
+ getPackageManagerCommand,
15
17
  readJsonFile
16
18
  } from "@nx/devkit";
17
19
  import defu from "defu";
18
20
  import { existsSync } from "node:fs";
19
21
  import { dirname, join } from "node:path";
20
- import { readNxJson } from "nx/src/config/nx-json.js";
21
- import { readTargetsFromPackageJson } from "nx/src/utils/package-json";
22
+ import { readNxJson } from "nx/src/config/nx-json";
23
+ import {
24
+ readTargetsFromPackageJson
25
+ } from "nx/src/utils/package-json";
22
26
  var name = "storm-software/typescript/tsdown";
23
27
  var createNodesV2 = [
24
28
  "**/tsdown.*.{ts,mts,cts,js,mjs,cjs,json}",
@@ -48,11 +52,16 @@ var createNodesV2 = [
48
52
  packageJson
49
53
  );
50
54
  const nxJson = readNxJson(context2.workspaceRoot);
55
+ const packageManagerCommand = getPackageManagerCommand(
56
+ detectPackageManager(context2.workspaceRoot),
57
+ context2.workspaceRoot
58
+ );
51
59
  const targets = readTargetsFromPackageJson(
52
60
  packageJson,
53
61
  nxJson,
54
- projectRoot,
55
- context2.workspaceRoot
62
+ project.root,
63
+ context2.workspaceRoot,
64
+ packageManagerCommand
56
65
  );
57
66
  const root = getRoot(projectRoot, context2);
58
67
  let relativeConfig = configFile.replaceAll(root, "");
@@ -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/tsup";
10
10
  type TsupPluginOptions = BaseTypescriptPluginOptions;
11
- declare const createNodesV2: CreateNodesV2<TsupPluginOptions>;
11
+ declare const createNodesV2: CreateNodes<TsupPluginOptions>;
12
12
 
13
13
  export { type TsupPluginOptions, 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/tsup";
10
10
  type TsupPluginOptions = BaseTypescriptPluginOptions;
11
- declare const createNodesV2: CreateNodesV2<TsupPluginOptions>;
11
+ declare const createNodesV2: CreateNodes<TsupPluginOptions>;
12
12
 
13
13
  export { type TsupPluginOptions, createNodesV2, name };
@@ -12,11 +12,15 @@ require('../../../chunk-X3HC3R2I.js');
12
12
 
13
13
 
14
14
 
15
+
16
+
15
17
  var _devkit = require('@nx/devkit');
16
18
  var _defu = require('defu'); var _defu2 = _interopRequireDefault(_defu);
17
19
  var _fs = require('fs');
18
20
  var _path = require('path');
19
- var _nxjsonjs = require('nx/src/config/nx-json.js');
21
+ var _nxjson = require('nx/src/config/nx-json');
22
+
23
+
20
24
  var _packagejson = require('nx/src/utils/package-json');
21
25
  var name = "storm-software/typescript/tsup";
22
26
  var createNodesV2 = [
@@ -46,12 +50,17 @@ var createNodesV2 = [
46
50
  _path.join.call(void 0, projectRoot, "project.json"),
47
51
  packageJson
48
52
  );
49
- const nxJson = _nxjsonjs.readNxJson.call(void 0, context2.workspaceRoot);
53
+ const nxJson = _nxjson.readNxJson.call(void 0, context2.workspaceRoot);
54
+ const packageManagerCommand = _devkit.getPackageManagerCommand.call(void 0,
55
+ _devkit.detectPackageManager.call(void 0, context2.workspaceRoot),
56
+ context2.workspaceRoot
57
+ );
50
58
  const targets = _packagejson.readTargetsFromPackageJson.call(void 0,
51
59
  packageJson,
52
60
  nxJson,
53
- projectRoot,
54
- context2.workspaceRoot
61
+ project.root,
62
+ context2.workspaceRoot,
63
+ packageManagerCommand
55
64
  );
56
65
  const root = _chunkBAPFD3TOjs.getRoot.call(void 0, projectRoot, context2);
57
66
  let relativeConfig = configFile.replaceAll(root, "");
@@ -7,18 +7,22 @@ import {
7
7
  setDefaultProjectTags
8
8
  } from "../../../chunk-2GQSCZ3J.mjs";
9
9
  import "../../../chunk-5OS7GV5T.mjs";
10
- import "../../../chunk-O67GNKWY.mjs";
10
+ import "../../../chunk-7BMBZDZE.mjs";
11
11
 
12
12
  // src/plugins/typescript/tsup.ts
13
13
  import {
14
14
  createNodesFromFiles,
15
+ detectPackageManager,
16
+ getPackageManagerCommand,
15
17
  readJsonFile
16
18
  } from "@nx/devkit";
17
19
  import defu from "defu";
18
20
  import { existsSync } from "node:fs";
19
21
  import { dirname, join } from "node:path";
20
- import { readNxJson } from "nx/src/config/nx-json.js";
21
- import { readTargetsFromPackageJson } from "nx/src/utils/package-json";
22
+ import { readNxJson } from "nx/src/config/nx-json";
23
+ import {
24
+ readTargetsFromPackageJson
25
+ } from "nx/src/utils/package-json";
22
26
  var name = "storm-software/typescript/tsup";
23
27
  var createNodesV2 = [
24
28
  "**/tsup.config.ts",
@@ -48,11 +52,16 @@ var createNodesV2 = [
48
52
  packageJson
49
53
  );
50
54
  const nxJson = readNxJson(context2.workspaceRoot);
55
+ const packageManagerCommand = getPackageManagerCommand(
56
+ detectPackageManager(context2.workspaceRoot),
57
+ context2.workspaceRoot
58
+ );
51
59
  const targets = readTargetsFromPackageJson(
52
60
  packageJson,
53
61
  nxJson,
54
- projectRoot,
55
- context2.workspaceRoot
62
+ project.root,
63
+ context2.workspaceRoot,
64
+ packageManagerCommand
56
65
  );
57
66
  const root = getRoot(projectRoot, context2);
58
67
  let relativeConfig = configFile.replaceAll(root, "");
@@ -1,7 +1,7 @@
1
- import { CreateNodesV2 } from '@nx/devkit';
1
+ import { CreateNodes } from '@nx/devkit';
2
2
 
3
3
  declare const name = "storm-software/typescript/untyped";
4
4
  type UntypedPluginOptions = {};
5
- declare const createNodesV2: CreateNodesV2<UntypedPluginOptions>;
5
+ declare const createNodesV2: CreateNodes<UntypedPluginOptions>;
6
6
 
7
7
  export { type UntypedPluginOptions, createNodesV2, name };