mastracode 0.18.0-alpha.3 → 0.18.0-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 +7 -0
- package/dist/{chunk-ULADWCHF.cjs → chunk-AKCX3YGZ.cjs} +3 -3
- package/dist/{chunk-ULADWCHF.cjs.map → chunk-AKCX3YGZ.cjs.map} +1 -1
- package/dist/{chunk-SR76LO2I.js → chunk-R32CWN25.js} +3 -3
- package/dist/{chunk-SR76LO2I.js.map → chunk-R32CWN25.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 +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# mastracode
|
|
2
2
|
|
|
3
|
+
## 0.18.0-alpha.4
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [[`087e413`](https://github.com/mastra-ai/mastra/commit/087e4133e5d6efa36619e9556c16750e4179c047), [`087e413`](https://github.com/mastra-ai/mastra/commit/087e4133e5d6efa36619e9556c16750e4179c047), [`087e413`](https://github.com/mastra-ai/mastra/commit/087e4133e5d6efa36619e9556c16750e4179c047)]:
|
|
8
|
+
- @mastra/core@1.33.0-alpha.3
|
|
9
|
+
|
|
3
10
|
## 0.18.0-alpha.3
|
|
4
11
|
|
|
5
12
|
### Minor Changes
|
|
@@ -1017,7 +1017,7 @@ function getInstallCommand(pm, version) {
|
|
|
1017
1017
|
}
|
|
1018
1018
|
function getCurrentVersion() {
|
|
1019
1019
|
{
|
|
1020
|
-
return "0.18.0-alpha.
|
|
1020
|
+
return "0.18.0-alpha.4";
|
|
1021
1021
|
}
|
|
1022
1022
|
}
|
|
1023
1023
|
async function fetchLatestVersion() {
|
|
@@ -14168,5 +14168,5 @@ exports.createTUIState = createTUIState;
|
|
|
14168
14168
|
exports.detectTerminalTheme = detectTerminalTheme;
|
|
14169
14169
|
exports.formatOMStatus = formatOMStatus;
|
|
14170
14170
|
exports.getCurrentVersion = getCurrentVersion;
|
|
14171
|
-
//# sourceMappingURL=chunk-
|
|
14172
|
-
//# sourceMappingURL=chunk-
|
|
14171
|
+
//# sourceMappingURL=chunk-AKCX3YGZ.cjs.map
|
|
14172
|
+
//# sourceMappingURL=chunk-AKCX3YGZ.cjs.map
|