mastracode 0.29.1-alpha.0 → 0.29.1-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 +12 -0
- package/dist/{chunk-W7GJCEAA.cjs → chunk-AUGBF3B4.cjs} +4 -4
- package/dist/{chunk-W7GJCEAA.cjs.map → chunk-AUGBF3B4.cjs.map} +1 -1
- package/dist/{chunk-E5NSRKVC.js → chunk-CF5UDKJO.js} +3 -3
- package/dist/{chunk-E5NSRKVC.js.map → chunk-CF5UDKJO.js.map} +1 -1
- 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 +15 -15
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# mastracode
|
|
2
2
|
|
|
3
|
+
## 0.29.1-alpha.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [[`e8eaf3a`](https://github.com/mastra-ai/mastra/commit/e8eaf3aea09d51c131b5d369aee459442f416efc), [`d1c930f`](https://github.com/mastra-ai/mastra/commit/d1c930f713d1de09d5f3cd665cb79a8b7ebd7ec7), [`02634f7`](https://github.com/mastra-ai/mastra/commit/02634f700051e014a125d0d10165e3c9b8414e95), [`a223279`](https://github.com/mastra-ai/mastra/commit/a223279c8658cc6cc40c554d6d3569c04823806c)]:
|
|
8
|
+
- @mastra/core@1.50.1-alpha.1
|
|
9
|
+
- @mastra/playground-ui@40.0.1-alpha.1
|
|
10
|
+
- @mastra/client-js@1.31.1-alpha.1
|
|
11
|
+
- @mastra/react@1.2.4-alpha.1
|
|
12
|
+
- @mastra/server@1.50.1-alpha.1
|
|
13
|
+
- @mastra/hono@1.5.6-alpha.1
|
|
14
|
+
|
|
3
15
|
## 0.29.1-alpha.0
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
|
@@ -1206,7 +1206,7 @@ function getInstallCommand(pm, version) {
|
|
|
1206
1206
|
}
|
|
1207
1207
|
function getCurrentVersion() {
|
|
1208
1208
|
{
|
|
1209
|
-
return "0.29.1-alpha.
|
|
1209
|
+
return "0.29.1-alpha.1";
|
|
1210
1210
|
}
|
|
1211
1211
|
}
|
|
1212
1212
|
async function fetchLatestVersion() {
|
|
@@ -18418,7 +18418,7 @@ function inertSession() {
|
|
|
18418
18418
|
};
|
|
18419
18419
|
}
|
|
18420
18420
|
function resolveAsset(name) {
|
|
18421
|
-
const here = path4.dirname(url.fileURLToPath((typeof document === 'undefined' ? require('u' + 'rl').pathToFileURL(__filename).href : (_documentCurrentScript && _documentCurrentScript.tagName.toUpperCase() === 'SCRIPT' && _documentCurrentScript.src || new URL('chunk-
|
|
18421
|
+
const here = path4.dirname(url.fileURLToPath((typeof document === 'undefined' ? require('u' + 'rl').pathToFileURL(__filename).href : (_documentCurrentScript && _documentCurrentScript.tagName.toUpperCase() === 'SCRIPT' && _documentCurrentScript.src || new URL('chunk-AUGBF3B4.cjs', document.baseURI).href))));
|
|
18422
18422
|
const candidates = [
|
|
18423
18423
|
path4.join(here, name),
|
|
18424
18424
|
// dev: src/tui/voice/native/<name>
|
|
@@ -21897,5 +21897,5 @@ exports.createTUIState = createTUIState;
|
|
|
21897
21897
|
exports.detectTerminalTheme = detectTerminalTheme;
|
|
21898
21898
|
exports.formatOMStatus = formatOMStatus;
|
|
21899
21899
|
exports.getCurrentVersion = getCurrentVersion;
|
|
21900
|
-
//# sourceMappingURL=chunk-
|
|
21901
|
-
//# sourceMappingURL=chunk-
|
|
21900
|
+
//# sourceMappingURL=chunk-AUGBF3B4.cjs.map
|
|
21901
|
+
//# sourceMappingURL=chunk-AUGBF3B4.cjs.map
|