mastracode 0.22.3-alpha.4 → 0.22.3
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 +106 -0
- package/dist/{chunk-A2PKCLK4.cjs → chunk-DJEQBK7L.cjs} +3 -3
- package/dist/chunk-DJEQBK7L.cjs.map +1 -0
- package/dist/{chunk-UQUST7JD.js → chunk-OXYE6SUY.js} +3 -3
- package/dist/chunk-OXYE6SUY.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 +13 -13
- package/dist/chunk-A2PKCLK4.cjs.map +0 -1
- package/dist/chunk-UQUST7JD.js.map +0 -1
|
@@ -1175,7 +1175,7 @@ function getInstallCommand(pm, version) {
|
|
|
1175
1175
|
}
|
|
1176
1176
|
function getCurrentVersion() {
|
|
1177
1177
|
{
|
|
1178
|
-
return "0.22.3
|
|
1178
|
+
return "0.22.3";
|
|
1179
1179
|
}
|
|
1180
1180
|
}
|
|
1181
1181
|
async function fetchLatestVersion() {
|
|
@@ -19391,5 +19391,5 @@ Would you like to update now?`;
|
|
|
19391
19391
|
};
|
|
19392
19392
|
|
|
19393
19393
|
export { AssistantMessageComponent, LoginDialogComponent, LoginSelectorComponent, MastraTUI, ModelSelectorComponent, OMProgressComponent, ToolExecutionComponentEnhanced, UserMessageComponent, createTUIState, detectTerminalTheme, formatOMStatus, getCurrentVersion };
|
|
19394
|
-
//# sourceMappingURL=chunk-
|
|
19395
|
-
//# sourceMappingURL=chunk-
|
|
19394
|
+
//# sourceMappingURL=chunk-OXYE6SUY.js.map
|
|
19395
|
+
//# sourceMappingURL=chunk-OXYE6SUY.js.map
|