mastra 0.13.4-alpha.1 → 0.13.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 +12 -0
- package/package.json +9 -9
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# mastra
|
|
2
2
|
|
|
3
|
+
## 0.13.4
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- disable network label when memory is not enabled OR the agent has no subagents ([#8341](https://github.com/mastra-ai/mastra/pull/8341))
|
|
8
|
+
|
|
9
|
+
- Added Mastra model router to Playground UI ([#8332](https://github.com/mastra-ai/mastra/pull/8332))
|
|
10
|
+
|
|
11
|
+
- Updated dependencies [[`4a70ccc`](https://github.com/mastra-ai/mastra/commit/4a70ccc5cfa12ae9c2b36545a5814cd98e5a0ead), [`0992b8b`](https://github.com/mastra-ai/mastra/commit/0992b8bf0f4f1ba7ad9940883ec4bb8d867d3105), [`283bea0`](https://github.com/mastra-ai/mastra/commit/283bea07adbaf04a27fa3ad2df611095e0825195)]:
|
|
12
|
+
- @mastra/core@0.19.1
|
|
13
|
+
- @mastra/deployer@0.19.1
|
|
14
|
+
|
|
3
15
|
## 0.13.4-alpha.1
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mastra",
|
|
3
|
-
"version": "0.13.4
|
|
3
|
+
"version": "0.13.4",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"description": "cli for mastra",
|
|
6
6
|
"type": "module",
|
|
@@ -68,9 +68,9 @@
|
|
|
68
68
|
"tcp-port-used": "^1.0.2",
|
|
69
69
|
"yocto-spinner": "^0.2.3",
|
|
70
70
|
"zod-to-json-schema": "^3.24.6",
|
|
71
|
-
"@mastra/deployer": "^0.19.1
|
|
72
|
-
"@mastra/
|
|
73
|
-
"@mastra/
|
|
71
|
+
"@mastra/deployer": "^0.19.1",
|
|
72
|
+
"@mastra/loggers": "^0.10.14",
|
|
73
|
+
"@mastra/mcp": "^0.13.2"
|
|
74
74
|
},
|
|
75
75
|
"devDependencies": {
|
|
76
76
|
"@microsoft/api-extractor": "^7.52.8",
|
|
@@ -86,11 +86,11 @@
|
|
|
86
86
|
"type-fest": "^4.41.0",
|
|
87
87
|
"typescript": "^5.8.3",
|
|
88
88
|
"vitest": "^3.2.4",
|
|
89
|
-
"@internal/lint": "0.0.
|
|
90
|
-
"@internal/
|
|
91
|
-
"@
|
|
92
|
-
"@mastra/client-js": "0.14.1
|
|
93
|
-
"@
|
|
89
|
+
"@internal/lint": "0.0.44",
|
|
90
|
+
"@internal/types-builder": "0.0.19",
|
|
91
|
+
"@mastra/core": "0.19.1",
|
|
92
|
+
"@mastra/client-js": "0.14.1",
|
|
93
|
+
"@internal/playground": "0.0.4"
|
|
94
94
|
},
|
|
95
95
|
"peerDependencies": {
|
|
96
96
|
"@mastra/core": ">=0.17.0-0 <0.20.0-0",
|