@storm-software/workspace-tools 1.292.24 → 1.292.25

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 +24 -0
  2. package/README.md +1 -1
  3. package/dist/{chunk-IPWUJVZZ.mjs → chunk-6TYMSSXV.mjs} +1 -1
  4. package/dist/{chunk-O2FPRXPD.js → chunk-A6N326FN.js} +54 -36
  5. package/dist/{chunk-JHJLQ2O7.mjs → chunk-CDBRCMR4.mjs} +1 -1
  6. package/dist/{chunk-WH72XZPS.mjs → chunk-K5XMGL6Y.mjs} +1 -1
  7. package/dist/{chunk-D2ENLOCH.mjs → chunk-LF2APRG7.mjs} +47 -29
  8. package/dist/{chunk-QUHBEE5D.mjs → chunk-TMUZX6IO.mjs} +1 -1
  9. package/dist/{chunk-KCVIHYZQ.mjs → chunk-ZM7BQH6Q.mjs} +1 -1
  10. package/dist/executors.mjs +1 -1
  11. package/dist/generators.mjs +5 -5
  12. package/dist/index.mjs +5 -5
  13. package/dist/src/base/base-executor.mjs +1 -1
  14. package/dist/src/base/base-executor.untyped.mjs +1 -1
  15. package/dist/src/base/base-generator.mjs +1 -1
  16. package/dist/src/base/base-generator.untyped.mjs +1 -1
  17. package/dist/src/base/cargo-base-executor.untyped.mjs +1 -1
  18. package/dist/src/base/index.mjs +1 -1
  19. package/dist/src/base/typescript-build-executor.untyped.mjs +1 -1
  20. package/dist/src/base/typescript-library-generator.untyped.mjs +1 -1
  21. package/dist/src/executors/cargo-build/executor.mjs +1 -1
  22. package/dist/src/executors/cargo-build/untyped.mjs +1 -1
  23. package/dist/src/executors/cargo-check/executor.mjs +1 -1
  24. package/dist/src/executors/cargo-check/untyped.mjs +1 -1
  25. package/dist/src/executors/cargo-clippy/executor.mjs +1 -1
  26. package/dist/src/executors/cargo-clippy/untyped.mjs +1 -1
  27. package/dist/src/executors/cargo-doc/executor.mjs +1 -1
  28. package/dist/src/executors/cargo-doc/untyped.mjs +1 -1
  29. package/dist/src/executors/cargo-format/executor.mjs +1 -1
  30. package/dist/src/executors/cargo-format/untyped.mjs +1 -1
  31. package/dist/src/executors/cargo-publish/executor.mjs +1 -1
  32. package/dist/src/executors/cargo-publish/untyped.mjs +1 -1
  33. package/dist/src/executors/clean-package/executor.mjs +1 -1
  34. package/dist/src/executors/clean-package/untyped.mjs +1 -1
  35. package/dist/src/executors/esbuild/executor.mjs +1 -1
  36. package/dist/src/executors/esbuild/untyped.mjs +1 -1
  37. package/dist/src/executors/npm-publish/executor.mjs +1 -1
  38. package/dist/src/executors/npm-publish/untyped.mjs +1 -1
  39. package/dist/src/executors/size-limit/executor.mjs +1 -1
  40. package/dist/src/executors/size-limit/untyped.mjs +1 -1
  41. package/dist/src/executors/tsdown/executor.mjs +1 -1
  42. package/dist/src/executors/tsdown/untyped.mjs +1 -1
  43. package/dist/src/executors/typia/executor.mjs +1 -1
  44. package/dist/src/executors/typia/untyped.mjs +1 -1
  45. package/dist/src/executors/unbuild/executor.mjs +1 -1
  46. package/dist/src/executors/unbuild/untyped.mjs +1 -1
  47. package/dist/src/generators/browser-library/generator.mjs +2 -2
  48. package/dist/src/generators/browser-library/untyped.mjs +1 -1
  49. package/dist/src/generators/config-schema/generator.mjs +1 -1
  50. package/dist/src/generators/config-schema/untyped.mjs +1 -1
  51. package/dist/src/generators/init/init.mjs +1 -1
  52. package/dist/src/generators/init/untyped.mjs +1 -1
  53. package/dist/src/generators/neutral-library/generator.mjs +2 -2
  54. package/dist/src/generators/neutral-library/untyped.mjs +1 -1
  55. package/dist/src/generators/node-library/generator.mjs +2 -2
  56. package/dist/src/generators/node-library/untyped.mjs +1 -1
  57. package/dist/src/generators/preset/generator.mjs +2 -2
  58. package/dist/src/generators/preset/untyped.mjs +1 -1
  59. package/dist/src/plugins/rust/cargo-toml.d.mts +2 -3
  60. package/dist/src/plugins/rust/cargo-toml.d.ts +2 -3
  61. package/dist/src/plugins/rust/cargo-toml.js +2 -4
  62. package/dist/src/plugins/rust/cargo-toml.mjs +2 -4
  63. package/dist/src/plugins/rust/index.d.mts +1 -1
  64. package/dist/src/plugins/rust/index.d.ts +1 -1
  65. package/dist/src/plugins/rust/index.js +2 -4
  66. package/dist/src/plugins/rust/index.mjs +2 -4
  67. package/dist/src/plugins/typescript/index.mjs +1 -1
  68. package/dist/src/plugins/typescript/tsdown.mjs +1 -1
  69. package/dist/src/plugins/typescript/tsup.mjs +1 -1
  70. package/dist/src/plugins/typescript/untyped-schema.mjs +1 -1
  71. package/dist/src/release/index.mjs +1 -1
  72. package/dist/src/release/js-version-actions.mjs +1 -1
  73. package/dist/src/release/rust-version-actions.mjs +1 -1
  74. package/dist/src/types.mjs +1 -1
  75. package/dist/src/utils/apply-workspace-tokens.mjs +1 -1
  76. package/dist/src/utils/cargo.mjs +1 -1
  77. package/dist/src/utils/create-cli-options.mjs +1 -1
  78. package/dist/src/utils/get-project-configurations.mjs +1 -1
  79. package/dist/src/utils/index.mjs +1 -1
  80. package/dist/src/utils/lock-file.mjs +1 -1
  81. package/dist/src/utils/nx-json.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/project-tags.mjs +1 -1
  85. package/dist/src/utils/registry-helpers.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 +14 -14
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  base_executor_untyped_default
3
3
  } from "../../../chunk-DGC5L3Z7.mjs";
