@storm-software/workspace-tools 1.265.2 → 1.265.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (112) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/README.md +1 -1
  3. package/dist/{chunk-KTJM6G4K.mjs → chunk-2CXGKOZ6.mjs} +1 -1
  4. package/dist/{chunk-ZUYLHO4U.mjs → chunk-2FLWFF77.mjs} +1 -1
  5. package/dist/{chunk-YZLAY7R4.mjs → chunk-3JZIYQVE.mjs} +3 -3
  6. package/dist/{chunk-FR3YQN55.mjs → chunk-44ZYZKMX.mjs} +2 -2
  7. package/dist/{chunk-5CZXBNEE.mjs → chunk-4Q6PHTY4.mjs} +1 -1
  8. package/dist/{chunk-CD3W3HIC.mjs → chunk-5AHZZD5J.mjs} +3 -3
  9. package/dist/{chunk-VJJBBVYU.mjs → chunk-63YHUBTB.mjs} +3 -3
  10. package/dist/{chunk-KQMGKHXU.mjs → chunk-6EJZJ2CM.mjs} +4 -4
  11. package/dist/{chunk-3FTFBAIV.mjs → chunk-6FKQA2RD.mjs} +1 -1
  12. package/dist/{chunk-YBDZ7EWU.mjs → chunk-7EBI7UNO.mjs} +2 -2
  13. package/dist/{chunk-PHVGSPP3.mjs → chunk-BDL4HXCW.mjs} +4 -4
  14. package/dist/{chunk-IQQERPIV.mjs → chunk-DULEYWGQ.mjs} +3 -3
  15. package/dist/{chunk-UMFP6PYU.mjs → chunk-HJJQBLPE.mjs} +3 -3
  16. package/dist/{chunk-AWKIWCLR.mjs → chunk-HV2IA26N.mjs} +2 -2
  17. package/dist/{chunk-AVC6Y5IR.mjs → chunk-IMWV4UTQ.mjs} +2 -2
  18. package/dist/{chunk-AD4BVP7F.mjs → chunk-IWVTKZHB.mjs} +2 -2
  19. package/dist/{chunk-NODM27UV.mjs → chunk-J3GIYYNX.mjs} +3 -3
  20. package/dist/{chunk-XBRJIYCS.mjs → chunk-JJK6CBPN.mjs} +2 -2
  21. package/dist/{chunk-JIAGNEII.mjs → chunk-KEPMD5HG.mjs} +1 -1
  22. package/dist/{chunk-P7UUSOFW.mjs → chunk-KJHGZG7Z.mjs} +4 -4
  23. package/dist/{chunk-7ENGREV2.mjs → chunk-KUJS6ESX.mjs} +1 -1
  24. package/dist/{chunk-GGSDFI6U.mjs → chunk-LZDXRICA.mjs} +3 -3
  25. package/dist/{chunk-LZ4WXOF5.mjs → chunk-OUMQELYO.mjs} +3 -3
  26. package/dist/{chunk-7P2LGXFI.mjs → chunk-PRBD72QY.mjs} +4 -4
  27. package/dist/{chunk-CIHS3V6E.mjs → chunk-RFABPIJ3.mjs} +3 -3
  28. package/dist/{chunk-ZETTXDZO.mjs → chunk-RHG3FDFP.mjs} +1 -1
  29. package/dist/{chunk-VTRSAQHO.mjs → chunk-TMLFRH4N.mjs} +3 -3
  30. package/dist/{chunk-HED3LGKA.mjs → chunk-TUR5X2Q7.mjs} +5 -5
  31. package/dist/{chunk-3PWCELL5.mjs → chunk-U5R5FYNX.mjs} +2 -2
  32. package/dist/{chunk-FCGFBNCJ.mjs → chunk-ULRO7HCM.mjs} +3 -3
  33. package/dist/{chunk-6WOWZO7V.mjs → chunk-UOEMXTI2.mjs} +3 -3
  34. package/dist/{chunk-OLZK3IYT.mjs → chunk-UQEEPGEO.mjs} +4 -4
  35. package/dist/{chunk-MMPXE2KD.mjs → chunk-VBOKKAOD.mjs} +4 -4
  36. package/dist/{chunk-BMNXBEWE.mjs → chunk-VFGOMBR2.mjs} +3 -3
  37. package/dist/{chunk-4LIIIWIV.mjs → chunk-W3FTMIWS.mjs} +4 -4
  38. package/dist/{chunk-HUVBVDJ7.mjs → chunk-WQRDKC36.mjs} +1 -1
  39. package/dist/{chunk-ATIBREWM.mjs → chunk-XB3SJ7YU.mjs} +1 -1
  40. package/dist/{chunk-2BPV2XV2.mjs → chunk-Y4D6KHJP.mjs} +1 -1
  41. package/dist/{chunk-JWFYDYKI.mjs → chunk-YACFAWJM.mjs} +4 -4
  42. package/dist/{chunk-XDVGK64G.mjs → chunk-YD2NC5GN.mjs} +2 -2
  43. package/dist/executors.mjs +20 -20
  44. package/dist/generators.mjs +16 -16
  45. package/dist/index.mjs +38 -38
  46. package/dist/src/base/base-executor.mjs +6 -6
  47. package/dist/src/base/base-executor.untyped.mjs +1 -1
  48. package/dist/src/base/base-generator.mjs +6 -6
  49. package/dist/src/base/base-generator.untyped.mjs +1 -1
  50. package/dist/src/base/cargo-base-executor.untyped.mjs +1 -1
  51. package/dist/src/base/index.mjs +10 -10
  52. package/dist/src/base/typescript-build-executor.untyped.mjs +2 -2
  53. package/dist/src/base/typescript-library-generator.untyped.mjs +1 -1
  54. package/dist/src/executors/cargo-build/executor.mjs +8 -8
  55. package/dist/src/executors/cargo-build/untyped.mjs +1 -1
  56. package/dist/src/executors/cargo-check/executor.mjs +8 -8
  57. package/dist/src/executors/cargo-check/untyped.mjs +1 -1
  58. package/dist/src/executors/cargo-clippy/executor.mjs +8 -8
  59. package/dist/src/executors/cargo-clippy/untyped.mjs +1 -1
  60. package/dist/src/executors/cargo-doc/executor.mjs +8 -8
  61. package/dist/src/executors/cargo-doc/untyped.mjs +1 -1
  62. package/dist/src/executors/cargo-format/executor.mjs +8 -8
  63. package/dist/src/executors/cargo-format/untyped.mjs +1 -1
  64. package/dist/src/executors/cargo-publish/executor.mjs +3 -3
  65. package/dist/src/executors/cargo-publish/untyped.mjs +1 -1
  66. package/dist/src/executors/clean-package/executor.mjs +6 -6
  67. package/dist/src/executors/clean-package/untyped.mjs +1 -1
  68. package/dist/src/executors/esbuild/executor.mjs +7 -7
  69. package/dist/src/executors/esbuild/untyped.mjs +2 -2
  70. package/dist/src/executors/npm-publish/executor.mjs +4 -4
  71. package/dist/src/executors/npm-publish/untyped.mjs +1 -1
  72. package/dist/src/executors/size-limit/executor.mjs +7 -7
  73. package/dist/src/executors/size-limit/untyped.mjs +1 -1
  74. package/dist/src/executors/typia/executor.mjs +7 -7
  75. package/dist/src/executors/typia/untyped.mjs +1 -1
  76. package/dist/src/executors/unbuild/executor.mjs +7 -7
  77. package/dist/src/executors/unbuild/untyped.mjs +2 -2
  78. package/dist/src/generators/browser-library/generator.mjs +9 -9
  79. package/dist/src/generators/browser-library/untyped.mjs +1 -1
  80. package/dist/src/generators/config-schema/generator.mjs +7 -7
  81. package/dist/src/generators/config-schema/untyped.mjs +1 -1
  82. package/dist/src/generators/init/init.mjs +2 -2
  83. package/dist/src/generators/init/untyped.mjs +1 -1
  84. package/dist/src/generators/neutral-library/generator.mjs +9 -9
  85. package/dist/src/generators/neutral-library/untyped.mjs +1 -1
  86. package/dist/src/generators/node-library/generator.mjs +9 -9
  87. package/dist/src/generators/node-library/untyped.mjs +1 -1
  88. package/dist/src/generators/preset/generator.mjs +7 -7
  89. package/dist/src/generators/preset/untyped.mjs +1 -1
  90. package/dist/src/generators/release-version/generator.mjs +6 -6
  91. package/dist/src/generators/release-version/untyped.mjs +1 -1
  92. package/dist/src/plugins/rust/cargo-toml.mjs +4 -4
  93. package/dist/src/plugins/rust/index.mjs +4 -4
  94. package/dist/src/plugins/typescript/index.mjs +4 -4
  95. package/dist/src/plugins/typescript/project-config.mjs +4 -4
  96. package/dist/src/plugins/typescript/tsup.mjs +2 -2
  97. package/dist/src/plugins/typescript/untyped-schema.mjs +2 -2
  98. package/dist/src/types.mjs +1 -1
  99. package/dist/src/utils/apply-workspace-tokens.mjs +4 -4
  100. package/dist/src/utils/cargo.mjs +2 -2
  101. package/dist/src/utils/create-cli-options.mjs +2 -2
  102. package/dist/src/utils/get-project-configurations.mjs +4 -4
  103. package/dist/src/utils/index.mjs +14 -14
  104. package/dist/src/utils/lock-file.mjs +2 -2
  105. package/dist/src/utils/package-helpers.mjs +4 -4
  106. package/dist/src/utils/plugin-helpers.mjs +3 -3
  107. package/dist/src/utils/pnpm-deps-update.mjs +3 -3
  108. package/dist/src/utils/project-tags.mjs +2 -2
  109. package/dist/src/utils/toml.mjs +2 -2
  110. package/dist/src/utils/typia-transform.mjs +2 -2
  111. package/dist/src/utils/versions.mjs +1 -1
  112. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -2,6 +2,20 @@
