@mastra/playground-ui 22.0.1-alpha.5 → 22.0.1-alpha.7
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 +18 -0
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
# @mastra/playground-ui
|
|
2
2
|
|
|
3
|
+
## 22.0.1-alpha.7
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [[`665477b`](https://github.com/mastra-ai/mastra/commit/665477bc104fd52cfef8e7610d7664781a70c220), [`4cc2755`](https://github.com/mastra-ai/mastra/commit/4cc2755a7194cb08720ff2ab4dffb4b4a5103dfd)]:
|
|
8
|
+
- @mastra/core@1.23.0-alpha.7
|
|
9
|
+
- @mastra/client-js@1.13.1-alpha.7
|
|
10
|
+
- @mastra/react@0.2.23-alpha.7
|
|
11
|
+
|
|
12
|
+
## 22.0.1-alpha.6
|
|
13
|
+
|
|
14
|
+
### Patch Changes
|
|
15
|
+
|
|
16
|
+
- Updated dependencies [[`7d6f521`](https://github.com/mastra-ai/mastra/commit/7d6f52164d0cca099f0b07cb2bba334360f1c8ab)]:
|
|
17
|
+
- @mastra/core@1.23.0-alpha.6
|
|
18
|
+
- @mastra/client-js@1.13.1-alpha.6
|
|
19
|
+
- @mastra/react@0.2.23-alpha.6
|
|
20
|
+
|
|
3
21
|
## 22.0.1-alpha.5
|
|
4
22
|
|
|
5
23
|
### 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.7",
|
|
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/
|
|
123
|
-
"@mastra/react": "0.2.23-alpha.
|
|
122
|
+
"@mastra/ai-sdk": "^1.3.2-alpha.0",
|
|
123
|
+
"@mastra/react": "0.2.23-alpha.7",
|
|
124
124
|
"@mastra/schema-compat": "1.2.7",
|
|
125
|
-
"@mastra/
|
|
125
|
+
"@mastra/client-js": "^1.13.1-alpha.7"
|
|
126
126
|
},
|
|
127
127
|
"devDependencies": {
|
|
128
128
|
"@storybook/addon-docs": "^9.1.20",
|
|
@@ -156,11 +156,11 @@
|
|
|
156
156
|
"vite-plugin-lib-inject-css": "^2.2.2",
|
|
157
157
|
"vitest": "4.0.18",
|
|
158
158
|
"zod": "^4.3.6",
|
|
159
|
-
"@mastra/ai-sdk": "^1.3.2-alpha.0",
|
|
160
159
|
"@internal/lint": "0.0.79",
|
|
161
|
-
"@mastra/client-js": "^1.13.1-alpha.
|
|
162
|
-
"@mastra/core": "1.23.0-alpha.
|
|
163
|
-
"@mastra/
|
|
160
|
+
"@mastra/client-js": "^1.13.1-alpha.7",
|
|
161
|
+
"@mastra/core": "1.23.0-alpha.7",
|
|
162
|
+
"@mastra/ai-sdk": "^1.3.2-alpha.0",
|
|
163
|
+
"@mastra/react": "0.2.23-alpha.7",
|
|
164
164
|
"@mastra/schema-compat": "1.2.7"
|
|
165
165
|
},
|
|
166
166
|
"homepage": "https://mastra.ai",
|