@storm-software/workspace-tools 1.277.28 → 1.277.30

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 (59) hide show
  1. package/CHANGELOG.md +30 -0
  2. package/README.md +1 -1
  3. package/dist/chunk-36NLUQF5.mjs +41 -0
  4. package/dist/chunk-3CLZGETU.js +913 -0
  5. package/dist/chunk-3EGPC5BZ.mjs +32 -0
  6. package/dist/chunk-7LBU537S.mjs +253 -0
  7. package/dist/chunk-AWQW74DN.mjs +82 -0
  8. package/dist/chunk-B3D27MSZ.mjs +32 -0
  9. package/dist/chunk-CI2X75PQ.js +250 -0
  10. package/dist/chunk-EFVRHTH3.js +41 -0
  11. package/dist/chunk-L5J57I6V.js +32 -0
  12. package/dist/chunk-OECJG4M5.js +32 -0
  13. package/dist/chunk-ONVPEM3D.mjs +377 -0
  14. package/dist/chunk-QHAPAO2Z.js +377 -0
  15. package/dist/chunk-R7Q3ZOQ6.mjs +32 -0
  16. package/dist/chunk-RC3EGPJE.js +32 -0
  17. package/dist/chunk-RKKY5ZGW.mjs +31 -0
  18. package/dist/chunk-SXGMKPF6.js +31 -0
  19. package/dist/chunk-SY2PSJNN.mjs +913 -0
  20. package/dist/chunk-TD6Z3Z72.js +79 -0
  21. package/dist/executors.js +15 -15
  22. package/dist/executors.mjs +22 -22
  23. package/dist/generators.js +10 -10
  24. package/dist/generators.mjs +9 -9
  25. package/dist/index.js +48 -48
  26. package/dist/index.mjs +62 -62
  27. package/dist/src/base/index.js +8 -8
  28. package/dist/src/base/index.mjs +11 -11
  29. package/dist/src/executors/cargo-build/executor.js +3 -3
  30. package/dist/src/executors/cargo-build/executor.mjs +2 -2
  31. package/dist/src/executors/cargo-check/executor.js +3 -3
  32. package/dist/src/executors/cargo-check/executor.mjs +2 -2
  33. package/dist/src/executors/cargo-clippy/executor.js +3 -3
  34. package/dist/src/executors/cargo-clippy/executor.mjs +2 -2
  35. package/dist/src/executors/cargo-doc/executor.js +3 -3
  36. package/dist/src/executors/cargo-doc/executor.mjs +2 -2
  37. package/dist/src/executors/cargo-format/executor.js +3 -3
  38. package/dist/src/executors/cargo-format/executor.mjs +2 -2
  39. package/dist/src/executors/npm-publish/executor.js +1 -1
  40. package/dist/src/executors/npm-publish/executor.mjs +1 -1
  41. package/dist/src/generators/browser-library/generator.js +2 -2
  42. package/dist/src/generators/browser-library/generator.mjs +2 -2
  43. package/dist/src/generators/neutral-library/generator.js +2 -2
  44. package/dist/src/generators/neutral-library/generator.mjs +2 -2
  45. package/dist/src/generators/node-library/generator.js +4 -4
  46. package/dist/src/generators/node-library/generator.mjs +3 -3
  47. package/dist/src/generators/preset/generator.js +3 -3
  48. package/dist/src/generators/preset/generator.mjs +2 -2
  49. package/dist/src/generators/release-version/generator.js +3 -3
  50. package/dist/src/generators/release-version/generator.mjs +2 -2
  51. package/dist/src/plugins/rust/cargo-toml.js +3 -3
  52. package/dist/src/plugins/rust/cargo-toml.mjs +2 -2
  53. package/dist/src/plugins/rust/index.js +3 -3
  54. package/dist/src/plugins/rust/index.mjs +2 -2
  55. package/dist/src/utils/index.js +10 -10
  56. package/dist/src/utils/index.mjs +22 -22
  57. package/dist/src/utils/package-helpers.js +1 -1
  58. package/dist/src/utils/package-helpers.mjs +1 -1
  59. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -2,6 +2,36 @@
2
2
 
3
3
  # Changelog for Storm Ops - Workspace Tools
4
4
 
5
+ ## [1.277.29](https://github.com/storm-software/storm-ops/releases/tag/workspace-tools%401.277.29) (2025-07-31)
6
+
7
+ ### Miscellaneous
8
+
9
+ - **monorepo:** Update workspace package links
10
+ ([954dd55cb](https://github.com/storm-software/storm-ops/commit/954dd55cb))
11
+
12
+ ### Updated Dependencies
13
+
14
+ - Updated esbuild to 0.45.42
15
+ - Updated unbuild to 0.49.53
16
+
17
+ ## [1.277.28](https://github.com/storm-software/storm-ops/releases/tag/workspace-tools%401.277.28) (2025-07-31)
18
+
19
+ ### Bug Fixes
20
+
21
+ - **git-tools:** Resolve issue with incorrect log formatting
22
+ ([062583d84](https://github.com/storm-software/storm-ops/commit/062583d84))
23
+
24
+ ### Miscellaneous
25
+
26
+ - **monorepo:** Regenerate README markdown files
27
+ ([e5c02a04d](https://github.com/storm-software/storm-ops/commit/e5c02a04d))
28
+
29
+ ### Updated Dependencies
30
+
31
+ - Updated prettier to 0.51.54
32
+ - Updated esbuild to 0.45.41
33
+ - Updated unbuild to 0.49.52
34
+
5
35
  ## [1.277.27](https://github.com/storm-software/storm-ops/releases/tag/workspace-tools%401.277.27) (2025-07-31)
6
36
 
7
37
  ### Bug Fixes
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.277.26-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.277.28-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 -->
@@ -0,0 +1,41 @@
1
+ import {
2
+ withRunExecutor
3
+ } from "./chunk-V5564COA.mjs";
4
+ import {
5
+ buildCargoCommand,
6
+ cargoCommand
7
+ } from "./chunk-6LP3KKXE.mjs";
8
+
9
+ // src/executors/cargo-doc/executor.ts
10
+ async function cargoDocExecutor(options, context) {
11
+ const opts = { ...options };
12
+ opts["no-deps"] = opts.noDeps;
13
+ delete opts.noDeps;
14
+ const command = buildCargoCommand("doc", options, context);
15
+ return await cargoCommand(...command);
16
+ }
17
+ var executor_default = withRunExecutor(
18
+ "Cargo - Doc",
19
+ cargoDocExecutor,
20
+ {
21
+ skipReadingConfig: false,
22
+ hooks: {
23
+ applyDefaultOptions: (options) => {
24
+ options.outputPath ??= "dist/{projectRoot}/docs";
25
+ options.toolchain ??= "stable";
26
+ options.release ??= options.profile ? false : true;
27
+ options.allFeatures ??= true;
28
+ options.lib ??= true;
29
+ options.bins ??= true;
30
+ options.examples ??= true;
31
+ options.noDeps ??= false;
32
+ return options;
33
+ }
34
+ }
35
+ }
36
+ );
37
+
38
+ export {
39
+ cargoDocExecutor,
40
+ executor_default
41
+ };