2
2
 
3
3
  # Changelog for Storm Ops - Workspace Tools
4
4
 
5
+ ## [1.265.4](https://github.com/storm-software/storm-ops/releases/tag/workspace-tools%401.265.4) (2025-04-09)
6
+
7
+ ### Miscellaneous
8
+
9
+ - **monorepo:** Regenerate README markdown files
10
+ ([f46d0f03f](https://github.com/storm-software/storm-ops/commit/f46d0f03f))
11
+
12
+ ## [1.265.3](https://github.com/storm-software/storm-ops/releases/tag/workspace-tools%401.265.3) (2025-04-09)
13
+
14
+ ### Miscellaneous
15
+
16
+ - **monorepo:** Regenerate README markdown files
17
+ ([4ac223e59](https://github.com/storm-software/storm-ops/commit/4ac223e59))
18
+
5
19
  ## [1.265.2](https://github.com/storm-software/storm-ops/releases/tag/workspace-tools%401.265.2) (2025-04-09)
6
20
 
7
21
  ### 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.265.1-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.265.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 -->
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  __name
3
- } from "./chunk-2BPV2XV2.mjs";
3
+ } from "./chunk-Y4D6KHJP.mjs";
4
4
 
5
5
  // src/generators/init/init.ts
6
6
  import { addDependenciesToPackageJson, formatFiles } from "@nx/devkit";
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  __name
3
- } from "./chunk-2BPV2XV2.mjs";
3
+ } from "./chunk-Y4D6KHJP.mjs";
4
4
 
