@mastra/playground-ui 8.0.0-alpha.2 → 8.0.0-alpha.3
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 +10 -0
- package/package.json +9 -9
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
# @mastra/playground-ui
|
|
2
2
|
|
|
3
|
+
## 8.0.0-alpha.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [[`a64a24c`](https://github.com/mastra-ai/mastra/commit/a64a24c9bce499b989667c7963f2f71a11d90334), [`a64a24c`](https://github.com/mastra-ai/mastra/commit/a64a24c9bce499b989667c7963f2f71a11d90334)]:
|
|
8
|
+
- @mastra/client-js@1.1.0-alpha.2
|
|
9
|
+
- @mastra/react@0.2.0-alpha.2
|
|
10
|
+
- @mastra/ai-sdk@1.0.3-alpha.0
|
|
11
|
+
- @mastra/core@1.1.0-alpha.2
|
|
12
|
+
|
|
3
13
|
## 8.0.0-alpha.2
|
|
4
14
|
|
|
5
15
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mastra/playground-ui",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "8.0.0-alpha.
|
|
4
|
+
"version": "8.0.0-alpha.3",
|
|
5
5
|
"description": "Mastra Playground components",
|
|
6
6
|
"main": "dist/index.umd.js",
|
|
7
7
|
"module": "dist/index.es.js",
|
|
@@ -125,10 +125,10 @@
|
|
|
125
125
|
"react": ">=19.0.0",
|
|
126
126
|
"react-dom": ">=19.0.0",
|
|
127
127
|
"tailwindcss": "^3.0.0",
|
|
128
|
-
"@mastra/client-js": "^1.1.0-alpha.1",
|
|
129
|
-
"@mastra/react": "0.2.0-alpha.1",
|
|
130
128
|
"@mastra/ai-sdk": "^1.0.3-alpha.0",
|
|
131
|
-
"@mastra/
|
|
129
|
+
"@mastra/client-js": "^1.1.0-alpha.2",
|
|
130
|
+
"@mastra/schema-compat": "1.0.0",
|
|
131
|
+
"@mastra/react": "0.2.0-alpha.2"
|
|
132
132
|
},
|
|
133
133
|
"devDependencies": {
|
|
134
134
|
"@storybook/addon-docs": "^9.1.16",
|
|
@@ -154,11 +154,11 @@
|
|
|
154
154
|
"vite-plugin-dts": "^4.5.4",
|
|
155
155
|
"vite-plugin-lib-inject-css": "^2.2.2",
|
|
156
156
|
"vitest": "4.0.16",
|
|
157
|
-
"@mastra/
|
|
158
|
-
"@mastra/core": "1.1.0-alpha.
|
|
159
|
-
"@mastra/
|
|
160
|
-
"@mastra/
|
|
161
|
-
"@mastra/
|
|
157
|
+
"@mastra/ai-sdk": "^1.0.3-alpha.0",
|
|
158
|
+
"@mastra/core": "1.1.0-alpha.2",
|
|
159
|
+
"@mastra/client-js": "^1.1.0-alpha.2",
|
|
160
|
+
"@mastra/react": "0.2.0-alpha.2",
|
|
161
|
+
"@mastra/schema-compat": "1.0.0"
|
|
162
162
|
},
|
|
163
163
|
"homepage": "https://mastra.ai",
|
|
164
164
|
"repository": {
|