mastracode 0.9.3-alpha.0 → 0.9.3-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 +10 -0
- package/dist/{chunk-TLQOWGUH.cjs → chunk-5QCT2FGU.cjs} +3 -3
- package/dist/{chunk-TLQOWGUH.cjs.map → chunk-5QCT2FGU.cjs.map} +1 -1
- package/dist/{chunk-I3NQ2TM5.js → chunk-E4FTNRUU.js} +3 -3
- package/dist/{chunk-I3NQ2TM5.js.map → chunk-E4FTNRUU.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 +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
# mastracode
|
|
2
2
|
|
|
3
|
+
## 0.9.3-alpha.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [[`7302e5c`](https://github.com/mastra-ai/mastra/commit/7302e5ce0f52d769d3d63fb0faa8a7d4089cda6d)]:
|
|
8
|
+
- @mastra/memory@1.10.1-alpha.1
|
|
9
|
+
- @mastra/core@1.16.1-alpha.1
|
|
10
|
+
- @mastra/pg@1.8.4-alpha.0
|
|
11
|
+
- @mastra/libsql@1.7.3-alpha.0
|
|
12
|
+
|
|
3
13
|
## 0.9.3-alpha.0
|
|
4
14
|
|
|
5
15
|
### Patch Changes
|
|
@@ -888,7 +888,7 @@ function getInstallCommand(pm, version) {
|
|
|
888
888
|
}
|
|
889
889
|
function getCurrentVersion() {
|
|
890
890
|
{
|
|
891
|
-
return "0.9.3-alpha.
|
|
891
|
+
return "0.9.3-alpha.1";
|
|
892
892
|
}
|
|
893
893
|
}
|
|
894
894
|
async function fetchLatestVersion() {
|
|
@@ -12201,5 +12201,5 @@ exports.createTUIState = createTUIState;
|
|
|
12201
12201
|
exports.detectTerminalTheme = detectTerminalTheme;
|
|
12202
12202
|
exports.formatOMStatus = formatOMStatus;
|
|
12203
12203
|
exports.getCurrentVersion = getCurrentVersion;
|
|
12204
|
-
//# sourceMappingURL=chunk-
|
|
12205
|
-
//# sourceMappingURL=chunk-
|
|
12204
|
+
//# sourceMappingURL=chunk-5QCT2FGU.cjs.map
|
|
12205
|
+
//# sourceMappingURL=chunk-5QCT2FGU.cjs.map
|