@storm-software/workspace-tools 1.279.2 → 1.280.1

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 (86) hide show
  1. package/CHANGELOG.md +44 -0
  2. package/README.md +2 -1
  3. package/dist/{chunk-V2UGPEY2.mjs → chunk-3XPIHN23.mjs} +1 -1
  4. package/dist/{chunk-RMWG74QA.mjs → chunk-BSFJWANS.mjs} +1 -1
  5. package/dist/{chunk-FVGLL54Y.mjs → chunk-BZEVQ2Z7.mjs} +1 -1
  6. package/dist/{chunk-N46RWKEK.mjs → chunk-ELTK3HGG.mjs} +1 -1
  7. package/dist/{chunk-5EK4H7VB.mjs → chunk-IPJSQ4JM.mjs} +1 -1
  8. package/dist/{chunk-CCMBHSV7.mjs → chunk-ZWCD543A.mjs} +1 -1
  9. package/dist/executors.mjs +2 -2
  10. package/dist/generators.mjs +5 -5
  11. package/dist/index.mjs +6 -6
  12. package/dist/src/base/base-executor.mjs +1 -1
  13. package/dist/src/base/base-executor.untyped.mjs +1 -1
  14. package/dist/src/base/base-generator.mjs +1 -1
  15. package/dist/src/base/base-generator.untyped.mjs +1 -1
  16. package/dist/src/base/cargo-base-executor.untyped.mjs +1 -1
  17. package/dist/src/base/index.mjs +1 -1
  18. package/dist/src/base/typescript-build-executor.untyped.mjs +1 -1
  19. package/dist/src/base/typescript-library-generator.untyped.mjs +1 -1
  20. package/dist/src/executors/cargo-build/executor.mjs +1 -1
  21. package/dist/src/executors/cargo-build/untyped.mjs +1 -1
  22. package/dist/src/executors/cargo-check/executor.mjs +1 -1
  23. package/dist/src/executors/cargo-check/untyped.mjs +1 -1
  24. package/dist/src/executors/cargo-clippy/executor.mjs +1 -1
  25. package/dist/src/executors/cargo-clippy/untyped.mjs +1 -1
  26. package/dist/src/executors/cargo-doc/executor.mjs +1 -1
  27. package/dist/src/executors/cargo-doc/untyped.mjs +1 -1
  28. package/dist/src/executors/cargo-format/executor.mjs +1 -1
  29. package/dist/src/executors/cargo-format/untyped.mjs +1 -1
  30. package/dist/src/executors/cargo-publish/executor.mjs +1 -1
  31. package/dist/src/executors/cargo-publish/untyped.mjs +1 -1
  32. package/dist/src/executors/clean-package/executor.mjs +1 -1
  33. package/dist/src/executors/clean-package/untyped.mjs +1 -1
  34. package/dist/src/executors/esbuild/executor.mjs +2 -2
  35. package/dist/src/executors/esbuild/untyped.mjs +1 -1
  36. package/dist/src/executors/npm-publish/executor.mjs +1 -1
  37. package/dist/src/executors/npm-publish/untyped.mjs +1 -1
  38. package/dist/src/executors/size-limit/executor.mjs +1 -1
  39. package/dist/src/executors/size-limit/untyped.mjs +1 -1
  40. package/dist/src/executors/typia/executor.mjs +1 -1
  41. package/dist/src/executors/typia/untyped.mjs +1 -1
  42. package/dist/src/executors/unbuild/executor.mjs +1 -1
  43. package/dist/src/executors/unbuild/untyped.mjs +1 -1
  44. package/dist/src/generators/browser-library/generator.mjs +2 -2
  45. package/dist/src/generators/browser-library/untyped.mjs +1 -1
  46. package/dist/src/generators/config-schema/generator.mjs +1 -1
  47. package/dist/src/generators/config-schema/untyped.mjs +1 -1
  48. package/dist/src/generators/init/init.mjs +1 -1
  49. package/dist/src/generators/init/untyped.mjs +1 -1
  50. package/dist/src/generators/neutral-library/generator.mjs +2 -2
  51. package/dist/src/generators/neutral-library/untyped.mjs +1 -1
  52. package/dist/src/generators/node-library/generator.mjs +2 -2
  53. package/dist/src/generators/node-library/untyped.mjs +1 -1
  54. package/dist/src/generators/preset/generator.mjs +2 -2
  55. package/dist/src/generators/preset/untyped.mjs +1 -1
  56. package/dist/src/generators/release-version/generator.mjs +1 -1
  57. package/dist/src/generators/release-version/untyped.mjs +1 -1
  58. package/dist/src/plugins/rust/cargo-toml.mjs +1 -1
  59. package/dist/src/plugins/rust/index.mjs +1 -1
  60. package/dist/src/plugins/typescript/index.d.mts +47 -2
  61. package/dist/src/plugins/typescript/index.d.ts +47 -2
  62. package/dist/src/plugins/typescript/index.js +435 -5
  63. package/dist/src/plugins/typescript/index.mjs +436 -6
  64. package/dist/src/plugins/typescript/tsup.mjs +1 -1
  65. package/dist/src/plugins/typescript/untyped-schema.mjs +1 -1
  66. package/dist/src/types.mjs +1 -1
  67. package/dist/src/utils/apply-workspace-tokens.mjs +1 -1
  68. package/dist/src/utils/cargo.mjs +1 -1
  69. package/dist/src/utils/create-cli-options.mjs +1 -1
  70. package/dist/src/utils/get-project-configurations.mjs +1 -1
  71. package/dist/src/utils/index.mjs +1 -1
  72. package/dist/src/utils/lock-file.mjs +1 -1
  73. package/dist/src/utils/nx-json.mjs +1 -1
  74. package/dist/src/utils/package-helpers.mjs +1 -1
  75. package/dist/src/utils/plugin-helpers.mjs +1 -1
  76. package/dist/src/utils/pnpm-deps-update.mjs +1 -1
  77. package/dist/src/utils/project-tags.mjs +1 -1
  78. package/dist/src/utils/typia-transform.mjs +1 -1
  79. package/dist/src/utils/versions.mjs +1 -1
  80. package/package.json +5 -5
  81. package/dist/chunk-D7XLAFS5.mjs +0 -434
  82. package/dist/chunk-QDQ5YUCN.js +0 -434
  83. package/dist/src/plugins/typescript/project-config.d.mts +0 -37
  84. package/dist/src/plugins/typescript/project-config.d.ts +0 -37
  85. package/dist/src/plugins/typescript/project-config.js +0 -11
  86. package/dist/src/plugins/typescript/project-config.mjs +0 -11