5
5
  // src/utils/create-cli-options.ts
6
6
  import { names } from "@nx/devkit";
@@ -4,13 +4,13 @@ import {
4
4
  import {
5
5
  ProjectTagConstants,
6
6
  addProjectTag
7
- } from "./chunk-HUVBVDJ7.mjs";
7
+ } from "./chunk-WQRDKC36.mjs";
8
8
  import {
9
9
  joinPaths
10
- } from "./chunk-ATIBREWM.mjs";
10
+ } from "./chunk-XB3SJ7YU.mjs";
11
11
  import {
12
12
  __name
13
- } from "./chunk-2BPV2XV2.mjs";
13
+ } from "./chunk-Y4D6KHJP.mjs";
14
14
 
15
15
  // src/base/typescript-library-generator.ts
16
16
  import { addDependenciesToPackageJson, addProjectConfiguration, ensurePackage, formatFiles, names, offsetFromRoot, readJson, updateJson, writeJson } from "@nx/devkit";
@@ -1,9 +1,9 @@
1
1
  import {
2
2
  correctPaths
3
- } from "./chunk-ATIBREWM.mjs";
3
+ } from "./chunk-XB3SJ7YU.mjs";
4
4
  import {
5
5
  __name
6
- } from "./chunk-2BPV2XV2.mjs";
6
+ } from "./chunk-Y4D6KHJP.mjs";
7
7
 
8
8
  // ../config-tools/src/utilities/find-up.ts
9
9
  import { existsSync } from "node:fs";
@@ -3,7 +3,7 @@ import {
3
3
  } from "./chunk-DGC5L3Z7.mjs";
4
4
  import {
5
5
  __name
6
- } from "./chunk-2BPV2XV2.mjs";
6
+ } from "./chunk-Y4D6KHJP.mjs";
7
7
 
8
8
  // src/base/typescript-build-executor.untyped.ts
9
9
  import { defineUntypedSchema } from "untyped";
