mastracode 0.10.0-alpha.6 → 0.10.0-alpha.7
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 +10 -0
- package/dist/{chunk-FQ6BQZ7X.cjs → chunk-IMN65LLI.cjs} +3 -3
- package/dist/{chunk-FQ6BQZ7X.cjs.map → chunk-IMN65LLI.cjs.map} +1 -1
- package/dist/{chunk-J4DT4CDH.js → chunk-SP7IXQ5W.js} +3 -3
- package/dist/{chunk-J4DT4CDH.js.map → chunk-SP7IXQ5W.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 +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
# mastracode
|
|
2
2
|
|
|
3
|
+
## 0.10.0-alpha.7
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [[`fbf22a7`](https://github.com/mastra-ai/mastra/commit/fbf22a7ad86bcb50dcf30459f0d075e51ddeb468), [`04160ee`](https://github.com/mastra-ai/mastra/commit/04160eedf3130003cf842ad08428c8ff69af4cc1), [`2c27503`](https://github.com/mastra-ai/mastra/commit/2c275032510d131d2cde47f99953abf0fe02c081), [`424a1df`](https://github.com/mastra-ai/mastra/commit/424a1df7bee59abb5c83717a54807fdd674a6224), [`43595bf`](https://github.com/mastra-ai/mastra/commit/43595bf7b8df1a6edce7a23b445b5124d2a0b473), [`fbf22a7`](https://github.com/mastra-ai/mastra/commit/fbf22a7ad86bcb50dcf30459f0d075e51ddeb468), [`12c88a6`](https://github.com/mastra-ai/mastra/commit/12c88a6e32bf982c2fe0c6af62e65a3414519a75), [`43595bf`](https://github.com/mastra-ai/mastra/commit/43595bf7b8df1a6edce7a23b445b5124d2a0b473), [`78670e9`](https://github.com/mastra-ai/mastra/commit/78670e97e76d7422cf7025faf371b2aeafed860d), [`d400e7c`](https://github.com/mastra-ai/mastra/commit/d400e7c8b8d7afa6ba2c71769eace4048e3cef8e), [`f58d1a7`](https://github.com/mastra-ai/mastra/commit/f58d1a7a457588a996c3ecb53201a68f3d28c432), [`a49a929`](https://github.com/mastra-ai/mastra/commit/a49a92904968b4fc67e01effee8c7c8d0464ba85)]:
|
|
8
|
+
- @mastra/core@1.18.0-alpha.4
|
|
9
|
+
- @mastra/mcp@1.3.2-alpha.0
|
|
10
|
+
- @mastra/libsql@1.7.3-alpha.3
|
|
11
|
+
- @mastra/pg@1.8.4-alpha.3
|
|
12
|
+
|
|
3
13
|
## 0.10.0-alpha.6
|
|
4
14
|
|
|
5
15
|
### Minor Changes
|
|
@@ -889,7 +889,7 @@ function getInstallCommand(pm, version) {
|
|
|
889
889
|
}
|
|
890
890
|
function getCurrentVersion() {
|
|
891
891
|
{
|
|
892
|
-
return "0.10.0-alpha.
|
|
892
|
+
return "0.10.0-alpha.7";
|
|
893
893
|
}
|
|
894
894
|
}
|
|
895
895
|
async function fetchLatestVersion() {
|
|
@@ -12597,5 +12597,5 @@ exports.createTUIState = createTUIState;
|
|
|
12597
12597
|
exports.detectTerminalTheme = detectTerminalTheme;
|
|
12598
12598
|
exports.formatOMStatus = formatOMStatus;
|
|
12599
12599
|
exports.getCurrentVersion = getCurrentVersion;
|
|
12600
|
-
//# sourceMappingURL=chunk-
|
|
12601
|
-
//# sourceMappingURL=chunk-
|
|
12600
|
+
//# sourceMappingURL=chunk-IMN65LLI.cjs.map
|
|
12601
|
+
//# sourceMappingURL=chunk-IMN65LLI.cjs.map
|