mastracode 0.21.0 → 0.21.2-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 +21 -0
- package/dist/{chunk-LLIZDIV6.cjs → chunk-DKVZ3CQR.cjs} +3 -3
- package/dist/chunk-DKVZ3CQR.cjs.map +1 -0
- package/dist/{chunk-D6URMYIX.js → chunk-JVSKJSMB.js} +3 -3
- package/dist/chunk-JVSKJSMB.js.map +1 -0
- package/dist/cli.cjs +5 -5
- package/dist/cli.js +1 -1
- package/dist/tui.cjs +11 -11
- package/dist/tui.js +1 -1
- package/package.json +6 -6
- package/dist/chunk-D6URMYIX.js.map +0 -1
- package/dist/chunk-LLIZDIV6.cjs.map +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,26 @@
|
|
|
1
1
|
# mastracode
|
|
2
2
|
|
|
3
|
+
## 0.21.2-alpha.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [[`49f8abc`](https://github.com/mastra-ai/mastra/commit/49f8abce8258e4f2f87bd326acfbdb641264a47c)]:
|
|
8
|
+
- @mastra/core@1.37.2-alpha.1
|
|
9
|
+
|
|
10
|
+
## 0.21.2-alpha.0
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- Updated dependencies [[`07c3de7`](https://github.com/mastra-ai/mastra/commit/07c3de7f7bc418beccaea3b5e6b7f7cdda79d492)]:
|
|
15
|
+
- @mastra/core@1.37.2-alpha.0
|
|
16
|
+
|
|
17
|
+
## 0.21.1
|
|
18
|
+
|
|
19
|
+
### Patch Changes
|
|
20
|
+
|
|
21
|
+
- Updated dependencies [[`21db1a4`](https://github.com/mastra-ai/mastra/commit/21db1a4b8ac058d5a4fbe38b516cc1b81e526915)]:
|
|
22
|
+
- @mastra/core@1.37.1
|
|
23
|
+
|
|
3
24
|
## 0.21.0
|
|
4
25
|
|
|
5
26
|
### Minor Changes
|
|
@@ -1134,7 +1134,7 @@ function getInstallCommand(pm, version) {
|
|
|
1134
1134
|
}
|
|
1135
1135
|
function getCurrentVersion() {
|
|
1136
1136
|
{
|
|
1137
|
-
return "0.21.
|
|
1137
|
+
return "0.21.2-alpha.1";
|
|
1138
1138
|
}
|
|
1139
1139
|
}
|
|
1140
1140
|
async function fetchLatestVersion() {
|
|
@@ -18156,5 +18156,5 @@ exports.createTUIState = createTUIState;
|
|
|
18156
18156
|
exports.detectTerminalTheme = detectTerminalTheme;
|
|
18157
18157
|
exports.formatOMStatus = formatOMStatus;
|
|
18158
18158
|
exports.getCurrentVersion = getCurrentVersion;
|
|
18159
|
-
//# sourceMappingURL=chunk-
|
|
18160
|
-
//# sourceMappingURL=chunk-
|
|
18159
|
+
//# sourceMappingURL=chunk-DKVZ3CQR.cjs.map
|
|
18160
|
+
//# sourceMappingURL=chunk-DKVZ3CQR.cjs.map
|