mastracode 0.27.0 → 0.27.1-alpha.0
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 +10 -0
- package/dist/{chunk-R2JUMNGO.cjs → chunk-YMNA5RP7.cjs} +4 -4
- package/dist/chunk-YMNA5RP7.cjs.map +1 -0
- package/dist/{chunk-KBBNY7BJ.js → chunk-ZFKHV5PT.js} +3 -3
- package/dist/chunk-ZFKHV5PT.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 +13 -13
- package/dist/chunk-KBBNY7BJ.js.map +0 -1
- package/dist/chunk-R2JUMNGO.cjs.map +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
# mastracode
|
|
2
2
|
|
|
3
|
+
## 0.27.1-alpha.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [[`0f69865`](https://github.com/mastra-ai/mastra/commit/0f69865aced225d98eac812e22699dc445ee18cb)]:
|
|
8
|
+
- @mastra/core@1.48.1-alpha.0
|
|
9
|
+
- @mastra/react@1.2.2-alpha.0
|
|
10
|
+
- @mastra/server@1.48.1-alpha.0
|
|
11
|
+
- @mastra/hono@1.5.4-alpha.0
|
|
12
|
+
|
|
3
13
|
## 0.27.0
|
|
4
14
|
|
|
5
15
|
### Minor Changes
|
|
@@ -1206,7 +1206,7 @@ function getInstallCommand(pm, version) {
|
|
|
1206
1206
|
}
|
|
1207
1207
|
function getCurrentVersion() {
|
|
1208
1208
|
{
|
|
1209
|
-
return "0.27.0";
|
|
1209
|
+
return "0.27.1-alpha.0";
|
|
1210
1210
|
}
|
|
1211
1211
|
}
|
|
1212
1212
|
async function fetchLatestVersion() {
|
|
@@ -18315,7 +18315,7 @@ function inertSession() {
|
|
|
18315
18315
|
};
|
|
18316
18316
|
}
|
|
18317
18317
|
function resolveAsset(name) {
|
|
18318
|
-
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-
|
|
18318
|
+
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-YMNA5RP7.cjs', document.baseURI).href))));
|
|
18319
18319
|
const candidates = [
|
|
18320
18320
|
path4.join(here, name),
|
|
18321
18321
|
// dev: src/tui/voice/native/<name>
|
|
@@ -21727,5 +21727,5 @@ exports.createTUIState = createTUIState;
|
|
|
21727
21727
|
exports.detectTerminalTheme = detectTerminalTheme;
|
|
21728
21728
|
exports.formatOMStatus = formatOMStatus;
|
|
21729
21729
|
exports.getCurrentVersion = getCurrentVersion;
|
|
21730
|
-
//# sourceMappingURL=chunk-
|
|
21731
|
-
//# sourceMappingURL=chunk-
|
|
21730
|
+
//# sourceMappingURL=chunk-YMNA5RP7.cjs.map
|
|
21731
|
+
//# sourceMappingURL=chunk-YMNA5RP7.cjs.map
|