mastracode 0.21.2-alpha.3 → 0.21.2-alpha.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.
- package/CHANGELOG.md +7 -0
- package/dist/{chunk-NSW6VKHO.cjs → chunk-HQQAEUJG.cjs} +3 -3
- package/dist/{chunk-NSW6VKHO.cjs.map → chunk-HQQAEUJG.cjs.map} +1 -1
- package/dist/{chunk-QHK24KWZ.js → chunk-U3WP3AYZ.js} +3 -3
- package/dist/{chunk-QHK24KWZ.js.map → chunk-U3WP3AYZ.js.map} +1 -1
- package/dist/cli.cjs +5 -5
- package/dist/cli.js +1 -1
- package/dist/tui.cjs +11 -11
- package/dist/tui.js +1 -1
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# mastracode
|
|
2
2
|
|
|
3
|
+
## 0.21.2-alpha.4
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [[`50ed00c`](https://github.com/mastra-ai/mastra/commit/50ed00caa914a85969b33de83f26b48e328ef641), [`9283971`](https://github.com/mastra-ai/mastra/commit/928397157009b4aef4d5fdf3a0a273cb371beb55), [`0bf2d93`](https://github.com/mastra-ai/mastra/commit/0bf2d932d20e2936f2d9abb8c0a86e24fbc97ec6), [`94dfef6`](https://github.com/mastra-ai/mastra/commit/94dfef6e2bf19a88467ea3940afcbce88a433f0f), [`a122f79`](https://github.com/mastra-ai/mastra/commit/a122f79427ae225ec79c7b2ed46278da48d04b17), [`4c02027`](https://github.com/mastra-ai/mastra/commit/4c020277235eaa6b1dc957c90ad0639eef213992), [`6855012`](https://github.com/mastra-ai/mastra/commit/685501247cc4717506f3e89beed03509d63a5370), [`7fef31c`](https://github.com/mastra-ai/mastra/commit/7fef31c0d2a6d362a43a647a8a4f6ab893758a23), [`7fef31c`](https://github.com/mastra-ai/mastra/commit/7fef31c0d2a6d362a43a647a8a4f6ab893758a23)]:
|
|
8
|
+
- @mastra/core@1.38.0-alpha.4
|
|
9
|
+
|
|
3
10
|
## 0.21.2-alpha.3
|
|
4
11
|
|
|
5
12
|
### Patch Changes
|
|
@@ -1195,7 +1195,7 @@ function getInstallCommand(pm, version) {
|
|
|
1195
1195
|
}
|
|
1196
1196
|
function getCurrentVersion() {
|
|
1197
1197
|
{
|
|
1198
|
-
return "0.21.2-alpha.
|
|
1198
|
+
return "0.21.2-alpha.4";
|
|
1199
1199
|
}
|
|
1200
1200
|
}
|
|
1201
1201
|
async function fetchLatestVersion() {
|
|
@@ -18606,5 +18606,5 @@ exports.createTUIState = createTUIState;
|
|
|
18606
18606
|
exports.detectTerminalTheme = detectTerminalTheme;
|
|
18607
18607
|
exports.formatOMStatus = formatOMStatus;
|
|
18608
18608
|
exports.getCurrentVersion = getCurrentVersion;
|
|
18609
|
-
//# sourceMappingURL=chunk-
|
|
18610
|
-
//# sourceMappingURL=chunk-
|
|
18609
|
+
//# sourceMappingURL=chunk-HQQAEUJG.cjs.map
|
|
18610
|
+
//# sourceMappingURL=chunk-HQQAEUJG.cjs.map
|