mastracode 0.15.0-alpha.2 → 0.15.0-alpha.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 +9 -0
- package/dist/{chunk-YJDFUA4J.cjs → chunk-MJ725B5Q.cjs} +3 -3
- package/dist/{chunk-YJDFUA4J.cjs.map → chunk-MJ725B5Q.cjs.map} +1 -1
- package/dist/{chunk-ROCFILXO.js → chunk-UIIPKPG4.js} +3 -3
- package/dist/{chunk-ROCFILXO.js.map → chunk-UIIPKPG4.js.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/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# mastracode
|
|
2
2
|
|
|
3
|
+
## 0.15.0-alpha.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [[`fdd54cf`](https://github.com/mastra-ai/mastra/commit/fdd54cf612a9af876e9fdd85e534454f6e7dd518), [`30456b6`](https://github.com/mastra-ai/mastra/commit/30456b6b08c8fd17e109dd093b73d93b65e83bc5), [`9d11a8c`](https://github.com/mastra-ai/mastra/commit/9d11a8c1c8924eb975a245a5884d40ca1b7e0491), [`d246696`](https://github.com/mastra-ai/mastra/commit/d246696139a3144a5b21b042d41c532688e957e1), [`354f9ce`](https://github.com/mastra-ai/mastra/commit/354f9ce1ca6af2074b6a196a23f8ec30012dccca), [`e9837b5`](https://github.com/mastra-ai/mastra/commit/e9837b53699e18711b09e0ca010a4106376f2653)]:
|
|
8
|
+
- @mastra/core@1.26.0-alpha.3
|
|
9
|
+
- @mastra/mcp@1.5.1-alpha.1
|
|
10
|
+
- @mastra/memory@1.16.0-alpha.1
|
|
11
|
+
|
|
3
12
|
## 0.15.0-alpha.2
|
|
4
13
|
|
|
5
14
|
### Minor Changes
|
|
@@ -906,7 +906,7 @@ function getInstallCommand(pm, version) {
|
|
|
906
906
|
}
|
|
907
907
|
function getCurrentVersion() {
|
|
908
908
|
{
|
|
909
|
-
return "0.15.0-alpha.
|
|
909
|
+
return "0.15.0-alpha.3";
|
|
910
910
|
}
|
|
911
911
|
}
|
|
912
912
|
async function fetchLatestVersion() {
|
|
@@ -13958,5 +13958,5 @@ exports.createTUIState = createTUIState;
|
|
|
13958
13958
|
exports.detectTerminalTheme = detectTerminalTheme;
|
|
13959
13959
|
exports.formatOMStatus = formatOMStatus;
|
|
13960
13960
|
exports.getCurrentVersion = getCurrentVersion;
|
|
13961
|
-
//# sourceMappingURL=chunk-
|
|
13962
|
-
//# sourceMappingURL=chunk-
|
|
13961
|
+
//# sourceMappingURL=chunk-MJ725B5Q.cjs.map
|
|
13962
|
+
//# sourceMappingURL=chunk-MJ725B5Q.cjs.map
|