mastra 0.12.0-alpha.1 → 0.12.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 +29 -0
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,34 @@
|
|
|
1
1
|
# mastra
|
|
2
2
|
|
|
3
|
+
## 0.12.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- a01cf14: Add workflow graph in agent (workflow as tool in agent)
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- cf4e353: Agent Builder Template - adding in UI components to use agent builder template actions
|
|
12
|
+
- 788e612: Fix playground workflow graph is broken when workflow starts with a branch
|
|
13
|
+
- 5397eb4: Add public URL support when adding files in Multi Modal
|
|
14
|
+
- 376913a: Update peerdeps
|
|
15
|
+
- Updated dependencies [8fbf79e]
|
|
16
|
+
- Updated dependencies [cf4e353]
|
|
17
|
+
- Updated dependencies [fd83526]
|
|
18
|
+
- Updated dependencies [d0b90ab]
|
|
19
|
+
- Updated dependencies [6f5eb7a]
|
|
20
|
+
- Updated dependencies [a01cf14]
|
|
21
|
+
- Updated dependencies [a9e50ee]
|
|
22
|
+
- Updated dependencies [5397eb4]
|
|
23
|
+
- Updated dependencies [376913a]
|
|
24
|
+
- Updated dependencies [c9f4e4a]
|
|
25
|
+
- Updated dependencies [0acbc80]
|
|
26
|
+
- Updated dependencies [376913a]
|
|
27
|
+
- @mastra/core@0.16.0
|
|
28
|
+
- @mastra/deployer@0.16.0
|
|
29
|
+
- @mastra/loggers@0.10.11
|
|
30
|
+
- @mastra/mcp@0.11.4
|
|
31
|
+
|
|
3
32
|
## 0.12.0-alpha.1
|
|
4
33
|
|
|
5
34
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mastra",
|
|
3
|
-
"version": "0.12.0
|
|
3
|
+
"version": "0.12.0",
|
|
4
4
|
"license": "Apache-2.0",
|
|
5
5
|
"description": "cli for mastra",
|
|
6
6
|
"type": "module",
|
|
@@ -67,9 +67,9 @@
|
|
|
67
67
|
"tcp-port-used": "^1.0.2",
|
|
68
68
|
"yocto-spinner": "^0.2.3",
|
|
69
69
|
"zod-to-json-schema": "^3.24.6",
|
|
70
|
-
"@mastra/deployer": "^0.16.0
|
|
71
|
-
"@mastra/mcp": "^0.11.4
|
|
72
|
-
"@mastra/loggers": "^0.10.11
|
|
70
|
+
"@mastra/deployer": "^0.16.0",
|
|
71
|
+
"@mastra/mcp": "^0.11.4",
|
|
72
|
+
"@mastra/loggers": "^0.10.11"
|
|
73
73
|
},
|
|
74
74
|
"devDependencies": {
|
|
75
75
|
"@microsoft/api-extractor": "^7.52.8",
|
|
@@ -85,11 +85,11 @@
|
|
|
85
85
|
"type-fest": "^4.41.0",
|
|
86
86
|
"typescript": "^5.8.3",
|
|
87
87
|
"vitest": "^3.2.4",
|
|
88
|
-
"@internal/lint": "0.0.
|
|
88
|
+
"@internal/lint": "0.0.36",
|
|
89
89
|
"@internal/playground": "0.0.4",
|
|
90
|
-
"@mastra/client-js": "0.12.0
|
|
91
|
-
"@
|
|
92
|
-
"@
|
|
90
|
+
"@mastra/client-js": "0.12.0",
|
|
91
|
+
"@internal/types-builder": "0.0.11",
|
|
92
|
+
"@mastra/core": "0.16.0"
|
|
93
93
|
},
|
|
94
94
|
"peerDependencies": {
|
|
95
95
|
"@mastra/core": ">=0.10.2-0 <0.17.0-0",
|