mastracode 0.22.3-alpha.1 → 0.22.3-alpha.2
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-CD6DZEX6.js → chunk-HW7OKY3W.js} +3 -3
- package/dist/{chunk-CD6DZEX6.js.map → chunk-HW7OKY3W.js.map} +1 -1
- package/dist/{chunk-AXKWCXEW.cjs → chunk-RNVU5HMA.cjs} +3 -3
- package/dist/{chunk-AXKWCXEW.cjs.map → chunk-RNVU5HMA.cjs.map} +1 -1
- 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 +9 -9
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# mastracode
|
|
2
2
|
|
|
3
|
+
## 0.22.3-alpha.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [[`014e00f`](https://github.com/mastra-ai/mastra/commit/014e00f2b3a597a016b72f9901c6ab27d491f822)]:
|
|
8
|
+
- @mastra/core@1.42.0-alpha.2
|
|
9
|
+
|
|
3
10
|
## 0.22.3-alpha.1
|
|
4
11
|
|
|
5
12
|
### Patch Changes
|
|
@@ -1174,7 +1174,7 @@ function getInstallCommand(pm, version) {
|
|
|
1174
1174
|
}
|
|
1175
1175
|
function getCurrentVersion() {
|
|
1176
1176
|
{
|
|
1177
|
-
return "0.22.3-alpha.
|
|
1177
|
+
return "0.22.3-alpha.2";
|
|
1178
1178
|
}
|
|
1179
1179
|
}
|
|
1180
1180
|
async function fetchLatestVersion() {
|
|
@@ -19371,5 +19371,5 @@ Would you like to update now?`;
|
|
|
19371
19371
|
};
|
|
19372
19372
|
|
|
19373
19373
|
export { AssistantMessageComponent, LoginDialogComponent, LoginSelectorComponent, MastraTUI, ModelSelectorComponent, OMProgressComponent, ToolExecutionComponentEnhanced, UserMessageComponent, createTUIState, detectTerminalTheme, formatOMStatus, getCurrentVersion };
|
|
19374
|
-
//# sourceMappingURL=chunk-
|
|
19375
|
-
//# sourceMappingURL=chunk-
|
|
19374
|
+
//# sourceMappingURL=chunk-HW7OKY3W.js.map
|
|
19375
|
+
//# sourceMappingURL=chunk-HW7OKY3W.js.map
|