@mastra/playground-ui 6.5.0 → 6.5.1

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.
@@ -43,5 +43,5 @@ export * from './components/ui/collapsible';
43
43
  export * from './domains/conversation/index';
44
44
  export * from './lib/errors';
45
45
  export * from './components/assistant-ui/tools/tool-fallback';
46
- export * from './domains/mcps/index';
47
46
  export * from './domains/workflows/runs/workflow-run-list';
47
+ export * from './domains/mcps/index';
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@mastra/playground-ui",
3
3
  "type": "module",
4
- "version": "6.5.0",
4
+ "version": "6.5.1",
5
5
  "description": "Mastra Playground components",
6
6
  "main": "dist/index.umd.js",
7
7
  "module": "dist/index.es.js",
@@ -99,16 +99,16 @@
99
99
  "unified": "^11.0.5",
100
100
  "use-debounce": "^10.0.6",
101
101
  "zod": "^4.1.12",
102
- "zustand": "^5.0.8",
103
- "@mastra/client-js": "^0.16.0",
104
- "@mastra/react": "0.0.6"
102
+ "zustand": "^5.0.8"
105
103
  },
106
104
  "peerDependencies": {
107
105
  "@mastra/core": ">=0.21.0-0 <0.22.0-0",
108
106
  "lucide-react": "^0.474.0",
109
107
  "react": ">=19.0.0",
110
108
  "react-dom": ">=19.0.0",
111
- "tailwindcss": "^3.0.0"
109
+ "tailwindcss": "^3.0.0",
110
+ "@mastra/react": "0.0.7",
111
+ "@mastra/client-js": "^0.16.1"
112
112
  },
113
113
  "devDependencies": {
114
114
  "@storybook/addon-docs": "^9.1.10",
@@ -130,7 +130,9 @@
130
130
  "vite-plugin-dts": "^4.5.4",
131
131
  "vite-plugin-lib-inject-css": "^2.2.2",
132
132
  "vitest": "^3.2.4",
133
- "@mastra/core": "0.21.0"
133
+ "@mastra/client-js": "^0.16.1",
134
+ "@mastra/react": "0.0.7",
135
+ "@mastra/core": "0.21.1"
134
136
  },
135
137
  "homepage": "https://mastra.ai",
136
138
  "repository": {