mastracode 0.16.3-alpha.1 → 0.16.3-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 +16 -0
- package/dist/{chunk-XXXRZTNS.cjs → chunk-SVXFQQRE.cjs} +3 -3
- package/dist/{chunk-XXXRZTNS.cjs.map → chunk-SVXFQQRE.cjs.map} +1 -1
- package/dist/{chunk-JKGX5U23.js → chunk-X23Q2JEL.js} +3 -3
- package/dist/{chunk-JKGX5U23.js.map → chunk-X23Q2JEL.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,21 @@
|
|
|
1
1
|
# mastracode
|
|
2
2
|
|
|
3
|
+
## 0.16.3-alpha.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [[`b2deb29`](https://github.com/mastra-ai/mastra/commit/b2deb29412b300c868655b5840463614fbb7962d), [`66644be`](https://github.com/mastra-ai/mastra/commit/66644beac1aa560f0e417956ff007c89341dc382), [`310b953`](https://github.com/mastra-ai/mastra/commit/310b95345f302dcd5ba3ed862bdc96f059d44122), [`43f0e1d`](https://github.com/mastra-ai/mastra/commit/43f0e1d5d5a74ba6fc746f2ad89ebe0c64777a7d), [`da0b9e2`](https://github.com/mastra-ai/mastra/commit/da0b9e2ba7ecc560213b426d6c097fe63946086e)]:
|
|
8
|
+
- @mastra/core@1.31.0-alpha.3
|
|
9
|
+
- @mastra/libsql@1.9.1-alpha.0
|
|
10
|
+
- @mastra/pg@1.9.4-alpha.1
|
|
11
|
+
|
|
12
|
+
## 0.16.3-alpha.2
|
|
13
|
+
|
|
14
|
+
### Patch Changes
|
|
15
|
+
|
|
16
|
+
- Updated dependencies [[`2b0f355`](https://github.com/mastra-ai/mastra/commit/2b0f3553be3e9e5524da539a66e5cf82668440a4)]:
|
|
17
|
+
- @mastra/core@1.31.0-alpha.2
|
|
18
|
+
|
|
3
19
|
## 0.16.3-alpha.1
|
|
4
20
|
|
|
5
21
|
### Patch Changes
|
|
@@ -906,7 +906,7 @@ function getInstallCommand(pm, version) {
|
|
|
906
906
|
}
|
|
907
907
|
function getCurrentVersion() {
|
|
908
908
|
{
|
|
909
|
-
return "0.16.3-alpha.
|
|
909
|
+
return "0.16.3-alpha.3";
|
|
910
910
|
}
|
|
911
911
|
}
|
|
912
912
|
async function fetchLatestVersion() {
|
|
@@ -14416,5 +14416,5 @@ exports.createTUIState = createTUIState;
|
|
|
14416
14416
|
exports.detectTerminalTheme = detectTerminalTheme;
|
|
14417
14417
|
exports.formatOMStatus = formatOMStatus;
|
|
14418
14418
|
exports.getCurrentVersion = getCurrentVersion;
|
|
14419
|
-
//# sourceMappingURL=chunk-
|
|
14420
|
-
//# sourceMappingURL=chunk-
|
|
14419
|
+
//# sourceMappingURL=chunk-SVXFQQRE.cjs.map
|
|
14420
|
+
//# sourceMappingURL=chunk-SVXFQQRE.cjs.map
|