mastracode 0.9.1-alpha.2 → 0.9.1-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 +8 -0
- package/dist/{chunk-23EW2VIJ.cjs → chunk-4NCVEF4Q.cjs} +3 -3
- package/dist/{chunk-23EW2VIJ.cjs.map → chunk-4NCVEF4Q.cjs.map} +1 -1
- package/dist/{chunk-L2UX2HE4.js → chunk-6YUGODOR.js} +3 -3
- package/dist/{chunk-L2UX2HE4.js.map → chunk-6YUGODOR.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 +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# mastracode
|
|
2
2
|
|
|
3
|
+
## 0.9.1-alpha.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [[`888c512`](https://github.com/mastra-ai/mastra/commit/888c5121e370289713d560a99bce58814e2fbb69), [`d7f14c3`](https://github.com/mastra-ai/mastra/commit/d7f14c3285cd253ecdd5f58139b7b6cbdf3678b5)]:
|
|
8
|
+
- @mastra/pg@1.8.2-alpha.0
|
|
9
|
+
- @mastra/core@1.15.0-alpha.3
|
|
10
|
+
|
|
3
11
|
## 0.9.1-alpha.2
|
|
4
12
|
|
|
5
13
|
### Patch Changes
|
|
@@ -927,7 +927,7 @@ function getInstallCommand(pm, version) {
|
|
|
927
927
|
}
|
|
928
928
|
function getCurrentVersion() {
|
|
929
929
|
{
|
|
930
|
-
return "0.9.1-alpha.
|
|
930
|
+
return "0.9.1-alpha.3";
|
|
931
931
|
}
|
|
932
932
|
}
|
|
933
933
|
async function fetchLatestVersion() {
|
|
@@ -12268,5 +12268,5 @@ exports.createTUIState = createTUIState;
|
|
|
12268
12268
|
exports.detectTerminalTheme = detectTerminalTheme;
|
|
12269
12269
|
exports.formatOMStatus = formatOMStatus;
|
|
12270
12270
|
exports.getCurrentVersion = getCurrentVersion;
|
|
12271
|
-
//# sourceMappingURL=chunk-
|
|
12272
|
-
//# sourceMappingURL=chunk-
|
|
12271
|
+
//# sourceMappingURL=chunk-4NCVEF4Q.cjs.map
|
|
12272
|
+
//# sourceMappingURL=chunk-4NCVEF4Q.cjs.map
|