mastracode 0.17.1 → 0.17.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 +14 -0
- package/dist/{chunk-CJC6AZZR.js → chunk-72NBS4TJ.js} +3 -3
- package/dist/{chunk-CJC6AZZR.js.map → chunk-72NBS4TJ.js.map} +1 -1
- package/dist/{chunk-RQXMIS2K.cjs → chunk-BX23DJ3N.cjs} +3 -3
- package/dist/{chunk-RQXMIS2K.cjs.map → chunk-BX23DJ3N.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 +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# mastracode
|
|
2
2
|
|
|
3
|
+
## 0.17.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [[`cc0469d`](https://github.com/mastra-ai/mastra/commit/cc0469d671d6f7a426013e4425f9501da6fa45f2)]:
|
|
8
|
+
- @mastra/core@1.32.1
|
|
9
|
+
|
|
10
|
+
## 0.17.2-alpha.0
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- Updated dependencies [[`cc0469d`](https://github.com/mastra-ai/mastra/commit/cc0469d671d6f7a426013e4425f9501da6fa45f2)]:
|
|
15
|
+
- @mastra/core@1.32.1-alpha.0
|
|
16
|
+
|
|
3
17
|
## 0.17.1
|
|
4
18
|
|
|
5
19
|
### Patch Changes
|
|
@@ -989,7 +989,7 @@ function getInstallCommand(pm, version) {
|
|
|
989
989
|
}
|
|
990
990
|
function getCurrentVersion() {
|
|
991
991
|
{
|
|
992
|
-
return "0.17.
|
|
992
|
+
return "0.17.2";
|
|
993
993
|
}
|
|
994
994
|
}
|
|
995
995
|
async function fetchLatestVersion() {
|
|
@@ -14515,5 +14515,5 @@ var LoginSelectorComponent = class extends Box {
|
|
|
14515
14515
|
};
|
|
14516
14516
|
|
|
14517
14517
|
export { AssistantMessageComponent, LoginDialogComponent, LoginSelectorComponent, MastraTUI, ModelSelectorComponent, OMProgressComponent, ToolExecutionComponentEnhanced, UserMessageComponent, createTUIState, detectTerminalTheme, formatOMStatus, getCurrentVersion };
|
|
14518
|
-
//# sourceMappingURL=chunk-
|
|
14519
|
-
//# sourceMappingURL=chunk-
|
|
14518
|
+
//# sourceMappingURL=chunk-72NBS4TJ.js.map
|
|
14519
|
+
//# sourceMappingURL=chunk-72NBS4TJ.js.map
|