mastracode 0.9.2 → 0.9.3-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-LX45X3QZ.js → chunk-I3NQ2TM5.js} +3 -3
- package/dist/{chunk-LX45X3QZ.js.map → chunk-I3NQ2TM5.js.map} +1 -1
- package/dist/{chunk-FZQRK4G2.cjs → chunk-TLQOWGUH.cjs} +3 -3
- package/dist/{chunk-FZQRK4G2.cjs.map → chunk-TLQOWGUH.cjs.map} +1 -1
- 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 +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# mastracode
|
|
2
2
|
|
|
3
|
+
## 0.9.3-alpha.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [[`dc514a8`](https://github.com/mastra-ai/mastra/commit/dc514a83dba5f719172dddfd2c7b858e4943d067), [`d657856`](https://github.com/mastra-ai/mastra/commit/d6578561c104fecfeb3caa17dc07d1acbeeffff7)]:
|
|
8
|
+
- @mastra/core@1.16.1-alpha.0
|
|
9
|
+
- @mastra/memory@1.10.1-alpha.0
|
|
10
|
+
|
|
3
11
|
## 0.9.2
|
|
4
12
|
|
|
5
13
|
### Patch Changes
|
|
@@ -860,7 +860,7 @@ function getInstallCommand(pm, version) {
|
|
|
860
860
|
}
|
|
861
861
|
function getCurrentVersion() {
|
|
862
862
|
{
|
|
863
|
-
return "0.9.
|
|
863
|
+
return "0.9.3-alpha.0";
|
|
864
864
|
}
|
|
865
865
|
}
|
|
866
866
|
async function fetchLatestVersion() {
|
|
@@ -12162,5 +12162,5 @@ var LoginSelectorComponent = class extends Box {
|
|
|
12162
12162
|
};
|
|
12163
12163
|
|
|
12164
12164
|
export { AssistantMessageComponent, LoginDialogComponent, LoginSelectorComponent, MastraTUI, ModelSelectorComponent, OMProgressComponent, ToolExecutionComponentEnhanced, UserMessageComponent, createTUIState, detectTerminalTheme, formatOMStatus, getCurrentVersion };
|
|
12165
|
-
//# sourceMappingURL=chunk-
|
|
12166
|
-
//# sourceMappingURL=chunk-
|
|
12165
|
+
//# sourceMappingURL=chunk-I3NQ2TM5.js.map
|
|
12166
|
+
//# sourceMappingURL=chunk-I3NQ2TM5.js.map
|