4
- import "../../../chunk-IPWUJVZZ.mjs";
4
+ import "../../../chunk-6TYMSSXV.mjs";
5
5
 
6
6
  // src/executors/clean-package/untyped.ts
7
7
  import { defineUntypedSchema } from "untyped";
@@ -9,7 +9,7 @@ import "../../../chunk-NOTQLVZP.mjs";
9
9
  import "../../../chunk-V44DYGWX.mjs";
10
10
  import "../../../chunk-VGJEUOUN.mjs";
11
11
  import "../../../chunk-C26A6BXG.mjs";
12
- import "../../../chunk-IPWUJVZZ.mjs";
12
+ import "../../../chunk-6TYMSSXV.mjs";
13
13
  export {
14
14
  executor_default as default,
15
15
  esbuildExecutorFn
@@ -2,7 +2,7 @@ import {
2
2
  typescript_build_executor_untyped_default
3
3
  } from "../../../chunk-MXVEXRT2.mjs";
4
4
  import "../../../chunk-DGC5L3Z7.mjs";
5
- import "../../../chunk-IPWUJVZZ.mjs";
5
+ import "../../../chunk-6TYMSSXV.mjs";
6
6
 
7
7
  // src/executors/esbuild/untyped.ts
8
8
  import { defineUntypedSchema } from "untyped";
@@ -9,7 +9,7 @@ import "../../../chunk-NOTQLVZP.mjs";
9
9
  import "../../../chunk-V44DYGWX.mjs";
10
10
  import "../../../chunk-VGJEUOUN.mjs";
11
11
  import "../../../chunk-C26A6BXG.mjs";
12
- import "../../../chunk-IPWUJVZZ.mjs";
12
+ import "../../../chunk-6TYMSSXV.mjs";
13
13
  export {
14
14
  LARGE_BUFFER,
15
15
  npmPublishExecutorFn as default
@@ -1,4 +1,4 @@
1
- import "../../../chunk-IPWUJVZZ.mjs";
1
+ import "../../../chunk-6TYMSSXV.mjs";
2
2
 
3
3
  // src/executors/npm-publish/untyped.ts
4
4
  import { defineUntypedSchema } from "untyped";
@@ -8,7 +8,7 @@ import "../../../chunk-NOTQLVZP.mjs";
8
8
  import "../../../chunk-V44DYGWX.mjs";
9
9
  import "../../../chunk-VGJEUOUN.mjs";
10
10
  import "../../../chunk-C26A6BXG.mjs";
11
- import "../../../chunk-IPWUJVZZ.mjs";
11
+ import "../../../chunk-6TYMSSXV.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-DGC5L3Z7.mjs";
4
- import "../../../chunk-IPWUJVZZ.mjs";
4
+ import "../../../chunk-6TYMSSXV.mjs";
5
5
 
6
6
  // src/executors/size-limit/untyped.ts
7
7
  import { defineUntypedSchema } from "untyped";
@@ -9,7 +9,7 @@ import "../../../chunk-NOTQLVZP.mjs";
9
9
  import "../../../chunk-V44DYGWX.mjs";
10
10
  import "../../../chunk-VGJEUOUN.mjs";
11
11
  import "../../../chunk-C26A6BXG.mjs";
12
- import "../../../chunk-IPWUJVZZ.mjs";
12
+ import "../../../chunk-6TYMSSXV.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-MXVEXRT2.mjs";
4
4
  import "../../../chunk-DGC5L3Z7.mjs";
5
- import "../../../chunk-IPWUJVZZ.mjs";
5
+ import "../../../chunk-6TYMSSXV.mjs";
6
6
 
7
7
  // src/executors/tsdown/untyped.ts
8
8
  import { defineUntypedSchema } from "untyped";
@@ -8,7 +8,7 @@ import "../../../chunk-NOTQLVZP.mjs";
8
8
  import "../../../chunk-V44DYGWX.mjs";
9
9
  import "../../../chunk-VGJEUOUN.mjs";
10
10
  import "../../../chunk-C26A6BXG.mjs";
11
- import "../../../chunk-IPWUJVZZ.mjs";
11
+ import "../../../chunk-6TYMSSXV.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-DGC5L3Z7.mjs";
4
- import "../../../chunk-IPWUJVZZ.mjs";
4
+ import "../../../chunk-6TYMSSXV.mjs";
5
5
 
6
6
  // src/executors/typia/untyped.ts
7
7
  import { defineUntypedSchema } from "untyped";
@@ -8,7 +8,7 @@ import "../../../chunk-NOTQLVZP.mjs";
8
8
  import "../../../chunk-V44DYGWX.mjs";
9
9
  import "../../../chunk-VGJEUOUN.mjs";
10
10
  import "../../../chunk-C26A6BXG.mjs";
11
- import "../../../chunk-IPWUJVZZ.mjs";
11
+ import "../../../chunk-6TYMSSXV.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-MXVEXRT2.mjs";
4
4
  import "../../../chunk-DGC5L3Z7.mjs";
5
- import "../../../chunk-IPWUJVZZ.mjs";
5
+ import "../../../chunk-6TYMSSXV.mjs";
6
6
 
7
7
  // src/executors/unbuild/untyped.ts
8
8
  import { defineUntypedSchema } from "untyped";
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  browserLibraryGeneratorFn,
3
3
  generator_default
4
- } from "../../../chunk-QUHBEE5D.mjs";
4
+ } from "../../../chunk-TMUZX6IO.mjs";
5
5
  import "../../../chunk-HP36FVRU.mjs";
