mastracode 0.22.1 → 0.22.2-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-AG4CK4AA.cjs → chunk-DS5OW7P2.cjs} +3 -3
- package/dist/chunk-DS5OW7P2.cjs.map +1 -0
- package/dist/{chunk-G6T5S552.js → chunk-KEEC6KZP.js} +3 -3
- package/dist/chunk-KEEC6KZP.js.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 +5 -5
- package/dist/chunk-AG4CK4AA.cjs.map +0 -1
- package/dist/chunk-G6T5S552.js.map +0 -1
|
@@ -1173,7 +1173,7 @@ function getInstallCommand(pm, version) {
|
|
|
1173
1173
|
}
|
|
1174
1174
|
function getCurrentVersion() {
|
|
1175
1175
|
{
|
|
1176
|
-
return "0.22.
|
|
1176
|
+
return "0.22.2-alpha.0";
|
|
1177
1177
|
}
|
|
1178
1178
|
}
|
|
1179
1179
|
async function fetchLatestVersion() {
|
|
@@ -19366,5 +19366,5 @@ Would you like to update now?`;
|
|
|
19366
19366
|
};
|
|
19367
19367
|
|
|
19368
19368
|
export { AssistantMessageComponent, LoginDialogComponent, LoginSelectorComponent, MastraTUI, ModelSelectorComponent, OMProgressComponent, ToolExecutionComponentEnhanced, UserMessageComponent, createTUIState, detectTerminalTheme, formatOMStatus, getCurrentVersion };
|
|
19369
|
-
//# sourceMappingURL=chunk-
|
|
19370
|
-
//# sourceMappingURL=chunk-
|
|
19369
|
+
//# sourceMappingURL=chunk-KEEC6KZP.js.map
|
|
19370
|
+
//# sourceMappingURL=chunk-KEEC6KZP.js.map
|