@@ -1,12 +1,12 @@
1
1
  import {
2
2
  withRunExecutor
3
- } from "./chunk-7P2LGXFI.mjs";
3
+ } from "./chunk-PRBD72QY.mjs";
4
4
  import {
5
5
  writeInfo
6
- } from "./chunk-NODM27UV.mjs";
6
+ } from "./chunk-J3GIYYNX.mjs";
7
7
  import {
8
8
  __name
9
- } from "./chunk-2BPV2XV2.mjs";
9
+ } from "./chunk-Y4D6KHJP.mjs";
10
10
 
11
11
  // src/executors/size-limit/executor.ts
12
12
  import { joinPathFragments } from "@nx/devkit";
@@ -1,15 +1,15 @@
1
1
  import {
2
2
  cargoMetadata,
3
3
  isExternal
4
- } from "./chunk-JIAGNEII.mjs";
4
+ } from "./chunk-KEPMD5HG.mjs";
5
5
  import {
6
6
  ProjectTagConstants,
7
7
  addProjectTag,
8
8
  setDefaultProjectTags
9
- } from "./chunk-HUVBVDJ7.mjs";
9
+ } from "./chunk-WQRDKC36.mjs";
10
10
  import {
11
11
  __name
12
- } from "./chunk-2BPV2XV2.mjs";
12
+ } from "./chunk-Y4D6KHJP.mjs";
13
13
 
14
14
  // src/plugins/rust/cargo-toml.ts
15
15
  import { createNodesFromFiles, joinPathFragments, readJsonFile, workspaceRoot } from "@nx/devkit";
@@ -1,18 +1,18 @@
1
1
  import {
2
2
  withRunGenerator
3
- } from "./chunk-4LIIIWIV.mjs";
3
+ } from "./chunk-W3FTMIWS.mjs";
4
4
  import {
5
5
  stormWorkspaceConfigSchema,
6
6
  writeInfo,
7
7
  writeSuccess,
8
8
  writeTrace
9
- } from "./chunk-NODM27UV.mjs";
9
+ } from "./chunk-J3GIYYNX.mjs";
10
10
  import {
11
11
  findWorkspaceRoot
12
- } from "./chunk-FR3YQN55.mjs";
12
+ } from "./chunk-44ZYZKMX.mjs";
13
13
  import {
14
14
  __name
15
- } from "./chunk-2BPV2XV2.mjs";
15
+ } from "./chunk-Y4D6KHJP.mjs";
16
16
 
17
17
  // src/generators/config-schema/generator.ts
18
18
  import { formatFiles, writeJson } from "@nx/devkit";
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  __name
3
- } from "./chunk-2BPV2XV2.mjs";
3
+ } from "./chunk-Y4D6KHJP.mjs";
4
4
 
5
5
  // src/utils/lock-file.ts
6
6
  import { output, readJsonFile, workspaceRoot } from "@nx/devkit";
@@ -1,9 +1,9 @@
1
1
  import {
2
2
  findWorkspaceRoot
3
- } from "./chunk-FR3YQN55.mjs";
3
+ } from "./chunk-44ZYZKMX.mjs";
4
4
  import {
5
5
  __name
6
- } from "./chunk-2BPV2XV2.mjs";
6
+ } from "./chunk-Y4D6KHJP.mjs";
7
7
 
8
8
  // src/utils/get-project-configurations.ts
9
9
  import { retrieveProjectConfigurationsWithoutPluginInference } from "nx/src/project-graph/utils/retrieve-workspace-files";
@@ -1,17 +1,17 @@
1
1
  import {
2
2
  normalizeOptions,
3
3
  typeScriptLibraryGeneratorFn
4
- } from "./chunk-YZLAY7R4.mjs";
4
+ } from "./chunk-3JZIYQVE.mjs";
5
5
  import {
6
6
  withRunGenerator
7
- } from "./chunk-4LIIIWIV.mjs";
7
+ } from "./chunk-W3FTMIWS.mjs";
8
8
  import {
9
9
  joinPaths
10
- } from "./chunk-ATIBREWM.mjs";
10
+ } from "./chunk-XB3SJ7YU.mjs";
11
11
  import {
12
12
  __dirname,
13
13
  __name
14
- } from "./chunk-2BPV2XV2.mjs";
14
+ } from "./chunk-Y4D6KHJP.mjs";
15
15
 
16
16
  // src/generators/neutral-library/generator.ts
17
17
  import { formatFiles, generateFiles, names, offsetFromRoot } from "@nx/devkit";