6
6
  import "../../../chunk-QC5ON3X4.mjs";
7
7
  import "../../../chunk-F66XEAID.mjs";
@@ -11,7 +11,7 @@ import "../../../chunk-NOTQLVZP.mjs";
11
11
  import "../../../chunk-V44DYGWX.mjs";
12
12
  import "../../../chunk-VGJEUOUN.mjs";
13
13
  import "../../../chunk-C26A6BXG.mjs";
14
- import "../../../chunk-IPWUJVZZ.mjs";
14
+ import "../../../chunk-6TYMSSXV.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-IPWUJVZZ.mjs";
5
+ import "../../../chunk-6TYMSSXV.mjs";
6
6
 
7
7
  // src/generators/browser-library/untyped.ts
8
8
  import { defineUntypedSchema } from "untyped";
@@ -8,7 +8,7 @@ import "../../../chunk-NOTQLVZP.mjs";
8
8
  import "../../../chunk-V44DYGWX.mjs";
9
9
  import "../../../chunk-VGJEUOUN.mjs";
10
10
  import "../../../chunk-C26A6BXG.mjs";
11
- import "../../../chunk-IPWUJVZZ.mjs";
11
+ import "../../../chunk-6TYMSSXV.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-IPWUJVZZ.mjs";
4
+ import "../../../chunk-6TYMSSXV.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-IPWUJVZZ.mjs";
5
+ import "../../../chunk-6TYMSSXV.mjs";
6
6
  export {
7
7
  init_default as default,
8
8
  initGenerator
@@ -1,4 +1,4 @@
1
- import "../../../chunk-IPWUJVZZ.mjs";
1
+ import "../../../chunk-6TYMSSXV.mjs";
2
2
 
3
3
  // src/generators/init/untyped.ts
4
4
  import { defineUntypedSchema } from "untyped";
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  generator_default,
3
3
  neutralLibraryGeneratorFn
4
- } from "../../../chunk-WH72XZPS.mjs";
4
+ } from "../../../chunk-K5XMGL6Y.mjs";
5
5
  import "../../../chunk-HP36FVRU.mjs";
