@mastra/playground-ui 7.0.0-beta.3 → 7.0.0-beta.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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@mastra/playground-ui",
3
3
  "type": "module",
4
- "version": "7.0.0-beta.3",
4
+ "version": "7.0.0-beta.4",
5
5
  "description": "Mastra Playground components",
6
6
  "main": "dist/index.umd.js",
7
7
  "module": "dist/index.es.js",
@@ -104,7 +104,7 @@
104
104
  "use-debounce": "^10.0.6",
105
105
  "zod": "^4.1.12",
106
106
  "zustand": "^5.0.8",
107
- "@mastra/ai-sdk": "^1.0.0-beta.2"
107
+ "@mastra/ai-sdk": "^1.0.0-beta.3"
108
108
  },
109
109
  "peerDependencies": {
110
110
  "@mastra/core": ">=1.0.0-0 <2.0.0-0",
@@ -113,8 +113,8 @@
113
113
  "react": ">=19.0.0",
114
114
  "react-dom": ">=19.0.0",
115
115
  "tailwindcss": "^3.0.0",
116
- "@mastra/client-js": "^1.0.0-beta.3",
117
- "@mastra/react": "0.1.0-beta.3"
116
+ "@mastra/client-js": "^1.0.0-beta.4",
117
+ "@mastra/react": "0.1.0-beta.4"
118
118
  },
119
119
  "devDependencies": {
120
120
  "@storybook/addon-docs": "^9.1.16",
@@ -139,9 +139,9 @@
139
139
  "vite-plugin-dts": "^4.5.4",
140
140
  "vite-plugin-lib-inject-css": "^2.2.2",
141
141
  "vitest": "^4.0.8",
142
- "@mastra/core": "1.0.0-beta.3",
143
- "@mastra/react": "0.1.0-beta.3",
144
- "@mastra/client-js": "^1.0.0-beta.3"
142
+ "@mastra/client-js": "^1.0.0-beta.4",
143
+ "@mastra/core": "1.0.0-beta.4",
144
+ "@mastra/react": "0.1.0-beta.4"
145
145
  },
146
146
  "homepage": "https://mastra.ai",
147
147
  "repository": {