@@ -1,13 +1,13 @@
1
1
  import {
2
2
  buildCargoCommand,
3
3
  cargoCommand
4
- } from "./chunk-JIAGNEII.mjs";
4
+ } from "./chunk-KEPMD5HG.mjs";
5
5
  import {
6
6
  withRunExecutor
7
- } from "./chunk-7P2LGXFI.mjs";
7
+ } from "./chunk-PRBD72QY.mjs";
8
8
  import {
9
9
  __name
10
- } from "./chunk-2BPV2XV2.mjs";
10
+ } from "./chunk-Y4D6KHJP.mjs";
11
11
 
12
12
  // src/executors/cargo-check/executor.ts
13
13
  async function cargoCheckExecutor(options, context) {
@@ -1,13 +1,13 @@
1
1
  import {
2
2
  buildCargoCommand,
3
3
  cargoCommand
4
- } from "./chunk-JIAGNEII.mjs";
4
+ } from "./chunk-KEPMD5HG.mjs";
5
5
  import {
6
6
  withRunExecutor
7
- } from "./chunk-7P2LGXFI.mjs";
7
+ } from "./chunk-PRBD72QY.mjs";
8
8
  import {
9
9
  __name
10
- } from "./chunk-2BPV2XV2.mjs";
10
+ } from "./chunk-Y4D6KHJP.mjs";
11
11
 
12
12
  // src/executors/cargo-format/executor.ts
13
13
  async function cargoFormatExecutor(options, context) {
@@ -1,9 +1,9 @@
1
1
  import {
2
2
  findWorkspaceRoot
3
- } from "./chunk-FR3YQN55.mjs";
3
+ } from "./chunk-44ZYZKMX.mjs";
4
4
  import {
5
5
  __name
6
- } from "./chunk-2BPV2XV2.mjs";
6
+ } from "./chunk-Y4D6KHJP.mjs";
7
7
 
8
8
  // ../config-tools/src/utilities/apply-workspace-tokens.ts
9
9
  var applyWorkspaceBaseTokens = /* @__PURE__ */ __name(async (option, tokenParams) => {
@@ -4,11 +4,11 @@ import {
4
4
  } from "./chunk-EK75QNMS.mjs";
5
5
  import {
6
6
  withRunGenerator
7
- } from "./chunk-4LIIIWIV.mjs";
7
+ } from "./chunk-W3FTMIWS.mjs";
8
8
  import {
9
9
  __dirname,
10
10
  __name
11
- } from "./chunk-2BPV2XV2.mjs";
11
+ } from "./chunk-Y4D6KHJP.mjs";
12
12
 
13
13
  // src/generators/preset/generator.ts
14
14
  import { addDependenciesToPackageJson, addProjectConfiguration, formatFiles, generateFiles, joinPathFragments, updateJson } from "@nx/devkit";
@@ -1,9 +1,9 @@
1
1
  import {
2
2
  joinPaths
3
- } from "./chunk-ATIBREWM.mjs";
3
+ } from "./chunk-XB3SJ7YU.mjs";
4
4
  import {
5
5
  __name
6
- } from "./chunk-2BPV2XV2.mjs";
6
+ } from "./chunk-Y4D6KHJP.mjs";
7
7
 
8
8
  // src/utils/pnpm-deps-update.ts
9
9
  import { existsSync } from "node:fs";
@@ -1,13 +1,13 @@
1
1
  import {
2
2
  findWorkspaceRoot
3
- } from "./chunk-FR3YQN55.mjs";
3
+ } from "./chunk-44ZYZKMX.mjs";
4
4
  import {
5
5
  correctPaths,
6
6
  joinPaths
7
- } from "./chunk-ATIBREWM.mjs";
7
+ } from "./chunk-XB3SJ7YU.mjs";
8
8
  import {
9
9
  __name
10
- } from "./chunk-2BPV2XV2.mjs";
10
+ } from "./chunk-Y4D6KHJP.mjs";
11
11
 
12
12
  // ../config/src/schema.ts
13
13
  import z from "zod";
@@ -1,10 +1,10 @@
1
1
  import {
2
2
  ProjectTagConstants,
3
3
  getProjectTag
4
- } from "./chunk-HUVBVDJ7.mjs";
4
+ } from "./chunk-WQRDKC36.mjs";
5
5
  import {
6
6
  __name
7
- } from "./chunk-2BPV2XV2.mjs";
7
+ } from "./chunk-Y4D6KHJP.mjs";
8
8
 
9
9
  // src/utils/plugin-helpers.ts
