@mastra/playground-ui 6.1.0-alpha.1 → 6.1.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 +26 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,31 @@
|
|
|
1
1
|
# @mastra/playground-ui
|
|
2
2
|
|
|
3
|
+
## 6.1.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- a01cf14: Add workflow graph in agent (workflow as tool in agent)
|
|
8
|
+
- 376913a: Update peerdeps of @mastra/core
|
|
9
|
+
|
|
10
|
+
### Patch Changes
|
|
11
|
+
|
|
12
|
+
- cf4e353: Agent Builder Template - adding in UI components to use agent builder template actions
|
|
13
|
+
- 788e612: Fix playground workflow graph is broken when workflow starts with a branch
|
|
14
|
+
- 5397eb4: Add public URL support when adding files in Multi Modal
|
|
15
|
+
- Updated dependencies [8fbf79e]
|
|
16
|
+
- Updated dependencies [cf4e353]
|
|
17
|
+
- Updated dependencies [6155cfc]
|
|
18
|
+
- Updated dependencies [fd83526]
|
|
19
|
+
- Updated dependencies [d0b90ab]
|
|
20
|
+
- Updated dependencies [6f5eb7a]
|
|
21
|
+
- Updated dependencies [a01cf14]
|
|
22
|
+
- Updated dependencies [a9e50ee]
|
|
23
|
+
- Updated dependencies [5397eb4]
|
|
24
|
+
- Updated dependencies [c9f4e4a]
|
|
25
|
+
- Updated dependencies [0acbc80]
|
|
26
|
+
- @mastra/core@0.16.0
|
|
27
|
+
- @mastra/client-js@0.12.0
|
|
28
|
+
|
|
3
29
|
## 6.1.0-alpha.1
|
|
4
30
|
|
|
5
31
|
### Minor Changes
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mastra/playground-ui",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "6.1.0
|
|
4
|
+
"version": "6.1.0",
|
|
5
5
|
"description": "Mastra Playground components",
|
|
6
6
|
"main": "dist/index.umd.js",
|
|
7
7
|
"module": "dist/index.es.js",
|
|
@@ -99,7 +99,7 @@
|
|
|
99
99
|
"use-debounce": "^10.0.5",
|
|
100
100
|
"zod": "^4.1.5",
|
|
101
101
|
"zustand": "^5.0.7",
|
|
102
|
-
"@mastra/client-js": "^0.12.0
|
|
102
|
+
"@mastra/client-js": "^0.12.0"
|
|
103
103
|
},
|
|
104
104
|
"peerDependencies": {
|
|
105
105
|
"@mastra/core": ">=0.16.0-0 <0.17.0-0",
|
|
@@ -127,7 +127,7 @@
|
|
|
127
127
|
"vite": "^6.3.5",
|
|
128
128
|
"vite-plugin-dts": "^4.5.4",
|
|
129
129
|
"vite-plugin-lib-inject-css": "^2.2.2",
|
|
130
|
-
"@mastra/core": "0.16.0
|
|
130
|
+
"@mastra/core": "0.16.0"
|
|
131
131
|
},
|
|
132
132
|
"homepage": "https://mastra.ai",
|
|
133
133
|
"repository": {
|