@mastra/playground-ui 7.0.0 → 7.0.1-alpha.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 +9 -0
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
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",
|
|
4
|
+
"version": "7.0.1-alpha.0",
|
|
5
5
|
"description": "Mastra Playground components",
|
|
6
6
|
"main": "dist/index.umd.js",
|
|
7
7
|
"module": "dist/index.es.js",
|
|
@@ -106,8 +106,8 @@
|
|
|
106
106
|
"react-dom": ">=19.0.0",
|
|
107
107
|
"tailwindcss": "^3.0.0",
|
|
108
108
|
"@tanstack/react-query": "^5.81.5",
|
|
109
|
-
"@mastra/client-js": "^0.17.0",
|
|
110
|
-
"@mastra/react": "0.0.
|
|
109
|
+
"@mastra/client-js": "^0.17.1-alpha.0",
|
|
110
|
+
"@mastra/react": "0.0.23-alpha.0",
|
|
111
111
|
"@mastra/schema-compat": "0.11.9"
|
|
112
112
|
},
|
|
113
113
|
"devDependencies": {
|
|
@@ -131,10 +131,10 @@
|
|
|
131
131
|
"vite-plugin-lib-inject-css": "^2.2.2",
|
|
132
132
|
"vitest": "^3.2.4",
|
|
133
133
|
"@tanstack/react-query": "^5.81.5",
|
|
134
|
-
"@mastra/client-js": "^0.17.0",
|
|
135
|
-
"@mastra/react": "0.0.
|
|
134
|
+
"@mastra/client-js": "^0.17.1-alpha.0",
|
|
135
|
+
"@mastra/react": "0.0.23-alpha.0",
|
|
136
136
|
"@mastra/schema-compat": "0.11.9",
|
|
137
|
-
"@mastra/core": "0.24.
|
|
137
|
+
"@mastra/core": "0.24.8-alpha.0"
|
|
138
138
|
},
|
|
139
139
|
"homepage": "https://mastra.ai",
|
|
140
140
|
"repository": {
|