10
10
  import { readJsonFile } from "@nx/devkit";
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  __name
3
- } from "./chunk-2BPV2XV2.mjs";
3
+ } from "./chunk-Y4D6KHJP.mjs";
4
4
 
5
5
  // src/utils/cargo.ts
6
6
  import { joinPathFragments, workspaceRoot } from "@nx/devkit";
@@ -3,7 +3,7 @@ import {
3
3
  parseCargoToml,
4
4
  parseCargoTomlWithTree,
5
5
  stringifyCargoToml
6
- } from "./chunk-7ENGREV2.mjs";
6
+ } from "./chunk-KUJS6ESX.mjs";
7
7
  import {
8
8
  getConfig,
9
9
  getStopwatch,
@@ -13,13 +13,13 @@ import {
13
13
  writeInfo,
14
14
  writeSuccess,
15
15
  writeTrace
16
- } from "./chunk-NODM27UV.mjs";
16
+ } from "./chunk-J3GIYYNX.mjs";
17
17
  import {
18
18
  findWorkspaceRoot
19
- } from "./chunk-FR3YQN55.mjs";
19
+ } from "./chunk-44ZYZKMX.mjs";
20
20
  import {
21
21
  __name
22
- } from "./chunk-2BPV2XV2.mjs";
22
+ } from "./chunk-Y4D6KHJP.mjs";
23
23
 
24
24
  // src/generators/release-version/generator.ts
25
25
  import { formatFiles, joinPathFragments, output, readJson, updateJson, writeJson } from "@nx/devkit";
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  __name
3
- } from "./chunk-2BPV2XV2.mjs";
3
+ } from "./chunk-Y4D6KHJP.mjs";
4
4
 
5
5
  // src/utils/toml.ts
6
6
  import TOML from "@ltd/j-toml";
@@ -1,12 +1,12 @@
1
1
  import {
2
2
  withRunExecutor
3
- } from "./chunk-7P2LGXFI.mjs";
3
+ } from "./chunk-PRBD72QY.mjs";
4
4
  import {
5
5
  writeInfo
6
- } from "./chunk-NODM27UV.mjs";
6
+ } from "./chunk-J3GIYYNX.mjs";
7
7
  import {
8
8
  __name
9
- } from "./chunk-2BPV2XV2.mjs";
9
+ } from "./chunk-Y4D6KHJP.mjs";
10
10
 
11
11
  // src/executors/typia/executor.ts
12
12
  import { removeSync } from "fs-extra";
@@ -1,13 +1,13 @@
1
1
  import {
2
2
  ProjectTagConstants,
3
3
  isEqualProjectTag
4
- } from "./chunk-HUVBVDJ7.mjs";
4
+ } from "./chunk-WQRDKC36.mjs";
5
5
  import {
6
6
  parseCargoToml
7
- } from "./chunk-7ENGREV2.mjs";
7
+ } from "./chunk-KUJS6ESX.mjs";
8
8
  import {
9
9
  __name
10
- } from "./chunk-2BPV2XV2.mjs";
10
+ } from "./chunk-Y4D6KHJP.mjs";
11
11
 
12
12
  // src/utils/package-helpers.ts
13
13
  import { joinPathFragments, readJsonFile } from "@nx/devkit";
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  applyWorkspaceProjectTokens,
3
3
  applyWorkspaceTokens
4
- } from "./chunk-AWKIWCLR.mjs";
4
+ } from "./chunk-HV2IA26N.mjs";
5
5
  import {
6
6
  formatLogMessage,
7
7
  getConfig,
@@ -12,13 +12,13 @@ import {
12
12
  writeInfo,
13
13
  writeSuccess,
14
14
  writeTrace
15
- } from "./chunk-NODM27UV.mjs";
15
+ } from "./chunk-J3GIYYNX.mjs";
16
16
  import {
17
17
  findWorkspaceRoot
18
- } from "./chunk-FR3YQN55.mjs";
18
+ } from "./chunk-44ZYZKMX.mjs";
19
19
  import {
20
20
  __name
21
- } from "./chunk-2BPV2XV2.mjs";
21
+ } from "./chunk-Y4D6KHJP.mjs";
22
22
 
23
23
  // src/base/base-executor.ts
24
24
  import { defu } from "defu";
@@ -1,13 +1,13 @@
1
1
  import {
2
2
  buildCargoCommand,
3
3
  cargoCommand
4
- } from "./chunk-JIAGNEII.mjs";
4
+ } from "./chunk-KEPMD5HG.mjs";
5
5
  import {
6
6
  withRunExecutor
7
- } from "./chunk-7P2LGXFI.mjs";
7
+ } from "./chunk-PRBD72QY.mjs";
8
8
  import {
9
9
  __name
10
- } from "./chunk-2BPV2XV2.mjs";
10
+ } from "./chunk-Y4D6KHJP.mjs";
11
11
 
