mastracode 0.7.0-alpha.0 → 0.7.0-alpha.1
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-2GHCWJF2.cjs → chunk-FBZ74TSD.cjs} +3 -3
- package/dist/{chunk-2GHCWJF2.cjs.map → chunk-FBZ74TSD.cjs.map} +1 -1
- package/dist/{chunk-5DRUQY7X.js → chunk-YDM6676E.js} +3 -3
- package/dist/{chunk-5DRUQY7X.js.map → chunk-YDM6676E.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,12 @@
|
|
|
1
1
|
# mastracode
|
|
2
2
|
|
|
3
|
+
## 0.7.0-alpha.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [[`866cc2c`](https://github.com/mastra-ai/mastra/commit/866cc2cb1f0e3b314afab5194f69477fada745d1), [`6bcbf8a`](https://github.com/mastra-ai/mastra/commit/6bcbf8a6774d5a53b21d61db8a45ce2593ca1616), [`18c3a90`](https://github.com/mastra-ai/mastra/commit/18c3a90c9e48cf69500e308affeb8eba5860b2af), [`f35487b`](https://github.com/mastra-ai/mastra/commit/f35487bb2d46c636e22aa71d90025613ae38235a), [`6dc2192`](https://github.com/mastra-ai/mastra/commit/6dc21921aef0f0efab15cd0805fa3d18f277a76f), [`eeb3a3f`](https://github.com/mastra-ai/mastra/commit/eeb3a3f43aca10cf49479eed2a84b7d9ecea02ba), [`05f8d90`](https://github.com/mastra-ai/mastra/commit/05f8d9009290ce6aa03428b3add635268615db85), [`4b8da97`](https://github.com/mastra-ai/mastra/commit/4b8da97a5ce306e97869df6c39535d9069e563db), [`256df35`](https://github.com/mastra-ai/mastra/commit/256df3571d62beb3ad4971faa432927cc140e603)]:
|
|
8
|
+
- @mastra/core@1.11.0-alpha.1
|
|
9
|
+
|
|
3
10
|
## 0.7.0-alpha.0
|
|
4
11
|
|
|
5
12
|
### Minor Changes
|
|
@@ -726,7 +726,7 @@ function getInstallCommand(pm, version) {
|
|
|
726
726
|
}
|
|
727
727
|
function getCurrentVersion() {
|
|
728
728
|
{
|
|
729
|
-
return "0.7.0-alpha.
|
|
729
|
+
return "0.7.0-alpha.1";
|
|
730
730
|
}
|
|
731
731
|
}
|
|
732
732
|
async function fetchLatestVersion() {
|
|
@@ -10898,5 +10898,5 @@ exports.createTUIState = createTUIState;
|
|
|
10898
10898
|
exports.detectTerminalTheme = detectTerminalTheme;
|
|
10899
10899
|
exports.formatOMStatus = formatOMStatus;
|
|
10900
10900
|
exports.getCurrentVersion = getCurrentVersion;
|
|
10901
|
-
//# sourceMappingURL=chunk-
|
|
10902
|
-
//# sourceMappingURL=chunk-
|
|
10901
|
+
//# sourceMappingURL=chunk-FBZ74TSD.cjs.map
|
|
10902
|
+
//# sourceMappingURL=chunk-FBZ74TSD.cjs.map
|