@mastra/playground-ui 22.0.1-alpha.3 → 22.0.1-alpha.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/CHANGELOG.md +10 -0
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
# @mastra/playground-ui
|
|
2
2
|
|
|
3
|
+
## 22.0.1-alpha.4
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [[`fff91cf`](https://github.com/mastra-ai/mastra/commit/fff91cf914de0e731578aacebffdeebef82f0440)]:
|
|
8
|
+
- @mastra/core@1.23.0-alpha.4
|
|
9
|
+
- @mastra/ai-sdk@1.3.2-alpha.0
|
|
10
|
+
- @mastra/client-js@1.13.1-alpha.4
|
|
11
|
+
- @mastra/react@0.2.23-alpha.4
|
|
12
|
+
|
|
3
13
|
## 22.0.1-alpha.3
|
|
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": "22.0.1-alpha.
|
|
4
|
+
"version": "22.0.1-alpha.4",
|
|
5
5
|
"description": "Mastra Playground components",
|
|
6
6
|
"main": "dist/index.umd.js",
|
|
7
7
|
"module": "dist/index.es.js",
|
|
@@ -119,10 +119,10 @@
|
|
|
119
119
|
"react-dom": ">=19.0.0",
|
|
120
120
|
"tailwindcss": "^4.0.0",
|
|
121
121
|
"zod": "^3.25.0 || ^4.0.0",
|
|
122
|
-
"@mastra/client-js": "^1.13.1-alpha.3",
|
|
123
122
|
"@mastra/ai-sdk": "^1.3.2-alpha.0",
|
|
124
|
-
"@mastra/
|
|
125
|
-
"@mastra/
|
|
123
|
+
"@mastra/schema-compat": "1.2.7",
|
|
124
|
+
"@mastra/client-js": "^1.13.1-alpha.4",
|
|
125
|
+
"@mastra/react": "0.2.23-alpha.4"
|
|
126
126
|
},
|
|
127
127
|
"devDependencies": {
|
|
128
128
|
"@storybook/addon-docs": "^9.1.20",
|
|
@@ -158,10 +158,10 @@
|
|
|
158
158
|
"zod": "^4.3.6",
|
|
159
159
|
"@internal/lint": "0.0.79",
|
|
160
160
|
"@mastra/ai-sdk": "^1.3.2-alpha.0",
|
|
161
|
-
"@mastra/
|
|
162
|
-
"@mastra/react": "0.2.23-alpha.
|
|
161
|
+
"@mastra/core": "1.23.0-alpha.4",
|
|
162
|
+
"@mastra/react": "0.2.23-alpha.4",
|
|
163
163
|
"@mastra/schema-compat": "1.2.7",
|
|
164
|
-
"@mastra/
|
|
164
|
+
"@mastra/client-js": "^1.13.1-alpha.4"
|
|
165
165
|
},
|
|
166
166
|
"homepage": "https://mastra.ai",
|
|
167
167
|
"repository": {
|