@mastra/playground-ui 6.6.0-alpha.1 → 6.6.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.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@mastra/playground-ui",
3
3
  "type": "module",
4
- "version": "6.6.0-alpha.1",
4
+ "version": "6.6.1",
5
5
  "description": "Mastra Playground components",
6
6
  "main": "dist/index.umd.js",
7
7
  "module": "dist/index.es.js",
@@ -107,8 +107,8 @@
107
107
  "react": ">=19.0.0",
108
108
  "react-dom": ">=19.0.0",
109
109
  "tailwindcss": "^3.0.0",
110
- "@mastra/client-js": "^0.16.2-alpha.1",
111
- "@mastra/react": "0.0.8-alpha.1"
110
+ "@mastra/client-js": "^0.16.3",
111
+ "@mastra/react": "0.0.9"
112
112
  },
113
113
  "devDependencies": {
114
114
  "@storybook/addon-docs": "^9.1.10",
@@ -130,9 +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/react": "0.0.8-alpha.1",
134
- "@mastra/core": "0.22.0-alpha.1",
135
- "@mastra/client-js": "^0.16.2-alpha.1"
133
+ "@mastra/react": "0.0.9",
134
+ "@mastra/core": "0.22.1",
135
+ "@mastra/client-js": "^0.16.3"
136
136
  },
137
137
  "homepage": "https://mastra.ai",
138
138
  "repository": {