mastracode 0.10.0 → 0.10.1-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 +8 -0
- package/dist/{chunk-VMNOA3SG.js → chunk-EVZW4IPX.js} +3 -3
- package/dist/chunk-EVZW4IPX.js.map +1 -0
- package/dist/{chunk-HD53NH6B.cjs → chunk-TZPOILOB.cjs} +3 -3
- package/dist/{chunk-VMNOA3SG.js.map → chunk-TZPOILOB.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 +5 -5
- package/dist/chunk-HD53NH6B.cjs.map +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# mastracode
|
|
2
2
|
|
|
3
|
+
## 0.10.1-alpha.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [[`180aaaf`](https://github.com/mastra-ai/mastra/commit/180aaaf4d0903d33a49bc72de2d40ca69a5bc599), [`25bbff6`](https://github.com/mastra-ai/mastra/commit/25bbff67dadc01d5a18095574421f6266f610b17)]:
|
|
8
|
+
- @mastra/core@1.18.1-alpha.0
|
|
9
|
+
- @mastra/memory@1.11.1-alpha.0
|
|
10
|
+
|
|
3
11
|
## 0.10.0
|
|
4
12
|
|
|
5
13
|
### Minor Changes
|
|
@@ -876,7 +876,7 @@ function getInstallCommand(pm, version) {
|
|
|
876
876
|
}
|
|
877
877
|
function getCurrentVersion() {
|
|
878
878
|
{
|
|
879
|
-
return "0.10.0";
|
|
879
|
+
return "0.10.1-alpha.0";
|
|
880
880
|
}
|
|
881
881
|
}
|
|
882
882
|
async function fetchLatestVersion() {
|
|
@@ -12606,5 +12606,5 @@ var LoginSelectorComponent = class extends Box {
|
|
|
12606
12606
|
};
|
|
12607
12607
|
|
|
12608
12608
|
export { AssistantMessageComponent, LoginDialogComponent, LoginSelectorComponent, MastraTUI, ModelSelectorComponent, OMProgressComponent, ToolExecutionComponentEnhanced, UserMessageComponent, createTUIState, detectTerminalTheme, formatOMStatus, getCurrentVersion };
|
|
12609
|
-
//# sourceMappingURL=chunk-
|
|
12610
|
-
//# sourceMappingURL=chunk-
|
|
12609
|
+
//# sourceMappingURL=chunk-EVZW4IPX.js.map
|
|
12610
|
+
//# sourceMappingURL=chunk-EVZW4IPX.js.map
|