@storm-software/workspace-tools 1.271.2 → 1.272.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 (53) hide show
  1. package/CHANGELOG.md +35 -0
  2. package/README.md +440 -60
  3. package/config/base.json +2 -4
  4. package/dist/{chunk-GQQLBQPQ.mjs → chunk-4K5FV2MH.mjs} +3 -3
  5. package/dist/{chunk-QFWQZOVG.mjs → chunk-6LP3KKXE.mjs} +1 -1
  6. package/dist/{chunk-AOFWKOAI.js → chunk-7CA3TDXD.js} +4 -4
  7. package/dist/{chunk-FOFNKU5G.js → chunk-7IYOBX35.js} +24 -17
  8. package/dist/{chunk-EU6N7QT3.js → chunk-7RVW57VK.js} +5 -5
  9. package/dist/{chunk-UIPUSUAB.js → chunk-C6YYTK6Q.js} +9 -5
  10. package/dist/{chunk-SNMXP6JV.mjs → chunk-EXYV2BKT.mjs} +3 -3
  11. package/dist/{chunk-BFD7HHVZ.mjs → chunk-EZPQKO5C.mjs} +3 -3
  12. package/dist/{chunk-23BZQTB2.mjs → chunk-GMG4M2RZ.mjs} +10 -6
  13. package/dist/{chunk-4S66IYQF.mjs → chunk-I2GT7ECM.mjs} +2 -2
  14. package/dist/{chunk-O6RRIC6I.js → chunk-KQBEYBS7.js} +4 -4
  15. package/dist/{chunk-4BECJRPP.js → chunk-LJDV7HFT.js} +1 -1
  16. package/dist/{chunk-M725BO42.mjs → chunk-PCVYQGOH.mjs} +2 -2
  17. package/dist/{chunk-TSYIV33W.js → chunk-WGDJV4SH.js} +5 -5
  18. package/dist/{chunk-4QRA66TH.mjs → chunk-X2L5HFRH.mjs} +18 -11
  19. package/dist/{chunk-22UY7NFX.js → chunk-X5VIC7HP.js} +5 -5
  20. package/dist/executors.js +7 -7
  21. package/dist/executors.mjs +6 -6
  22. package/dist/index.js +7 -7
  23. package/dist/index.mjs +6 -6
  24. package/dist/src/executors/cargo-build/executor.js +3 -3
  25. package/dist/src/executors/cargo-build/executor.mjs +2 -2
  26. package/dist/src/executors/cargo-check/executor.js +3 -3
  27. package/dist/src/executors/cargo-check/executor.mjs +2 -2
  28. package/dist/src/executors/cargo-clippy/executor.js +3 -3
  29. package/dist/src/executors/cargo-clippy/executor.mjs +2 -2
  30. package/dist/src/executors/cargo-doc/executor.js +3 -3
  31. package/dist/src/executors/cargo-doc/executor.mjs +2 -2
  32. package/dist/src/executors/cargo-format/executor.js +3 -3
  33. package/dist/src/executors/cargo-format/executor.mjs +2 -2
  34. package/dist/src/plugins/rust/cargo-toml.js +3 -3
  35. package/dist/src/plugins/rust/cargo-toml.mjs +2 -2
  36. package/dist/src/plugins/rust/index.js +3 -3
  37. package/dist/src/plugins/rust/index.mjs +2 -2
  38. package/dist/src/plugins/typescript/index.js +2 -2
  39. package/dist/src/plugins/typescript/index.mjs +1 -1
  40. package/dist/src/plugins/typescript/project-config.js +2 -2
  41. package/dist/src/plugins/typescript/project-config.mjs +1 -1
  42. package/dist/src/plugins/typescript/tsup.js +9 -3
  43. package/dist/src/plugins/typescript/tsup.mjs +9 -3
  44. package/dist/src/plugins/typescript/untyped-schema.d.mts +1 -2
  45. package/dist/src/plugins/typescript/untyped-schema.d.ts +1 -2
  46. package/dist/src/plugins/typescript/untyped-schema.js +10 -4
  47. package/dist/src/plugins/typescript/untyped-schema.mjs +10 -4
  48. package/dist/src/plugins/typescript/untyped-schema.ts +31 -25
  49. package/dist/src/utils/cargo.js +2 -2
  50. package/dist/src/utils/cargo.mjs +1 -1
  51. package/dist/src/utils/index.js +2 -2
  52. package/dist/src/utils/index.mjs +1 -1
  53. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -2,6 +2,41 @@
2
2
 
3
3
  # Changelog for Storm Ops - Workspace Tools
4
4
 
5
+ ## [1.272.1](https://github.com/storm-software/storm-ops/releases/tag/workspace-tools%401.272.1) (2025-05-07)
6
+
7
+ ### Bug Fixes
8
+
9
+ - **git-tools:** Update the default configuration to set `useLegacyVersioning`
10
+ to true
11
+
12
+ ### Updated Dependencies
13
+
14
+ - Updated prettier to 0.50.1
15
+ - Updated esbuild to 0.40.1
16
+ - Updated esbuild to 0.40.1
17
+ - Updated unbuild to 0.46.1
18
+ - Updated unbuild to 0.46.1
19
+
20
+ ## [1.272.0](https://github.com/storm-software/storm-ops/releases/tag/workspace-tools%401.272.0) (2025-05-06)
21
+
22
+ ### Features
23
+
24
+ - **git-tools:** Update release version to use Nx package
25
+ ([f31c02dec](https://github.com/storm-software/storm-ops/commit/f31c02dec))
26
+
27
+ ### Miscellaneous
28
+
29
+ - **monorepo:** Regenerate README markdown files
30
+ ([32a1809d1](https://github.com/storm-software/storm-ops/commit/32a1809d1))
31
+
32
+ ### Updated Dependencies
33
+
34
+ - Updated prettier to 0.50.0
35
+ - Updated esbuild to 0.40.0
36
+ - Updated esbuild to 0.40.0
37
+ - Updated unbuild to 0.46.0
38
+ - Updated unbuild to 0.46.0
39
+
5
40
  ## [1.271.2](https://github.com/storm-software/storm-ops/releases/tag/workspace-tools%401.271.2) (2025-05-06)
6
41
 
7
42
  ### Miscellaneous