mastracode 0.16.1-alpha.2 → 0.16.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 +7 -0
- package/dist/{chunk-7C2QUZL3.cjs → chunk-DWVHCCKV.cjs} +3 -3
- package/dist/{chunk-7C2QUZL3.cjs.map → chunk-DWVHCCKV.cjs.map} +1 -1
- package/dist/{chunk-SDYEA3KU.js → chunk-UDKJMVLB.js} +3 -3
- package/dist/{chunk-SDYEA3KU.js.map → chunk-UDKJMVLB.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 +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# mastracode
|
|
2
2
|
|
|
3
|
+
## 0.16.1-alpha.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [[`512a013`](https://github.com/mastra-ai/mastra/commit/512a013f285aa9c0aa8f08a35b2ce09f9938b017), [`e9becde`](https://github.com/mastra-ai/mastra/commit/e9becdeed9176b9f8392e557bde12b933f99cf7a)]:
|
|
8
|
+
- @mastra/core@1.29.1-alpha.2
|
|
9
|
+
|
|
3
10
|
## 0.16.1-alpha.2
|
|
4
11
|
|
|
5
12
|
### Patch Changes
|
|
@@ -906,7 +906,7 @@ function getInstallCommand(pm, version) {
|
|
|
906
906
|
}
|
|
907
907
|
function getCurrentVersion() {
|
|
908
908
|
{
|
|
909
|
-
return "0.16.1-alpha.
|
|
909
|
+
return "0.16.1-alpha.3";
|
|
910
910
|
}
|
|
911
911
|
}
|
|
912
912
|
async function fetchLatestVersion() {
|
|
@@ -14304,5 +14304,5 @@ exports.createTUIState = createTUIState;
|
|
|
14304
14304
|
exports.detectTerminalTheme = detectTerminalTheme;
|
|
14305
14305
|
exports.formatOMStatus = formatOMStatus;
|
|
14306
14306
|
exports.getCurrentVersion = getCurrentVersion;
|
|
14307
|
-
//# sourceMappingURL=chunk-
|
|
14308
|
-
//# sourceMappingURL=chunk-
|
|
14307
|
+
//# sourceMappingURL=chunk-DWVHCCKV.cjs.map
|
|
14308
|
+
//# sourceMappingURL=chunk-DWVHCCKV.cjs.map
|