@mastra/playground-ui 16.1.0 → 16.1.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/CHANGELOG.md +11 -0
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,16 @@
|
|
|
1
1
|
# @mastra/playground-ui
|
|
2
2
|
|
|
3
|
+
## 16.1.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [[`c4e600e`](https://github.com/mastra-ai/mastra/commit/c4e600e39a04309c3a7ff182bd806ab2b3c788ea), [`205e76c`](https://github.com/mastra-ai/mastra/commit/205e76c3ba652205dafb037f50a4a8eea73f6736)]:
|
|
8
|
+
- @mastra/schema-compat@1.2.3
|
|
9
|
+
- @mastra/core@1.13.1
|
|
10
|
+
- @mastra/client-js@1.8.3
|
|
11
|
+
- @mastra/react@0.2.13
|
|
12
|
+
- @mastra/ai-sdk@1.1.3
|
|
13
|
+
|
|
3
14
|
## 16.1.0
|
|
4
15
|
|
|
5
16
|
### Minor Changes
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mastra/playground-ui",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "16.1.
|
|
4
|
+
"version": "16.1.1",
|
|
5
5
|
"description": "Mastra Playground components",
|
|
6
6
|
"main": "dist/index.umd.js",
|
|
7
7
|
"module": "dist/index.es.js",
|
|
@@ -129,9 +129,9 @@
|
|
|
129
129
|
"tailwindcss": "^3.0.0",
|
|
130
130
|
"zod": "^3.25.0 || ^4.0.0",
|
|
131
131
|
"@mastra/ai-sdk": "^1.1.3",
|
|
132
|
-
"@mastra/
|
|
133
|
-
"@mastra/
|
|
134
|
-
"@mastra/schema-compat": "1.2.
|
|
132
|
+
"@mastra/react": "0.2.13",
|
|
133
|
+
"@mastra/client-js": "^1.8.3",
|
|
134
|
+
"@mastra/schema-compat": "1.2.3"
|
|
135
135
|
},
|
|
136
136
|
"devDependencies": {
|
|
137
137
|
"@storybook/addon-docs": "^9.1.16",
|
|
@@ -161,11 +161,11 @@
|
|
|
161
161
|
"vite-plugin-lib-inject-css": "^2.2.2",
|
|
162
162
|
"vitest": "4.0.18",
|
|
163
163
|
"zod": "^4.3.6",
|
|
164
|
+
"@mastra/client-js": "^1.8.3",
|
|
164
165
|
"@mastra/ai-sdk": "^1.1.3",
|
|
165
|
-
"@mastra/core": "1.13.
|
|
166
|
-
"@mastra/react": "0.2.
|
|
167
|
-
"@mastra/
|
|
168
|
-
"@mastra/schema-compat": "1.2.2"
|
|
166
|
+
"@mastra/core": "1.13.1",
|
|
167
|
+
"@mastra/react": "0.2.13",
|
|
168
|
+
"@mastra/schema-compat": "1.2.3"
|
|
169
169
|
},
|
|
170
170
|
"homepage": "https://mastra.ai",
|
|
171
171
|
"repository": {
|