mastracode 0.30.0 → 0.30.1-alpha.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 +12 -0
- package/dist/{chunk-4B7ZVBCX.js → chunk-PDKOA3U6.js} +3 -3
- package/dist/chunk-PDKOA3U6.js.map +1 -0
- package/dist/{chunk-ARTGQQXZ.cjs → chunk-RJGB6EMN.cjs} +4 -4
- package/dist/chunk-RJGB6EMN.cjs.map +1 -0
- 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 +11 -11
- package/dist/chunk-4B7ZVBCX.js.map +0 -1
- package/dist/chunk-ARTGQQXZ.cjs.map +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# mastracode
|
|
2
2
|
|
|
3
|
+
## 0.30.1-alpha.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [[`fe1bda0`](https://github.com/mastra-ai/mastra/commit/fe1bda06f6af92a694a51712db747cda1e7185f0)]:
|
|
8
|
+
- @mastra/core@1.50.2-alpha.0
|
|
9
|
+
- @mastra/client-js@1.31.2-alpha.0
|
|
10
|
+
- @mastra/react@1.2.5-alpha.0
|
|
11
|
+
- @mastra/playground-ui@40.0.2-alpha.0
|
|
12
|
+
- @mastra/server@1.50.2-alpha.0
|
|
13
|
+
- @mastra/hono@1.5.7-alpha.0
|
|
14
|
+
|
|
3
15
|
## 0.30.0
|
|
4
16
|
|
|
5
17
|
### Minor Changes
|
|
@@ -1178,7 +1178,7 @@ function getInstallCommand(pm, version) {
|
|
|
1178
1178
|
}
|
|
1179
1179
|
function getCurrentVersion() {
|
|
1180
1180
|
{
|
|
1181
|
-
return "0.30.0";
|
|
1181
|
+
return "0.30.1-alpha.0";
|
|
1182
1182
|
}
|
|
1183
1183
|
}
|
|
1184
1184
|
async function fetchLatestVersion() {
|
|
@@ -21858,5 +21858,5 @@ Would you like to update now?`;
|
|
|
21858
21858
|
};
|
|
21859
21859
|
|
|
21860
21860
|
export { AssistantMessageComponent, LoginDialogComponent, LoginSelectorComponent, MastraTUI, ModelSelectorComponent, OMProgressComponent, ToolExecutionComponentEnhanced, UserMessageComponent, createTUIState, detectTerminalTheme, formatOMStatus, getCurrentVersion };
|
|
21861
|
-
//# sourceMappingURL=chunk-
|
|
21862
|
-
//# sourceMappingURL=chunk-
|
|
21861
|
+
//# sourceMappingURL=chunk-PDKOA3U6.js.map
|
|
21862
|
+
//# sourceMappingURL=chunk-PDKOA3U6.js.map
|