6
6
  import "../../../chunk-QC5ON3X4.mjs";
7
7
  import "../../../chunk-F66XEAID.mjs";
@@ -11,7 +11,7 @@ import "../../../chunk-NOTQLVZP.mjs";
11
11
  import "../../../chunk-V44DYGWX.mjs";
12
12
  import "../../../chunk-VGJEUOUN.mjs";
13
13
  import "../../../chunk-C26A6BXG.mjs";
14
- import "../../../chunk-IPWUJVZZ.mjs";
14
+ import "../../../chunk-6TYMSSXV.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-IPWUJVZZ.mjs";
5
+ import "../../../chunk-6TYMSSXV.mjs";
6
6
 
7
7
  // src/generators/neutral-library/untyped.ts
8
8
  import { defineUntypedSchema } from "untyped";
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  generator_default,
3
3
  nodeLibraryGeneratorFn
4
- } from "../../../chunk-KCVIHYZQ.mjs";
4
+ } from "../../../chunk-ZM7BQH6Q.mjs";
5
5
  import "../../../chunk-HP36FVRU.mjs";
6
6
  import "../../../chunk-QC5ON3X4.mjs";
7
7
  import "../../../chunk-F66XEAID.mjs";
@@ -11,7 +11,7 @@ import "../../../chunk-NOTQLVZP.mjs";
11
11
  import "../../../chunk-V44DYGWX.mjs";
12
12
  import "../../../chunk-VGJEUOUN.mjs";
13
13
  import "../../../chunk-C26A6BXG.mjs";