12
12
  // src/executors/cargo-doc/executor.ts
13
13
  async function cargoDocExecutor(options, context) {
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  __name
3
- } from "./chunk-2BPV2XV2.mjs";
3
+ } from "./chunk-Y4D6KHJP.mjs";
4
4
 
5
5
  // src/utils/typia-transform.ts
6
6
  import transform from "typia/lib/transform";
@@ -1,13 +1,13 @@
1
1
  import {
2
2
  buildCargoCommand,
3
3
  cargoCommand
4
- } from "./chunk-JIAGNEII.mjs";
4
+ } from "./chunk-KEPMD5HG.mjs";
5
5
  import {
6
6
  withRunExecutor
7
- } from "./chunk-7P2LGXFI.mjs";
7
+ } from "./chunk-PRBD72QY.mjs";
8
8
  import {
9
9
  __name
10
- } from "./chunk-2BPV2XV2.mjs";
10
+ } from "./chunk-Y4D6KHJP.mjs";
11
11
 
12
12
  // src/executors/cargo-build/executor.ts
13
13
  async function cargoBuildExecutor(options, context) {
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  withRunExecutor
3
- } from "./chunk-7P2LGXFI.mjs";
3
+ } from "./chunk-PRBD72QY.mjs";
4
4
  import {
5
5
  formatLogMessage,
6
6
  getConfig,
@@ -13,19 +13,19 @@ import {
13
13
  writeSuccess,
14
14
  writeTrace,
15
15
  writeWarning
16
- } from "./chunk-NODM27UV.mjs";
16
+ } from "./chunk-J3GIYYNX.mjs";
17
17
  import {
18
18
  findWorkspaceRoot
19
- } from "./chunk-FR3YQN55.mjs";
19
+ } from "./chunk-44ZYZKMX.mjs";
20
20
  import {
21
21
  correctPaths,
22
22
  joinPaths
23
- } from "./chunk-ATIBREWM.mjs";
23
+ } from "./chunk-XB3SJ7YU.mjs";
24
24
  import {
25
25
  __dirname,
26
26
  __name,
27
27
  __require
28
- } from "./chunk-2BPV2XV2.mjs";
28
+ } from "./chunk-Y4D6KHJP.mjs";
29
29
 
30
30
  // ../esbuild/src/build.ts
31
31
  import { createProjectGraphAsync, readProjectsConfigurationFromProjectGraph as readProjectsConfigurationFromProjectGraph2, writeJsonFile } from "@nx/devkit";
@@ -1,9 +1,9 @@
1
1
  import {
2
2
  parseCargoToml
3
- } from "./chunk-7ENGREV2.mjs";
3
+ } from "./chunk-KUJS6ESX.mjs";
4
4
  import {
5
5
  __name
6
- } from "./chunk-2BPV2XV2.mjs";
6
+ } from "./chunk-Y4D6KHJP.mjs";
7
7
 
8
8
  // src/executors/cargo-publish/executor.ts
9
9
  import { joinPathFragments } from "@nx/devkit";
@@ -1,13 +1,13 @@
1
1
  import {
2
2
  buildCargoCommand,
3
3
  cargoCommand
4
- } from "./chunk-JIAGNEII.mjs";
4
+ } from "./chunk-KEPMD5HG.mjs";
5
5
  import {
6
6
  withRunExecutor
7
- } from "./chunk-7P2LGXFI.mjs";
7
+ } from "./chunk-PRBD72QY.mjs";
8
8
  import {
9
9
  __name
10
- } from "./chunk-2BPV2XV2.mjs";
10
+ } from "./chunk-Y4D6KHJP.mjs";
11
11
 
12
12
  // src/executors/cargo-clippy/executor.ts
13
13
  async function cargoClippyExecutor(options, context) {
@@ -1,15 +1,15 @@
1
1
  import {
2
2
  getProjectPlatform
3
- } from "./chunk-XBRJIYCS.mjs";
3
+ } from "./chunk-JJK6CBPN.mjs";
4
4
  import {
5
5
  ProjectTagConstants,
6
6
  addProjectTag,
7
7
  isEqualProjectTag,
8
8
  setDefaultProjectTags
9
- } from "./chunk-HUVBVDJ7.mjs";
9
+ } from "./chunk-WQRDKC36.mjs";
10
10
  import {
11
11
  __name
12
- } from "./chunk-2BPV2XV2.mjs";
12
+ } from "./chunk-Y4D6KHJP.mjs";
13
13
 
