mastracode 0.28.0-alpha.3 → 0.28.0-alpha.5
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 +42 -0
- package/dist/{chunk-MHPIHF3L.cjs → chunk-AQFCEOQG.cjs} +4 -4
- package/dist/{chunk-MHPIHF3L.cjs.map → chunk-AQFCEOQG.cjs.map} +1 -1
- package/dist/{chunk-WPFVE6AA.js → chunk-EXPAWAGL.js} +3 -3
- package/dist/{chunk-WPFVE6AA.js.map → chunk-EXPAWAGL.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 +12 -12
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,47 @@
|
|
|
1
1
|
# mastracode
|
|
2
2
|
|
|
3
|
+
## 0.28.0-alpha.5
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [[`9250acd`](https://github.com/mastra-ai/mastra/commit/9250acd1357f0f1f33d0dcca16f9655084c58eca), [`215f9b0`](https://github.com/mastra-ai/mastra/commit/215f9b0f3f3f6fc165edad360582dd4d3d7ea748), [`c64c2a8`](https://github.com/mastra-ai/mastra/commit/c64c2a8503a50252f9ca6b8e8c54cadee31b92a2), [`06e2680`](https://github.com/mastra-ai/mastra/commit/06e26806b51d2cbd858afdc66daa2b86ff3ba64a), [`c64c2a8`](https://github.com/mastra-ai/mastra/commit/c64c2a8503a50252f9ca6b8e8c54cadee31b92a2), [`1240f05`](https://github.com/mastra-ai/mastra/commit/1240f051c8e5371f1c014448bf37b1a1b9a05e47), [`c64c2a8`](https://github.com/mastra-ai/mastra/commit/c64c2a8503a50252f9ca6b8e8c54cadee31b92a2), [`215f9b0`](https://github.com/mastra-ai/mastra/commit/215f9b0f3f3f6fc165edad360582dd4d3d7ea748), [`24c10d3`](https://github.com/mastra-ai/mastra/commit/24c10d333e6649ac06075903aeeee13a933db3b3), [`24c10d3`](https://github.com/mastra-ai/mastra/commit/24c10d333e6649ac06075903aeeee13a933db3b3), [`24c10d3`](https://github.com/mastra-ai/mastra/commit/24c10d333e6649ac06075903aeeee13a933db3b3), [`65b1833`](https://github.com/mastra-ai/mastra/commit/65b1833c803356b0a33c7c865be073a92d52d74f), [`24c10d3`](https://github.com/mastra-ai/mastra/commit/24c10d333e6649ac06075903aeeee13a933db3b3), [`215f9b0`](https://github.com/mastra-ai/mastra/commit/215f9b0f3f3f6fc165edad360582dd4d3d7ea748), [`215f9b0`](https://github.com/mastra-ai/mastra/commit/215f9b0f3f3f6fc165edad360582dd4d3d7ea748)]:
|
|
8
|
+
- @mastra/core@1.49.0-alpha.5
|
|
9
|
+
- @mastra/client-js@1.30.0-alpha.5
|
|
10
|
+
- @mastra/server@1.49.0-alpha.5
|
|
11
|
+
- @mastra/libsql@1.15.0-alpha.1
|
|
12
|
+
- @mastra/pg@1.15.0-alpha.1
|
|
13
|
+
- @mastra/playground-ui@39.0.0-alpha.5
|
|
14
|
+
- @mastra/react@1.2.2-alpha.5
|
|
15
|
+
- @mastra/hono@1.5.4-alpha.5
|
|
16
|
+
|
|
17
|
+
## 0.28.0-alpha.4
|
|
18
|
+
|
|
19
|
+
### Patch Changes
|
|
20
|
+
|
|
21
|
+
- Removed named exports from the `@mastra/playground-ui` root entry. Import public APIs from exact package subpaths instead. ([#18791](https://github.com/mastra-ai/mastra/pull/18791))
|
|
22
|
+
|
|
23
|
+
**Before**
|
|
24
|
+
|
|
25
|
+
```ts
|
|
26
|
+
import { Button } from '@mastra/playground-ui';
|
|
27
|
+
```
|
|
28
|
+
|
|
29
|
+
**After**
|
|
30
|
+
|
|
31
|
+
```ts
|
|
32
|
+
import { Button } from '@mastra/playground-ui/components/Button';
|
|
33
|
+
```
|
|
34
|
+
|
|
35
|
+
`mastracode` now uses the exact subpath imports, and lint rules prevent new broad `@mastra/playground-ui` imports.
|
|
36
|
+
|
|
37
|
+
- Updated dependencies [[`6a61846`](https://github.com/mastra-ai/mastra/commit/6a61846eeda29fb714549b70f1bee2bf6b141c44), [`7952b3d`](https://github.com/mastra-ai/mastra/commit/7952b3d90e2437093ee322585e361ea6e62ed497)]:
|
|
38
|
+
- @mastra/core@1.49.0-alpha.4
|
|
39
|
+
- @mastra/playground-ui@38.1.0-alpha.4
|
|
40
|
+
- @mastra/client-js@1.29.1-alpha.4
|
|
41
|
+
- @mastra/react@1.2.2-alpha.4
|
|
42
|
+
- @mastra/server@1.49.0-alpha.4
|
|
43
|
+
- @mastra/hono@1.5.4-alpha.4
|
|
44
|
+
|
|
3
45
|
## 0.28.0-alpha.3
|
|
4
46
|
|
|
5
47
|
### Minor Changes
|
|
@@ -1206,7 +1206,7 @@ function getInstallCommand(pm, version) {
|
|
|
1206
1206
|
}
|
|
1207
1207
|
function getCurrentVersion() {
|
|
1208
1208
|
{
|
|
1209
|
-
return "0.28.0-alpha.
|
|
1209
|
+
return "0.28.0-alpha.5";
|
|
1210
1210
|
}
|
|
1211
1211
|
}
|
|
1212
1212
|
async function fetchLatestVersion() {
|
|
@@ -18346,7 +18346,7 @@ function inertSession() {
|
|
|
18346
18346
|
};
|
|
18347
18347
|
}
|
|
18348
18348
|
function resolveAsset(name) {
|
|
18349
|
-
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-
|
|
18349
|
+
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-AQFCEOQG.cjs', document.baseURI).href))));
|
|
18350
18350
|
const candidates = [
|
|
18351
18351
|
path4.join(here, name),
|
|
18352
18352
|
// dev: src/tui/voice/native/<name>
|
|
@@ -21825,5 +21825,5 @@ exports.createTUIState = createTUIState;
|
|
|
21825
21825
|
exports.detectTerminalTheme = detectTerminalTheme;
|
|
21826
21826
|
exports.formatOMStatus = formatOMStatus;
|
|
21827
21827
|
exports.getCurrentVersion = getCurrentVersion;
|
|
21828
|
-
//# sourceMappingURL=chunk-
|
|
21829
|
-
//# sourceMappingURL=chunk-
|
|
21828
|
+
//# sourceMappingURL=chunk-AQFCEOQG.cjs.map
|
|
21829
|
+
//# sourceMappingURL=chunk-AQFCEOQG.cjs.map
|