mastracode 0.19.0 → 0.19.1-alpha.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.
- package/CHANGELOG.md +15 -0
- package/dist/{chunk-YFT4WKZI.js → chunk-VPJSRD5K.js} +3 -3
- package/dist/chunk-VPJSRD5K.js.map +1 -0
- package/dist/{chunk-AHSLZPEZ.cjs → chunk-YV7U4TZW.cjs} +3 -3
- package/dist/chunk-YV7U4TZW.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 +7 -7
- package/dist/chunk-AHSLZPEZ.cjs.map +0 -1
- package/dist/chunk-YFT4WKZI.js.map +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# mastracode
|
|
2
2
|
|
|
3
|
+
## 0.19.1-alpha.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [[`bad08e9`](https://github.com/mastra-ai/mastra/commit/bad08e99c5291884c3ac76743c78c74f53a302c2), [`3d42730`](https://github.com/mastra-ai/mastra/commit/3d42730bed209f3ea4088be10013df6fa91fe757)]:
|
|
8
|
+
- @mastra/core@1.35.0-alpha.1
|
|
9
|
+
- @mastra/memory@1.18.2-alpha.0
|
|
10
|
+
|
|
11
|
+
## 0.19.1-alpha.0
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- Updated dependencies [[`b661349`](https://github.com/mastra-ai/mastra/commit/b661349281514691db78941a9044e6e4f1cde7a7)]:
|
|
16
|
+
- @mastra/core@1.34.1-alpha.0
|
|
17
|
+
|
|
3
18
|
## 0.19.0
|
|
4
19
|
|
|
5
20
|
### Minor Changes
|
|
@@ -997,7 +997,7 @@ function getInstallCommand(pm, version) {
|
|
|
997
997
|
}
|
|
998
998
|
function getCurrentVersion() {
|
|
999
999
|
{
|
|
1000
|
-
return "0.19.
|
|
1000
|
+
return "0.19.1-alpha.1";
|
|
1001
1001
|
}
|
|
1002
1002
|
}
|
|
1003
1003
|
async function fetchLatestVersion() {
|
|
@@ -15544,5 +15544,5 @@ Would you like to update now?`;
|
|
|
15544
15544
|
};
|
|
15545
15545
|
|
|
15546
15546
|
export { AssistantMessageComponent, LoginDialogComponent, LoginSelectorComponent, MastraTUI, ModelSelectorComponent, OMProgressComponent, ToolExecutionComponentEnhanced, UserMessageComponent, createTUIState, detectTerminalTheme, formatOMStatus, getCurrentVersion };
|
|
15547
|
-
//# sourceMappingURL=chunk-
|
|
15548
|
-
//# sourceMappingURL=chunk-
|
|
15547
|
+
//# sourceMappingURL=chunk-VPJSRD5K.js.map
|
|
15548
|
+
//# sourceMappingURL=chunk-VPJSRD5K.js.map
|