14
14
  // src/plugins/typescript/project-config.ts
15
15
  import { createNodesFromFiles } from "@nx/devkit";
@@ -1,15 +1,15 @@
1
1
  import {
2
2
  withRunExecutor
3
- } from "./chunk-7P2LGXFI.mjs";
3
+ } from "./chunk-PRBD72QY.mjs";
4
4
  import {
5
5
  writeInfo
6
- } from "./chunk-NODM27UV.mjs";
6
+ } from "./chunk-J3GIYYNX.mjs";
7
7
  import {
8
8
  joinPaths
9
- } from "./chunk-ATIBREWM.mjs";
9
+ } from "./chunk-XB3SJ7YU.mjs";
10
10
  import {
11
11
  __name
12
- } from "./chunk-2BPV2XV2.mjs";
12
+ } from "./chunk-Y4D6KHJP.mjs";
13
13
 
14
14
  // src/executors/unbuild/executor.ts
15
15
  import { defu } from "defu";
@@ -1,17 +1,17 @@
1
1
  import {
2
2
  normalizeOptions,
3
3
  typeScriptLibraryGeneratorFn
4
- } from "./chunk-YZLAY7R4.mjs";
4
+ } from "./chunk-3JZIYQVE.mjs";
5
5
  import {
6
6
  withRunGenerator
7
- } from "./chunk-4LIIIWIV.mjs";
7
+ } from "./chunk-W3FTMIWS.mjs";
8
8
  import {
9
9
  joinPaths
10
- } from "./chunk-ATIBREWM.mjs";
10
+ } from "./chunk-XB3SJ7YU.mjs";
11
11
  import {
12
12
  __dirname,
13
13
  __name
14
- } from "./chunk-2BPV2XV2.mjs";
14
+ } from "./chunk-Y4D6KHJP.mjs";
15
15
 
16
16
  // src/generators/browser-library/generator.ts
17
17
  import { formatFiles, generateFiles, names, offsetFromRoot } from "@nx/devkit";
@@ -1,12 +1,12 @@
1
1
  import {
2
2
  pnpmCatalogUpdate
3
- } from "./chunk-AD4BVP7F.mjs";
3
+ } from "./chunk-IWVTKZHB.mjs";
4
4
  import {
5
5
  joinPaths
6
- } from "./chunk-ATIBREWM.mjs";
6
+ } from "./chunk-XB3SJ7YU.mjs";
7
7
  import {
8
8
  __name
9
- } from "./chunk-2BPV2XV2.mjs";
9
+ } from "./chunk-Y4D6KHJP.mjs";
10
10
 
11
11
  // src/executors/npm-publish/executor.ts
12
12
  import { execSync } from "node:child_process";
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  applyWorkspaceBaseTokens,
3
3
  applyWorkspaceTokens
4
- } from "./chunk-AWKIWCLR.mjs";
4
+ } from "./chunk-HV2IA26N.mjs";
5
5
  import {
6
6
  getConfig,
7
7
  getStopwatch,
@@ -11,13 +11,13 @@ import {
11
11
  writeInfo,
12
12
  writeSuccess,
13
13
  writeTrace
14
- } from "./chunk-NODM27UV.mjs";
14
+ } from "./chunk-J3GIYYNX.mjs";
15
15
  import {
16
16
  findWorkspaceRoot
17
- } from "./chunk-FR3YQN55.mjs";
17
+ } from "./chunk-44ZYZKMX.mjs";
18
18
  import {
19
19
  __name
20
- } from "./chunk-2BPV2XV2.mjs";
20
+ } from "./chunk-Y4D6KHJP.mjs";
21
21
 
22
22
  // src/base/base-generator.ts
23
23
  var withRunGenerator = /* @__PURE__ */ __name((name, generatorFn, generatorOptions = {
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  __name
3
- } from "./chunk-2BPV2XV2.mjs";
3
+ } from "./chunk-Y4D6KHJP.mjs";
4
4
 
5
5
  // src/utils/project-tags.ts
6
6
  var ProjectTagConstants = {
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  __name
3
- } from "./chunk-2BPV2XV2.mjs";
3
+ } from "./chunk-Y4D6KHJP.mjs";
4
4
 
5
5
  // ../config-tools/src/utilities/correct-paths.ts
6
6
  var _DRIVE_LETTER_START_RE = /^[A-Za-z]:\//;