14
- import "../../../chunk-IPWUJVZZ.mjs";
14
+ import "../../../chunk-6TYMSSXV.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-IPWUJVZZ.mjs";
5
+ import "../../../chunk-6TYMSSXV.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-JHJLQ2O7.mjs";
4
+ } from "../../../chunk-CDBRCMR4.mjs";
5
5
  import "../../../chunk-QC5ON3X4.mjs";
6
6
  import "../../../chunk-JGFRV7ZL.mjs";
7
7
  import "../../../chunk-76SRFTZ2.mjs";
@@ -9,7 +9,7 @@ import "../../../chunk-NOTQLVZP.mjs";
9
9
  import "../../../chunk-V44DYGWX.mjs";
10
10
  import "../../../chunk-VGJEUOUN.mjs";
11
11
  import "../../../chunk-C26A6BXG.mjs";
12
- import "../../../chunk-IPWUJVZZ.mjs";
12
+ import "../../../chunk-6TYMSSXV.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-IPWUJVZZ.mjs";
4
+ import "../../../chunk-6TYMSSXV.mjs";
5
5
 
6
6
  // src/generators/preset/untyped.ts
7
7
  import { defineUntypedSchema } from "untyped";
@@ -10,7 +10,6 @@ declare const DefaultCargoPluginProfileMap: {
10
10
  development: string;
11
11
  production: string;
12
12
  };
