mastracode 0.10.2 → 0.10.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 +7 -0
- package/dist/{chunk-XCYBB7AE.js → chunk-2VRZ5GX2.js} +3 -3
- package/dist/chunk-2VRZ5GX2.js.map +1 -0
- package/dist/{chunk-ZAG35CD2.cjs → chunk-FTTKPDDK.cjs} +3 -3
- package/dist/chunk-FTTKPDDK.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 +4 -4
- package/dist/chunk-XCYBB7AE.js.map +0 -1
- package/dist/chunk-ZAG35CD2.cjs.map +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -877,7 +877,7 @@ function getInstallCommand(pm, version) {
|
|
|
877
877
|
}
|
|
878
878
|
function getCurrentVersion() {
|
|
879
879
|
{
|
|
880
|
-
return "0.10.
|
|
880
|
+
return "0.10.3-alpha.0";
|
|
881
881
|
}
|
|
882
882
|
}
|
|
883
883
|
async function fetchLatestVersion() {
|
|
@@ -12617,5 +12617,5 @@ var LoginSelectorComponent = class extends Box {
|
|
|
12617
12617
|
};
|
|
12618
12618
|
|
|
12619
12619
|
export { AssistantMessageComponent, LoginDialogComponent, LoginSelectorComponent, MastraTUI, ModelSelectorComponent, OMProgressComponent, ToolExecutionComponentEnhanced, UserMessageComponent, createTUIState, detectTerminalTheme, formatOMStatus, getCurrentVersion };
|
|
12620
|
-
//# sourceMappingURL=chunk-
|
|
12621
|
-
//# sourceMappingURL=chunk-
|
|
12620
|
+
//# sourceMappingURL=chunk-2VRZ5GX2.js.map
|
|
12621
|
+
//# sourceMappingURL=chunk-2VRZ5GX2.js.map
|