mastracode 0.9.3-alpha.3 → 0.9.3-alpha.4
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-VSOXZF7L.cjs → chunk-7FCUOW5Y.cjs} +3 -3
- package/dist/{chunk-VSOXZF7L.cjs.map → chunk-7FCUOW5Y.cjs.map} +1 -1
- package/dist/{chunk-32YFLEKO.js → chunk-RL6AQQK7.js} +3 -3
- package/dist/{chunk-32YFLEKO.js.map → chunk-RL6AQQK7.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.4
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [[`dc9fc19`](https://github.com/mastra-ai/mastra/commit/dc9fc19da4437f6b508cc355f346a8856746a76b), [`0dbaab9`](https://github.com/mastra-ai/mastra/commit/0dbaab988103f27495c37fd820f03a632eab2c59), [`1662721`](https://github.com/mastra-ai/mastra/commit/1662721aac59ad048b5df80323bdfb836fccbbfe), [`260fe12`](https://github.com/mastra-ai/mastra/commit/260fe1295fe7354e39d6def2775e0797a7a277f0)]:
|
|
8
|
+
- @mastra/core@1.18.0-alpha.1
|
|
9
|
+
- @mastra/memory@1.10.1-alpha.3
|
|
10
|
+
- @mastra/libsql@1.7.3-alpha.2
|
|
11
|
+
- @mastra/pg@1.8.4-alpha.2
|
|
12
|
+
|
|
3
13
|
## 0.9.3-alpha.3
|
|
4
14
|
|
|
5
15
|
### Patch Changes
|
|
@@ -890,7 +890,7 @@ function getInstallCommand(pm, version) {
|
|
|
890
890
|
}
|
|
891
891
|
function getCurrentVersion() {
|
|
892
892
|
{
|
|
893
|
-
return "0.9.3-alpha.
|
|
893
|
+
return "0.9.3-alpha.4";
|
|
894
894
|
}
|
|
895
895
|
}
|
|
896
896
|
async function fetchLatestVersion() {
|
|
@@ -12537,5 +12537,5 @@ exports.createTUIState = createTUIState;
|
|
|
12537
12537
|
exports.detectTerminalTheme = detectTerminalTheme;
|
|
12538
12538
|
exports.formatOMStatus = formatOMStatus;
|
|
12539
12539
|
exports.getCurrentVersion = getCurrentVersion;
|
|
12540
|
-
//# sourceMappingURL=chunk-
|
|
12541
|
-
//# sourceMappingURL=chunk-
|
|
12540
|
+
//# sourceMappingURL=chunk-7FCUOW5Y.cjs.map
|
|
12541
|
+
//# sourceMappingURL=chunk-7FCUOW5Y.cjs.map
|