package/CHANGELOG.md CHANGED
@@ -2,6 +2,50 @@
2
2
 
3
3
  # Changelog for Storm Ops - Workspace Tools
4
4
 
5
+ ## [1.280.0](https://github.com/storm-software/storm-ops/releases/tag/workspace-tools%401.280.0) (2025-08-05)
6
+
7
+ ### Features
8
+
9
+ - **workspace-tools:** Added the `enableTypeCheck` option to the base Nx plugin
10
+ ([c11a3c96e](https://github.com/storm-software/storm-ops/commit/c11a3c96e))
11
+
12
+ ### Miscellaneous
13
+
14
+ - **monorepo:** Regenerate README markdown files
15
+ ([cf6bd2d92](https://github.com/storm-software/storm-ops/commit/cf6bd2d92))
16
+
17
+ ### Updated Dependencies
18
+
19
+ - Updated prettier to 0.52.0
20
+ - Updated esbuild to 0.46.0
21
+ - Updated unbuild to 0.50.0
22
+
23
+ ## [1.279.3](https://github.com/storm-software/storm-ops/releases/tag/workspace-tools%401.279.3) (2025-08-05)
24
+
25
+ ### Miscellaneous
26
+
27
+ - **monorepo:** Regenerate README markdown files
28
+ ([21fa7cc54](https://github.com/storm-software/storm-ops/commit/21fa7cc54))
29
+
30
+ ### Updated Dependencies
31
+
32
+ - Updated prettier to 0.51.74
33
+ - Updated esbuild to 0.45.62
34
+ - Updated unbuild to 0.49.73
35
+
36
+ ## [1.279.2](https://github.com/storm-software/storm-ops/releases/tag/workspace-tools%401.279.2) (2025-08-05)
37
+
38
+ ### Miscellaneous
39
+
40
+ - **monorepo:** Updated workspace package links
41
+ ([ace2eb32c](https://github.com/storm-software/storm-ops/commit/ace2eb32c))
42
+
43
+ ### Updated Dependencies
44
+
45
+ - Updated prettier to 0.51.73
46
+ - Updated esbuild to 0.45.61
47
+ - Updated unbuild to 0.49.72
48
+
5
49
  ## [1.279.1](https://github.com/storm-software/storm-ops/releases/tag/workspace-tools%401.279.1) (2025-08-05)
6
50
 
7
51
  ### Miscellaneous
package/README.md CHANGED
@@ -21,7 +21,7 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
21
21
 
22
22
  <h3 align="center">💻 Visit <a href="https://stormsoftware.com" target="_blank">stormsoftware.com</a> to stay up to date with this developer</h3><br />
23
23
 
24
- [![Version](https://img.shields.io/badge/version-1.279.0-1fb2a6.svg?style=for-the-badge&color=1fb2a6)](https://prettier.io/)&nbsp;[![Nx](https://img.shields.io/badge/Nx-17.0.2-lightgrey?style=for-the-badge&logo=nx&logoWidth=20&&color=1fb2a6)](http://nx.dev/)&nbsp;[![NextJs](https://img.shields.io/badge/Next.js-14.0.2-lightgrey?style=for-the-badge&logo=nextdotjs&logoWidth=20&color=1fb2a6)](https://nextjs.org/)&nbsp;[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?style=for-the-badge&logo=commitlint&color=1fb2a6)](http://commitizen.github.io/cz-cli/)&nbsp;![Semantic-Release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=for-the-badge&color=1fb2a6)&nbsp;[![documented with Fumadocs](https://img.shields.io/badge/documented_with-fumadocs-success.svg?style=for-the-badge&logo=readthedocs&color=1fb2a6)](https://fumadocs.vercel.app/)&nbsp;![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/storm-software/storm-ops/cr.yml?style=for-the-badge&logo=github-actions&color=1fb2a6)
24
+ [![Version](https://img.shields.io/badge/version-1.279.3-1fb2a6.svg?style=for-the-badge&color=1fb2a6)](https://prettier.io/)&nbsp;[![Nx](https://img.shields.io/badge/Nx-17.0.2-lightgrey?style=for-the-badge&logo=nx&logoWidth=20&&color=1fb2a6)](http://nx.dev/)&nbsp;[![NextJs](https://img.shields.io/badge/Next.js-14.0.2-lightgrey?style=for-the-badge&logo=nextdotjs&logoWidth=20&color=1fb2a6)](https://nextjs.org/)&nbsp;[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?style=for-the-badge&logo=commitlint&color=1fb2a6)](http://commitizen.github.io/cz-cli/)&nbsp;![Semantic-Release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=for-the-badge&color=1fb2a6)&nbsp;[![documented with Fumadocs](https://img.shields.io/badge/documented_with-fumadocs-success.svg?style=for-the-badge&logo=readthedocs&color=1fb2a6)](https://fumadocs.vercel.app/)&nbsp;![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/storm-software/storm-ops/cr.yml?style=for-the-badge&logo=github-actions&color=1fb2a6)
25
25
 
26
26
  <!-- prettier-ignore-start -->
27
27
  <!-- markdownlint-disable -->
@@ -40,6 +40,7 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
40
40
 
41
41
  <!-- START doctoc -->
42
42
  <!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
43
+
43
44
  ## Table of Contents
44
45
 
45
46
  - [Storm Workspace Tools](#storm-workspace-tools)
@@ -7,7 +7,7 @@ import {
7
7
  } from "./chunk-47X3OTR5.mjs";
8
8
  import {
9
9
  __dirname
10
- } from "./chunk-5EK4H7VB.mjs";
10
+ } from "./chunk-IPJSQ4JM.mjs";
11
11
 
12
12
  // src/generators/preset/generator.ts
13
13
  import {
@@ -10,7 +10,7 @@ import {
10
10
  } from "./chunk-U7JFVMCK.mjs";
11
11
  import {
12
12
  __dirname
13
- } from "./chunk-5EK4H7VB.mjs";
13
+ } from "./chunk-IPJSQ4JM.mjs";
14
14
 
15
15
  // src/generators/browser-library/generator.ts
16
16
  import {
@@ -10,7 +10,7 @@ import {
10
10
  } from "./chunk-U7JFVMCK.mjs";
11
11
  import {
12
12
  __dirname
13
- } from "./chunk-5EK4H7VB.mjs";
13
+ } from "./chunk-IPJSQ4JM.mjs";
14
14
 
15
15
  // src/generators/neutral-library/generator.ts
16
16
  import {
@@ -13,7 +13,7 @@ import {
13
13
  } from "./chunk-U7JFVMCK.mjs";
14
14
  import {
15
15
  __dirname
16
- } from "./chunk-5EK4H7VB.mjs";
16
+ } from "./chunk-IPJSQ4JM.mjs";
17
17
 
18
18
  // src/generators/node-library/generator.ts
19
19
  import {
@@ -5,7 +5,7 @@ var __require = /* @__PURE__ */ ((x) => typeof require !== "undefined" ? require
5
5
  throw Error('Dynamic require of "' + x + '" is not supported');
6
6
  });
7
7
 
8
- // ../../node_modules/.pnpm/tsup@8.4.0_patch_hash=751a554d775c3572381af4e7e5fa22eeda6dd6856012fb1cf521d6806eb2dc74__db60725e7ddf3117d5650dafebab357c/node_modules/tsup/assets/esm_shims.js
8
+ // ../../node_modules/.pnpm/tsup@8.4.0_patch_hash=751a554d775c3572381af4e7e5fa22eeda6dd6856012fb1cf521d6806eb2dc74__1fd0a4d590e9f6e49734e012f88d7221/node_modules/tsup/assets/esm_shims.js
9
9
  import { fileURLToPath } from "url";
10
10
  import path from "path";
11
11
  var getFilename = () => fileURLToPath(import.meta.url);
@@ -23,7 +23,7 @@ import {
23
23
  } from "./chunk-U7JFVMCK.mjs";
24
24
  import {
25
25
  __require
26
- } from "./chunk-5EK4H7VB.mjs";
26
+ } from "./chunk-IPJSQ4JM.mjs";
27
27
 
28
28
  // ../esbuild/src/build.ts
29
29
  import * as esbuild from "esbuild";
@@ -19,7 +19,7 @@ import {
19
19
  } from "./chunk-7DLHAWLG.mjs";
20
20
  import {
21
21
  esbuildExecutorFn
22
- } from "./chunk-CCMBHSV7.mjs";
22
+ } from "./chunk-ZWCD543A.mjs";
23
23
  import {
24
24
  cargoBuildExecutor
25
25
  } from "./chunk-K7FEZWBA.mjs";
@@ -43,7 +43,7 @@ import "./chunk-PYS5P7QE.mjs";
43
43
  import "./chunk-V44DYGWX.mjs";
44
44
  import "./chunk-M5Z57CUO.mjs";
45
45
  import "./chunk-U7JFVMCK.mjs";
46
- import "./chunk-5EK4H7VB.mjs";
46
+ import "./chunk-IPJSQ4JM.mjs";
47
47
  export {
48
48
  LARGE_BUFFER,
49
49
  cargoBuildExecutor,
@@ -1,16 +1,16 @@
1
1
  import "./chunk-RLIZVCIN.mjs";
2
2
  import {
3
3
  nodeLibraryGeneratorFn
4
- } from "./chunk-N46RWKEK.mjs";
4
+ } from "./chunk-ELTK3HGG.mjs";
5
5
  import {
6
6
  presetGeneratorFn
7
- } from "./chunk-V2UGPEY2.mjs";
7
+ } from "./chunk-3XPIHN23.mjs";
8
8
  import {
9
9
  releaseVersionGeneratorFn
10
10
  } from "./chunk-64LWOWPE.mjs";
11
11
  import {
12
12
  browserLibraryGeneratorFn
13
- } from "./chunk-RMWG74QA.mjs";
13
+ } from "./chunk-BSFJWANS.mjs";
14
14
  import {
15
15
  configSchemaGeneratorFn
16
16
  } from "./chunk-UGBVA3KE.mjs";
@@ -19,7 +19,7 @@ import {
19
19
  } from "./chunk-437WGH2M.mjs";
20
20
  import {
21
21
  neutralLibraryGeneratorFn
22
- } from "./chunk-FVGLL54Y.mjs";
22
+ } from "./chunk-BZEVQ2Z7.mjs";
23
23
  import "./chunk-CNBBZVVG.mjs";
24
24
  import "./chunk-EK75QNMS.mjs";
25
25
  import "./chunk-SVIG7SR3.mjs";
@@ -30,7 +30,7 @@ import "./chunk-PYS5P7QE.mjs";
30
30
  import "./chunk-V44DYGWX.mjs";
31
31
  import "./chunk-M5Z57CUO.mjs";
32
32
  import "./chunk-U7JFVMCK.mjs";
33
- import "./chunk-5EK4H7VB.mjs";
33
+ import "./chunk-IPJSQ4JM.mjs";
34
34
  export {
35
35
  browserLibraryGeneratorFn,
36
36
  configSchemaGeneratorFn,
package/dist/index.mjs CHANGED
@@ -68,7 +68,7 @@ import {
68
68
  } from "./chunk-7DLHAWLG.mjs";
69
69
  import {
70
70
  esbuildExecutorFn
71
- } from "./chunk-CCMBHSV7.mjs";
71
+ } from "./chunk-ZWCD543A.mjs";
72
72
  import {
73
73
  cargoBuildExecutor
74
74
  } from "./chunk-K7FEZWBA.mjs";
@@ -103,16 +103,16 @@ import {
103
103
  import "./chunk-RLIZVCIN.mjs";
104
104
  import {
105
105
  nodeLibraryGeneratorFn
106
- } from "./chunk-N46RWKEK.mjs";
106
+ } from "./chunk-ELTK3HGG.mjs";
107
107
  import {
108
108
  presetGeneratorFn
109
- } from "./chunk-V2UGPEY2.mjs";
109
+ } from "./chunk-3XPIHN23.mjs";
110
110
  import {
111
111
  releaseVersionGeneratorFn
112
112
  } from "./chunk-64LWOWPE.mjs";
113
113
  import {
114
114
  browserLibraryGeneratorFn
115
- } from "./chunk-RMWG74QA.mjs";
115
+ } from "./chunk-BSFJWANS.mjs";
116
116
  import {
117
117
  configSchemaGeneratorFn
118
118
  } from "./chunk-UGBVA3KE.mjs";
@@ -121,7 +121,7 @@ import {
121
121
  } from "./chunk-437WGH2M.mjs";
122
122
  import {
123
123
  neutralLibraryGeneratorFn
124
- } from "./chunk-FVGLL54Y.mjs";
124
+ } from "./chunk-BZEVQ2Z7.mjs";
125
125
  import {
126
126
  createProjectTsConfigJson,
127
127
  getOutputPath,
@@ -184,7 +184,7 @@ import "./chunk-U7JFVMCK.mjs";
184
184
  import {
185
185
  base_generator_untyped_default
186
186
  } from "./chunk-34LSWMWV.mjs";
187
- import "./chunk-5EK4H7VB.mjs";
187
+ import "./chunk-IPJSQ4JM.mjs";
188
188
  export {
189
189
  INVALID_CARGO_ARGS,
190
190
  LARGE_BUFFER,
@@ -6,7 +6,7 @@ import "../../chunk-PYS5P7QE.mjs";
6
6
  import "../../chunk-V44DYGWX.mjs";
7
7
  import "../../chunk-M5Z57CUO.mjs";
8
8
  import "../../chunk-U7JFVMCK.mjs";
9
- import "../../chunk-5EK4H7VB.mjs";
9
+ import "../../chunk-IPJSQ4JM.mjs";
10
10
  export {
11
11
  withRunExecutor
12
12
  };
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  base_executor_untyped_default
3
3
  } from "../../chunk-DGC5L3Z7.mjs";
4
- import "../../chunk-5EK4H7VB.mjs";
4
+ import "../../chunk-IPJSQ4JM.mjs";
5
5
  export {
6
6
  base_executor_untyped_default as default
7
7
  };
@@ -6,7 +6,7 @@ import "../../chunk-PYS5P7QE.mjs";
6
6
  import "../../chunk-V44DYGWX.mjs";
7
7
  import "../../chunk-M5Z57CUO.mjs";
8
8
  import "../../chunk-U7JFVMCK.mjs";
9
- import "../../chunk-5EK4H7VB.mjs";
9
+ import "../../chunk-IPJSQ4JM.mjs";
10
10
  export {
11
11
  withRunGenerator
12
12
  };
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  base_generator_untyped_default
3
3
  } from "../../chunk-34LSWMWV.mjs";
4
- import "../../chunk-5EK4H7VB.mjs";
4
+ import "../../chunk-IPJSQ4JM.mjs";
5
5
  export {
6
6
  base_generator_untyped_default as default
7
7
  };
@@ -2,7 +2,7 @@ import {
2
2
  cargo_base_executor_untyped_default
3
3
  } from "../../chunk-7AN4JMFC.mjs";
4
4
  import "../../chunk-DGC5L3Z7.mjs";
5
- import "../../chunk-5EK4H7VB.mjs";
5
+ import "../../chunk-IPJSQ4JM.mjs";
6
6
  export {
7
7
  cargo_base_executor_untyped_default as default
8
8
  };
@@ -33,7 +33,7 @@ import "../../chunk-U7JFVMCK.mjs";
33
33
  import {
34
34
  base_generator_untyped_default
35
35
  } from "../../chunk-34LSWMWV.mjs";
36
- import "../../chunk-5EK4H7VB.mjs";
36
+ import "../../chunk-IPJSQ4JM.mjs";
37
37
  export {
38
38
  base_executor_untyped_default as baseExecutorSchema,
39
39
  base_generator_untyped_default as baseGeneratorSchema,
@@ -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-5EK4H7VB.mjs";
5
+ import "../../chunk-IPJSQ4JM.mjs";
6
6
  export {
7
7
  typescript_build_executor_untyped_default as default
8
8
  };
@@ -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-5EK4H7VB.mjs";
5
+ import "../../chunk-IPJSQ4JM.mjs";
6
6
  export {
7
7
  typescript_library_generator_untyped_default as default
8
8
  };
@@ -9,7 +9,7 @@ import "../../../chunk-PYS5P7QE.mjs";
9
9
  import "../../../chunk-V44DYGWX.mjs";
10
10
  import "../../../chunk-M5Z57CUO.mjs";
11
11
  import "../../../chunk-U7JFVMCK.mjs";
12
- import "../../../chunk-5EK4H7VB.mjs";
12
+ import "../../../chunk-IPJSQ4JM.mjs";
13
13
  export {
14
14
  cargoBuildExecutor,
15
15
  executor_default as default
@@ -2,7 +2,7 @@ import {
2
2
  cargo_base_executor_untyped_default
3
3
  } from "../../../chunk-7AN4JMFC.mjs";
4
4
  import "../../../chunk-DGC5L3Z7.mjs";
5
- import "../../../chunk-5EK4H7VB.mjs";
5
+ import "../../../chunk-IPJSQ4JM.mjs";
6
6
 
7
7
  // src/executors/cargo-build/untyped.ts
8
8
  import { defineUntypedSchema } from "untyped";
@@ -9,7 +9,7 @@ import "../../../chunk-PYS5P7QE.mjs";
9
9
  import "../../../chunk-V44DYGWX.mjs";
10
10
  import "../../../chunk-M5Z57CUO.mjs";
11
11
  import "../../../chunk-U7JFVMCK.mjs";
12
- import "../../../chunk-5EK4H7VB.mjs";
12
+ import "../../../chunk-IPJSQ4JM.mjs";
13
13
  export {
14
14
  cargoCheckExecutor,
15
15
  executor_default as default
@@ -2,7 +2,7 @@ import {
2
2
  cargo_base_executor_untyped_default
3
3
  } from "../../../chunk-7AN4JMFC.mjs";
4
4
  import "../../../chunk-DGC5L3Z7.mjs";
5
- import "../../../chunk-5EK4H7VB.mjs";
5
+ import "../../../chunk-IPJSQ4JM.mjs";
6
6
 
7
7
  // src/executors/cargo-check/untyped.ts
8
8
  import { defineUntypedSchema } from "untyped";
@@ -9,7 +9,7 @@ import "../../../chunk-PYS5P7QE.mjs";
9
9
  import "../../../chunk-V44DYGWX.mjs";
10
10
  import "../../../chunk-M5Z57CUO.mjs";
11
11
  import "../../../chunk-U7JFVMCK.mjs";
12
- import "../../../chunk-5EK4H7VB.mjs";
12
+ import "../../../chunk-IPJSQ4JM.mjs";
13
13
  export {
14
14
  cargoClippyExecutor,
15
15
  executor_default as default
@@ -2,7 +2,7 @@ import {
2
2
  cargo_base_executor_untyped_default
3
3
  } from "../../../chunk-7AN4JMFC.mjs";
4
4
  import "../../../chunk-DGC5L3Z7.mjs";
5
- import "../../../chunk-5EK4H7VB.mjs";
5
+ import "../../../chunk-IPJSQ4JM.mjs";
6
6
 
7
7
  // src/executors/cargo-clippy/untyped.ts
8
8
  import { defineUntypedSchema } from "untyped";
@@ -9,7 +9,7 @@ import "../../../chunk-PYS5P7QE.mjs";
9
9
  import "../../../chunk-V44DYGWX.mjs";
10
10
  import "../../../chunk-M5Z57CUO.mjs";
11
11
  import "../../../chunk-U7JFVMCK.mjs";
12
- import "../../../chunk-5EK4H7VB.mjs";
12
+ import "../../../chunk-IPJSQ4JM.mjs";
13
13
  export {
14
14
  cargoDocExecutor,
15
15
  executor_default as default
@@ -2,7 +2,7 @@ import {
2
2
  cargo_base_executor_untyped_default
3
3
  } from "../../../chunk-7AN4JMFC.mjs";
4
4
  import "../../../chunk-DGC5L3Z7.mjs";
5
- import "../../../chunk-5EK4H7VB.mjs";
5
+ import "../../../chunk-IPJSQ4JM.mjs";
6
6
 
7
7
  // src/executors/cargo-doc/untyped.ts
8
8
  import { defineUntypedSchema } from "untyped";
@@ -9,7 +9,7 @@ import "../../../chunk-PYS5P7QE.mjs";
9
9
  import "../../../chunk-V44DYGWX.mjs";
10
10
  import "../../../chunk-M5Z57CUO.mjs";
11
11
  import "../../../chunk-U7JFVMCK.mjs";
12
- import "../../../chunk-5EK4H7VB.mjs";
12
+ import "../../../chunk-IPJSQ4JM.mjs";
13
13
  export {
14
14
  cargoFormatExecutor,
15
15
  executor_default as default
@@ -2,7 +2,7 @@ import {
2
2
  cargo_base_executor_untyped_default
3
3
  } from "../../../chunk-7AN4JMFC.mjs";
4
4
  import "../../../chunk-DGC5L3Z7.mjs";
5
- import "../../../chunk-5EK4H7VB.mjs";
5
+ import "../../../chunk-IPJSQ4JM.mjs";
6
6
 
7
7
  // src/executors/cargo-format/untyped.ts
8
8
  import { defineUntypedSchema } from "untyped";
@@ -4,7 +4,7 @@ import {
4
4
  } from "../../../chunk-7DLHAWLG.mjs";
5
5
  import "../../../chunk-SVIG7SR3.mjs";
6
6
  import "../../../chunk-V44DYGWX.mjs";
7
- import "../../../chunk-5EK4H7VB.mjs";
7
+ import "../../../chunk-IPJSQ4JM.mjs";
8
8
  export {
9
9
  runExecutor as default,
10
10
  getRegistryVersion
@@ -2,7 +2,7 @@ import {
2
2
  cargo_base_executor_untyped_default
3
3
  } from "../../../chunk-7AN4JMFC.mjs";
4
4
  import "../../../chunk-DGC5L3Z7.mjs";
5
- import "../../../chunk-5EK4H7VB.mjs";
5
+ import "../../../chunk-IPJSQ4JM.mjs";
6
6
 
7
7
  // src/executors/cargo-publish/untyped.ts
8
8
  import { defineUntypedSchema } from "untyped";
@@ -10,7 +10,7 @@ import "../../../chunk-M5Z57CUO.mjs";
10
10
  import {
11
11
  joinPaths
12
12
  } from "../../../chunk-U7JFVMCK.mjs";
13
- import "../../../chunk-5EK4H7VB.mjs";
13
+ import "../../../chunk-IPJSQ4JM.mjs";
14
14
 
15
15
  // src/executors/clean-package/executor.ts
16
16
  import { joinPathFragments } from "@nx/devkit";
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  base_executor_untyped_default
3
3
  } from "../../../chunk-DGC5L3Z7.mjs";
4
- import "../../../chunk-5EK4H7VB.mjs";
4
+ import "../../../chunk-IPJSQ4JM.mjs";
5
5
 
6
6
  // src/executors/clean-package/untyped.ts
7
7
  import { defineUntypedSchema } from "untyped";
@@ -1,14 +1,14 @@
1
1
  import {
2
2
  esbuildExecutorFn,
3
3
  executor_default
4
- } from "../../../chunk-CCMBHSV7.mjs";
4
+ } from "../../../chunk-ZWCD543A.mjs";
5
5
  import "../../../chunk-LVIDSVDC.mjs";
6
6
  import "../../../chunk-KYGWN2MB.mjs";
7
7
  import "../../../chunk-PYS5P7QE.mjs";
8
8
  import "../../../chunk-V44DYGWX.mjs";
9
9
  import "../../../chunk-M5Z57CUO.mjs";
10
10
  import "../../../chunk-U7JFVMCK.mjs";
11
- import "../../../chunk-5EK4H7VB.mjs";
11
+ import "../../../chunk-IPJSQ4JM.mjs";
12
12
  export {
13
13
  executor_default as default,
14
14
  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-5EK4H7VB.mjs";
5
+ import "../../../chunk-IPJSQ4JM.mjs";
6
6
 
7
7
  // src/executors/esbuild/untyped.ts
8
8
  import { defineUntypedSchema } from "untyped";
@@ -8,7 +8,7 @@ import "../../../chunk-SVIG7SR3.mjs";
8
8
  import "../../../chunk-F66XEAID.mjs";
9
9
  import "../../../chunk-V44DYGWX.mjs";
10
10
  import "../../../chunk-U7JFVMCK.mjs";
11
- import "../../../chunk-5EK4H7VB.mjs";
11
+ import "../../../chunk-IPJSQ4JM.mjs";
12
12
  export {
13
13
  LARGE_BUFFER,
14
14
  npmPublishExecutorFn as default
@@ -1,4 +1,4 @@
1
- import "../../../chunk-5EK4H7VB.mjs";
1
+ import "../../../chunk-IPJSQ4JM.mjs";
2
2
 
3
3
  // src/executors/npm-publish/untyped.ts
4
4
  import { defineUntypedSchema } from "untyped";
@@ -8,7 +8,7 @@ import "../../../chunk-PYS5P7QE.mjs";
8
8
  import "../../../chunk-V44DYGWX.mjs";
9
9
  import "../../../chunk-M5Z57CUO.mjs";
10
10
  import "../../../chunk-U7JFVMCK.mjs";
11
- import "../../../chunk-5EK4H7VB.mjs";
11
+ import "../../../chunk-IPJSQ4JM.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-5EK4H7VB.mjs";
4
+ import "../../../chunk-IPJSQ4JM.mjs";
5
5
 
6
6
  // src/executors/size-limit/untyped.ts
7
7
  import { defineUntypedSchema } from "untyped";
@@ -8,7 +8,7 @@ import "../../../chunk-PYS5P7QE.mjs";
8
8
  import "../../../chunk-V44DYGWX.mjs";
9
9
  import "../../../chunk-M5Z57CUO.mjs";
10
10
  import "../../../chunk-U7JFVMCK.mjs";
11
- import "../../../chunk-5EK4H7VB.mjs";
11
+ import "../../../chunk-IPJSQ4JM.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-5EK4H7VB.mjs";
4
+ import "../../../chunk-IPJSQ4JM.mjs";
5
5
 
6
6
  // src/executors/typia/untyped.ts
7
7
  import { defineUntypedSchema } from "untyped";
@@ -8,7 +8,7 @@ import "../../../chunk-PYS5P7QE.mjs";
8
8
  import "../../../chunk-V44DYGWX.mjs";
9
9
  import "../../../chunk-M5Z57CUO.mjs";
10
10
  import "../../../chunk-U7JFVMCK.mjs";
11
- import "../../../chunk-5EK4H7VB.mjs";
11
+ import "../../../chunk-IPJSQ4JM.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-5EK4H7VB.mjs";
5
+ import "../../../chunk-IPJSQ4JM.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-RMWG74QA.mjs";
4
+ } from "../../../chunk-BSFJWANS.mjs";
5
5
  import "../../../chunk-CNBBZVVG.mjs";
6
6
  import "../../../chunk-EK75QNMS.mjs";
7
7
  import "../../../chunk-F66XEAID.mjs";
@@ -11,7 +11,7 @@ import "../../../chunk-PYS5P7QE.mjs";
11
11
  import "../../../chunk-V44DYGWX.mjs";
12
12
  import "../../../chunk-M5Z57CUO.mjs";
13
13
  import "../../../chunk-U7JFVMCK.mjs";
14
- import "../../../chunk-5EK4H7VB.mjs";
14
+ import "../../../chunk-IPJSQ4JM.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-5EK4H7VB.mjs";
5
+ import "../../../chunk-IPJSQ4JM.mjs";
6
6
 
7
7
  // src/generators/browser-library/untyped.ts
8
8
  import { defineUntypedSchema } from "untyped";
@@ -8,7 +8,7 @@ import "../../../chunk-PYS5P7QE.mjs";
8
8
  import "../../../chunk-V44DYGWX.mjs";
9
9
  import "../../../chunk-M5Z57CUO.mjs";
10
10
  import "../../../chunk-U7JFVMCK.mjs";
11
- import "../../../chunk-5EK4H7VB.mjs";
11
+ import "../../../chunk-IPJSQ4JM.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-5EK4H7VB.mjs";
4
+ import "../../../chunk-IPJSQ4JM.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-5EK4H7VB.mjs";
5
+ import "../../../chunk-IPJSQ4JM.mjs";
6
6
  export {
7
7
  init_default as default,
8
8
  initGenerator
@@ -1,4 +1,4 @@
1
- import "../../../chunk-5EK4H7VB.mjs";
1
+ import "../../../chunk-IPJSQ4JM.mjs";
2
2
 
3
3
  // src/generators/init/untyped.ts
4
4
  import { defineUntypedSchema } from "untyped";