@storm-software/workspace-tools 1.271.2 → 1.272.0
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.
- package/CHANGELOG.md +20 -0
- package/README.md +440 -61
- package/config/base.json +2 -4
- package/dist/{chunk-GQQLBQPQ.mjs → chunk-4K5FV2MH.mjs} +3 -3
- package/dist/{chunk-QFWQZOVG.mjs → chunk-6LP3KKXE.mjs} +1 -1
- package/dist/{chunk-AOFWKOAI.js → chunk-7CA3TDXD.js} +4 -4
- package/dist/{chunk-FOFNKU5G.js → chunk-7IYOBX35.js} +24 -17
- package/dist/{chunk-EU6N7QT3.js → chunk-7RVW57VK.js} +5 -5
- package/dist/{chunk-UIPUSUAB.js → chunk-C6YYTK6Q.js} +9 -5
- package/dist/{chunk-SNMXP6JV.mjs → chunk-EXYV2BKT.mjs} +3 -3
- package/dist/{chunk-BFD7HHVZ.mjs → chunk-EZPQKO5C.mjs} +3 -3
- package/dist/{chunk-23BZQTB2.mjs → chunk-GMG4M2RZ.mjs} +10 -6
- package/dist/{chunk-4S66IYQF.mjs → chunk-I2GT7ECM.mjs} +2 -2
- package/dist/{chunk-O6RRIC6I.js → chunk-KQBEYBS7.js} +4 -4
- package/dist/{chunk-4BECJRPP.js → chunk-LJDV7HFT.js} +1 -1
- package/dist/{chunk-M725BO42.mjs → chunk-PCVYQGOH.mjs} +2 -2
- package/dist/{chunk-TSYIV33W.js → chunk-WGDJV4SH.js} +5 -5
- package/dist/{chunk-4QRA66TH.mjs → chunk-X2L5HFRH.mjs} +18 -11
- package/dist/{chunk-22UY7NFX.js → chunk-X5VIC7HP.js} +5 -5
- package/dist/executors.js +7 -7
- package/dist/executors.mjs +6 -6
- package/dist/index.js +7 -7
- package/dist/index.mjs +6 -6
- package/dist/src/executors/cargo-build/executor.js +3 -3
- package/dist/src/executors/cargo-build/executor.mjs +2 -2
- package/dist/src/executors/cargo-check/executor.js +3 -3
- package/dist/src/executors/cargo-check/executor.mjs +2 -2
- package/dist/src/executors/cargo-clippy/executor.js +3 -3
- package/dist/src/executors/cargo-clippy/executor.mjs +2 -2
- package/dist/src/executors/cargo-doc/executor.js +3 -3
- package/dist/src/executors/cargo-doc/executor.mjs +2 -2
- package/dist/src/executors/cargo-format/executor.js +3 -3
- package/dist/src/executors/cargo-format/executor.mjs +2 -2
- package/dist/src/plugins/rust/cargo-toml.js +3 -3
- package/dist/src/plugins/rust/cargo-toml.mjs +2 -2
- package/dist/src/plugins/rust/index.js +3 -3
- package/dist/src/plugins/rust/index.mjs +2 -2
- package/dist/src/plugins/typescript/index.js +2 -2
- package/dist/src/plugins/typescript/index.mjs +1 -1
- package/dist/src/plugins/typescript/project-config.js +2 -2
- package/dist/src/plugins/typescript/project-config.mjs +1 -1
- package/dist/src/plugins/typescript/tsup.js +9 -3
- package/dist/src/plugins/typescript/tsup.mjs +9 -3
- package/dist/src/plugins/typescript/untyped-schema.d.mts +1 -2
- package/dist/src/plugins/typescript/untyped-schema.d.ts +1 -2
- package/dist/src/plugins/typescript/untyped-schema.js +10 -4
- package/dist/src/plugins/typescript/untyped-schema.mjs +10 -4
- package/dist/src/plugins/typescript/untyped-schema.ts +31 -25
- package/dist/src/utils/cargo.js +2 -2
- package/dist/src/utils/cargo.mjs +1 -1
- package/dist/src/utils/index.js +2 -2
- package/dist/src/utils/index.mjs +1 -1
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,26 @@
|
|
|
2
2
|
|
|
3
3
|
# Changelog for Storm Ops - Workspace Tools
|
|
4
4
|
|
|
5
|
+
## [1.272.0](https://github.com/storm-software/storm-ops/releases/tag/workspace-tools%401.272.0) (2025-05-06)
|
|
6
|
+
|
|
7
|
+
### Features
|
|
8
|
+
|
|
9
|
+
- **git-tools:** Update release version to use Nx package
|
|
10
|
+
([f31c02dec](https://github.com/storm-software/storm-ops/commit/f31c02dec))
|
|
11
|
+
|
|
12
|
+
### Miscellaneous
|
|
13
|
+
|
|
14
|
+
- **monorepo:** Regenerate README markdown files
|
|
15
|
+
([32a1809d1](https://github.com/storm-software/storm-ops/commit/32a1809d1))
|
|
16
|
+
|
|
17
|
+
### Updated Dependencies
|
|
18
|
+
|
|
19
|
+
- Updated prettier to 0.50.0
|
|
20
|
+
- Updated esbuild to 0.40.0
|
|
21
|
+
- Updated esbuild to 0.40.0
|
|
22
|
+
- Updated unbuild to 0.46.0
|
|
23
|
+
- Updated unbuild to 0.46.0
|
|
24
|
+
|
|
5
25
|
## [1.271.2](https://github.com/storm-software/storm-ops/releases/tag/workspace-tools%401.271.2) (2025-05-06)
|
|
6
26
|
|
|
7
27
|
### Miscellaneous
|