13
- declare const DEFAULT_ERROR_MESSAGE = "An error occurred in the Storm Rust Nx plugin.";
14
13
  interface CargoPluginOptions {
15
14
  includeApps?: boolean;
16
15
  skipDocs?: boolean;
@@ -18,6 +17,6 @@ interface CargoPluginOptions {
18
17
  profiles?: CargoPluginProfileMap;
19
18
  }
20
19
  declare const createNodesV2: CreateNodesV2<CargoPluginOptions | undefined>;
21
- declare const createDependencies: CreateDependencies;
20
+ declare const createDependencies: CreateDependencies<CargoPluginOptions>;
22
21
 
23
- export { type CargoPluginOptions, type CargoPluginProfileMap, DEFAULT_ERROR_MESSAGE, DefaultCargoPluginProfileMap, createDependencies, createNodesV2, description, name };
22
+ export { type CargoPluginOptions, type CargoPluginProfileMap, DefaultCargoPluginProfileMap, createDependencies, createNodesV2, description, name };
@@ -10,7 +10,6 @@ declare const DefaultCargoPluginProfileMap: {
10
10
  development: string;
11
11
  production: string;
12
12
  };
13
- declare const DEFAULT_ERROR_MESSAGE = "An error occurred in the Storm Rust Nx plugin.";
14
13
  interface CargoPluginOptions {
15
14
  includeApps?: boolean;
16
15
  skipDocs?: boolean;
@@ -18,6 +17,6 @@ interface CargoPluginOptions {
18
17
  profiles?: CargoPluginProfileMap;
19
18
  }
20
19
  declare const createNodesV2: CreateNodesV2<CargoPluginOptions | undefined>;
21
- declare const createDependencies: CreateDependencies;
20
+ declare const createDependencies: CreateDependencies<CargoPluginOptions>;
22
21
 
23
- export { type CargoPluginOptions, type CargoPluginProfileMap, DEFAULT_ERROR_MESSAGE, DefaultCargoPluginProfileMap, createDependencies, createNodesV2, description, name };
22
+ export { type CargoPluginOptions, type CargoPluginProfileMap, DefaultCargoPluginProfileMap, createDependencies, createNodesV2, description, name };
@@ -4,8 +4,7 @@
4
4
 
5
5
 
6
6
 
7
-
8
- var _chunkO2FPRXPDjs = require('../../../chunk-O2FPRXPD.js');
7
+ var _chunkA6N326FNjs = require('../../../chunk-A6N326FN.js');
9
8
  require('../../../chunk-J6F3WHRB.js');
10
9
  require('../../../chunk-LJDV7HFT.js');
11
10
  require('../../../chunk-AX3RSZT7.js');
@@ -15,5 +14,4 @@ require('../../../chunk-AX3RSZT7.js');
15
14
 
16
15
 
17
16
 
18
-
19
- exports.DEFAULT_ERROR_MESSAGE = _chunkO2FPRXPDjs.DEFAULT_ERROR_MESSAGE; exports.DefaultCargoPluginProfileMap = _chunkO2FPRXPDjs.DefaultCargoPluginProfileMap; exports.createDependencies = _chunkO2FPRXPDjs.createDependencies; exports.createNodesV2 = _chunkO2FPRXPDjs.createNodesV2; exports.description = _chunkO2FPRXPDjs.description; exports.name = _chunkO2FPRXPDjs.name;
17
+ exports.DefaultCargoPluginProfileMap = _chunkA6N326FNjs.DefaultCargoPluginProfileMap; exports.createDependencies = _chunkA6N326FNjs.createDependencies; exports.createNodesV2 = _chunkA6N326FNjs.createNodesV2; exports.description = _chunkA6N326FNjs.description; exports.name = _chunkA6N326FNjs.name;
@@ -1,17 +1,15 @@
1
1
  import {
2
- DEFAULT_ERROR_MESSAGE,
3
2
  DefaultCargoPluginProfileMap,
4
3
  createDependencies,
5
4
  createNodesV2,
6
5
  description,
7
6
  name
8
- } from "../../../chunk-D2ENLOCH.mjs";
7
+ } from "../../../chunk-LF2APRG7.mjs";
9
8
  import "../../../chunk-4RYLWWPW.mjs";
10
9
  import "../../../chunk-6LP3KKXE.mjs";
11
10
  import "../../../chunk-F66XEAID.mjs";
12
- import "../../../chunk-IPWUJVZZ.mjs";
11
+ import "../../../chunk-6TYMSSXV.mjs";
13
12
  export {
14
- DEFAULT_ERROR_MESSAGE,
15
13
  DefaultCargoPluginProfileMap,
16
14
  createDependencies,
17
15
  createNodesV2,
@@ -1,2 +1,2 @@
1
- export { CargoPluginOptions, CargoPluginProfileMap, DEFAULT_ERROR_MESSAGE, DefaultCargoPluginProfileMap, createDependencies, createNodesV2, description, name } from './cargo-toml.mjs';
1
+ export { CargoPluginOptions, CargoPluginProfileMap, DefaultCargoPluginProfileMap, createDependencies, createNodesV2, description, name } from './cargo-toml.mjs';
2
2
  import '@nx/devkit';
@@ -1,2 +1,2 @@
1
- export { CargoPluginOptions, CargoPluginProfileMap, DEFAULT_ERROR_MESSAGE, DefaultCargoPluginProfileMap, createDependencies, createNodesV2, description, name } from './cargo-toml.js';
1
+ export { CargoPluginOptions, CargoPluginProfileMap, DefaultCargoPluginProfileMap, createDependencies, createNodesV2, description, name } from './cargo-toml.js';
2
2
  import '@nx/devkit';
@@ -4,8 +4,7 @@
4
4
 
5
5
 
6
6
 
7
-
8
- var _chunkO2FPRXPDjs = require('../../../chunk-O2FPRXPD.js');
7
+ var _chunkA6N326FNjs = require('../../../chunk-A6N326FN.js');
9
8
  require('../../../chunk-J6F3WHRB.js');
10
9
  require('../../../chunk-LJDV7HFT.js');
11
10
  require('../../../chunk-AX3RSZT7.js');
@@ -15,5 +14,4 @@ require('../../../chunk-AX3RSZT7.js');
15
14
 
16
15
 
17
16
 
18
-
19
- exports.DEFAULT_ERROR_MESSAGE = _chunkO2FPRXPDjs.DEFAULT_ERROR_MESSAGE; exports.DefaultCargoPluginProfileMap = _chunkO2FPRXPDjs.DefaultCargoPluginProfileMap; exports.createDependencies = _chunkO2FPRXPDjs.createDependencies; exports.createNodesV2 = _chunkO2FPRXPDjs.createNodesV2; exports.description = _chunkO2FPRXPDjs.description; exports.name = _chunkO2FPRXPDjs.name;
17
+ exports.DefaultCargoPluginProfileMap = _chunkA6N326FNjs.DefaultCargoPluginProfileMap; exports.createDependencies = _chunkA6N326FNjs.createDependencies; exports.createNodesV2 = _chunkA6N326FNjs.createNodesV2; exports.description = _chunkA6N326FNjs.description; exports.name = _chunkA6N326FNjs.name;
@@ -1,17 +1,15 @@
1
1
  import {
2
- DEFAULT_ERROR_MESSAGE,
3
2
  DefaultCargoPluginProfileMap,
4
3
  createDependencies,
5
4
  createNodesV2,
6
5
  description,
7
6
  name
8
- } from "../../../chunk-D2ENLOCH.mjs";
7
+ } from "../../../chunk-LF2APRG7.mjs";
9
8
  import "../../../chunk-4RYLWWPW.mjs";
10
9
  import "../../../chunk-6LP3KKXE.mjs";
11
10
  import "../../../chunk-F66XEAID.mjs";
12
- import "../../../chunk-IPWUJVZZ.mjs";
11
+ import "../../../chunk-6TYMSSXV.mjs";
13
12
  export {
14
- DEFAULT_ERROR_MESSAGE,
15
13
  DefaultCargoPluginProfileMap,
16
14
  createDependencies,
17
15
  createNodesV2,
@@ -8,7 +8,7 @@ import {
8
8
  isEqualProjectTag,
9
9
  setDefaultProjectTags
10
10
  } from "../../../chunk-F66XEAID.mjs";
11
- import "../../../chunk-IPWUJVZZ.mjs";
11
+ import "../../../chunk-6TYMSSXV.mjs";
12
12
 
13
13
  // src/plugins/typescript/index.ts
14
14
  import {
@@ -4,7 +4,7 @@ import {
4
4
  import {
5
5
  setDefaultProjectTags
6
6
  } from "../../../chunk-F66XEAID.mjs";
7
- import "../../../chunk-IPWUJVZZ.mjs";
7
+ import "../../../chunk-6TYMSSXV.mjs";
8
8
 
9
9
  // src/plugins/typescript/tsdown.ts
10
10
  import {
@@ -4,7 +4,7 @@ import {
4
4
  import {
5
5
  setDefaultProjectTags
6
6
  } from "../../../chunk-F66XEAID.mjs";
7
- import "../../../chunk-IPWUJVZZ.mjs";
7
+ import "../../../chunk-6TYMSSXV.mjs";
8
8
 
9
9
  // src/plugins/typescript/tsup.ts
10
10
  import {
@@ -5,7 +5,7 @@ import {
5
5
  ProjectTagConstants,
6
6
  addProjectTag
7
7
  } from "../../../chunk-F66XEAID.mjs";
8
- import "../../../chunk-IPWUJVZZ.mjs";
8
+ import "../../../chunk-6TYMSSXV.mjs";
9
9
 
10
10
  // src/plugins/typescript/untyped-schema.ts
11
11
  import {
@@ -11,7 +11,7 @@ import "../../chunk-NOTQLVZP.mjs";
11
11
  import "../../chunk-V44DYGWX.mjs";
12
12
  import "../../chunk-VGJEUOUN.mjs";
13
13
  import "../../chunk-C26A6BXG.mjs";
14
- import "../../chunk-IPWUJVZZ.mjs";
14
+ import "../../chunk-6TYMSSXV.mjs";
15
15
  export {
16
16
  StormJsVersionActions,
17
17
  StormRustVersionActions
@@ -5,7 +5,7 @@ import "../../chunk-NOTQLVZP.mjs";
5
5
  import "../../chunk-V44DYGWX.mjs";
6
6
  import "../../chunk-VGJEUOUN.mjs";
7
7
  import "../../chunk-C26A6BXG.mjs";
8
- import "../../chunk-IPWUJVZZ.mjs";
8
+ import "../../chunk-6TYMSSXV.mjs";
9
9
  export {
10
10
  StormJsVersionActions as default
11
11
  };
@@ -7,7 +7,7 @@ import "../../chunk-NOTQLVZP.mjs";
7
7
  import "../../chunk-V44DYGWX.mjs";
8
8
  import "../../chunk-VGJEUOUN.mjs";
9
9
  import "../../chunk-C26A6BXG.mjs";
10
- import "../../chunk-IPWUJVZZ.mjs";
10
+ import "../../chunk-6TYMSSXV.mjs";
11
11
  export {
12
12
  StormRustVersionActions as default
13
13
  };
@@ -6,7 +6,7 @@ import {
6
6
  ProjectTagTypeValue,
7
7
  ProjectTagVariant
8
8
  } from "../chunk-BO44O7D2.mjs";
9
- import "../chunk-IPWUJVZZ.mjs";
9
+ import "../chunk-6TYMSSXV.mjs";
10
10
  export {
11
11
  ProjectTagDistStyleValue,
12
12
  ProjectTagLanguageValue,
@@ -3,7 +3,7 @@ import {
3
3
  } from "../../chunk-FML2FBSG.mjs";
4
4
  import "../../chunk-VGJEUOUN.mjs";
5
5
  import "../../chunk-C26A6BXG.mjs";
6
- import "../../chunk-IPWUJVZZ.mjs";
6
+ import "../../chunk-6TYMSSXV.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-IPWUJVZZ.mjs";
12
+ import "../../chunk-6TYMSSXV.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-IPWUJVZZ.mjs";
4
+ import "../../chunk-6TYMSSXV.mjs";
5
5
  export {
6
6
  createCliOptions
7
7
  };
@@ -4,7 +4,7 @@ import {
4
4
  } from "../../chunk-GEP246CJ.mjs";
5
5
  import "../../chunk-VGJEUOUN.mjs";
6
6
  import "../../chunk-C26A6BXG.mjs";
7
- import "../../chunk-IPWUJVZZ.mjs";
7
+ import "../../chunk-6TYMSSXV.mjs";
8
8
  export {
9
9
  getProjectConfiguration,
10
10
  getProjectConfigurations
@@ -87,7 +87,7 @@ import {
87
87
  import "../../chunk-V44DYGWX.mjs";
88
88
  import "../../chunk-VGJEUOUN.mjs";
89
89
  import "../../chunk-C26A6BXG.mjs";
90
- import "../../chunk-IPWUJVZZ.mjs";
90
+ import "../../chunk-6TYMSSXV.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-ABE7UOMX.mjs";
14
- import "../../chunk-IPWUJVZZ.mjs";
14
+ import "../../chunk-6TYMSSXV.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-OV33RACH.mjs";
6
- import "../../chunk-IPWUJVZZ.mjs";
6
+ import "../../chunk-6TYMSSXV.mjs";
7
7
  export {
8
8
  NAMED_INPUTS,
9
9
  RELEASE,
@@ -7,7 +7,7 @@ import "../../chunk-X2SLQ73Q.mjs";
7
7
  import "../../chunk-F66XEAID.mjs";
8
8
  import "../../chunk-V44DYGWX.mjs";
9
9
  import "../../chunk-C26A6BXG.mjs";
10
- import "../../chunk-IPWUJVZZ.mjs";
10
+ import "../../chunk-6TYMSSXV.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-IPWUJVZZ.mjs";
9
+ import "../../chunk-6TYMSSXV.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-IPWUJVZZ.mjs";
11
+ import "../../chunk-6TYMSSXV.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-IPWUJVZZ.mjs";
4
+ import "../../chunk-6TYMSSXV.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-IPWUJVZZ.mjs";
4
+ import "../../chunk-6TYMSSXV.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-IPWUJVZZ.mjs";
21
+ import "../../chunk-6TYMSSXV.mjs";
22
22
  export {
23
23
  eslintVersion,
24
24
  lintStagedVersion,