mastracode 0.13.0 → 0.13.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 +8 -0
- package/dist/{chunk-4JXZP4VH.js → chunk-6DHYQPSQ.js} +3 -3
- package/dist/chunk-6DHYQPSQ.js.map +1 -0
- package/dist/{chunk-ROIN6GEL.cjs → chunk-GQ3YIALD.cjs} +3 -3
- package/dist/chunk-GQ3YIALD.cjs.map +1 -0
- package/dist/cli.cjs +4 -4
- package/dist/cli.js +1 -1
- package/dist/tui.cjs +11 -11
- package/dist/tui.js +1 -1
- package/package.json +8 -8
- package/dist/chunk-4JXZP4VH.js.map +0 -1
- package/dist/chunk-ROIN6GEL.cjs.map +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# mastracode
|
|
2
2
|
|
|
3
|
+
## 0.13.1-alpha.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [[`87df955`](https://github.com/mastra-ai/mastra/commit/87df955c028660c075873fd5d74af28233ce32eb), [`075e91a`](https://github.com/mastra-ai/mastra/commit/075e91a4549baf46ad7a42a6a8ac8dfa78cc09e6)]:
|
|
8
|
+
- @mastra/core@1.24.2-alpha.0
|
|
9
|
+
- @mastra/memory@1.15.1-alpha.0
|
|
10
|
+
|
|
3
11
|
## 0.13.0
|
|
4
12
|
|
|
5
13
|
### Minor Changes
|
|
@@ -878,7 +878,7 @@ function getInstallCommand(pm, version) {
|
|
|
878
878
|
}
|
|
879
879
|
function getCurrentVersion() {
|
|
880
880
|
{
|
|
881
|
-
return "0.13.0";
|
|
881
|
+
return "0.13.1-alpha.0";
|
|
882
882
|
}
|
|
883
883
|
}
|
|
884
884
|
async function fetchLatestVersion() {
|
|
@@ -13133,5 +13133,5 @@ var LoginSelectorComponent = class extends Box {
|
|
|
13133
13133
|
};
|
|
13134
13134
|
|
|
13135
13135
|
export { AssistantMessageComponent, LoginDialogComponent, LoginSelectorComponent, MastraTUI, ModelSelectorComponent, OMProgressComponent, ToolExecutionComponentEnhanced, UserMessageComponent, createTUIState, detectTerminalTheme, formatOMStatus, getCurrentVersion };
|
|
13136
|
-
//# sourceMappingURL=chunk-
|
|
13137
|
-
//# sourceMappingURL=chunk-
|
|
13136
|
+
//# sourceMappingURL=chunk-6DHYQPSQ.js.map
|
|
13137
|
+
//# sourceMappingURL=chunk-6DHYQPSQ.js.map
|