@mastra/playground-ui 50.0.0 → 50.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +9 -0
  2. package/package.json +10 -7
package/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # @mastra/playground-ui
2
2
 
3
+ ## 50.0.1-alpha.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [[`88d14ca`](https://github.com/mastra-ai/mastra/commit/88d14cac008582a618fecc3d5c7fd3bdf4f6ddc3), [`84a5b69`](https://github.com/mastra-ai/mastra/commit/84a5b699f84d6bae0a34efe5a970d891090b9f41), [`84a5b69`](https://github.com/mastra-ai/mastra/commit/84a5b699f84d6bae0a34efe5a970d891090b9f41), [`84a5b69`](https://github.com/mastra-ai/mastra/commit/84a5b699f84d6bae0a34efe5a970d891090b9f41), [`038b7b4`](https://github.com/mastra-ai/mastra/commit/038b7b405cb4ac25ab3f3031334111b1f87ac112), [`4132d61`](https://github.com/mastra-ai/mastra/commit/4132d61f8367077120ee9e6420d3224dffd93c93)]:
8
+ - @mastra/core@1.60.1-alpha.0
9
+ - @mastra/client-js@1.41.1-alpha.0
10
+ - @mastra/react@1.4.5-alpha.0
11
+
3
12
  ## 50.0.0
4
13
 
5
14
  ### Minor Changes
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@mastra/playground-ui",
3
3
  "type": "module",
4
- "version": "50.0.0",
4
+ "version": "50.0.1-alpha.0",
5
5
  "description": "Mastra Playground components",
6
6
  "sideEffects": [
7
7
  "**/*.css"
@@ -151,14 +151,16 @@
151
151
  "react": ">=19.0.0",
152
152
  "react-dom": ">=19.0.0",
153
153
  "tailwindcss": "^4.0.0",
154
- "@mastra/client-js": "^1.41.0",
155
- "@mastra/react": "1.4.4"
154
+ "@mastra/client-js": "^1.41.1-alpha.0",
155
+ "@mastra/react": "1.4.5-alpha.0"
156
156
  },
157
157
  "devDependencies": {
158
158
  "@storybook/addon-a11y": "^10.4.1",
159
159
  "@storybook/addon-docs": "^10.4.1",
160
160
  "@storybook/addon-mcp": "^0.6.0",
161
161
  "@storybook/react-vite": "^10.4.1",
162
+ "@stryker-mutator/core": "10.0.0",
163
+ "@stryker-mutator/vitest-runner": "10.0.0",
162
164
  "@tailwindcss/postcss": "^4.3.3",
163
165
  "@tailwindcss/typography": "^0.5.19",
164
166
  "@tailwindcss/vite": "4.3.3",
@@ -190,11 +192,11 @@
190
192
  "vite-plugin-dts": "^4.5.4",
191
193
  "vite-plugin-lib-inject-css": "^2.2.2",
192
194
  "vitest": "4.1.10",
193
- "@internal/lint": "0.0.124",
194
- "@mastra/client-js": "^1.41.0",
195
+ "@mastra/client-js": "^1.41.1-alpha.0",
195
196
  "@mastra/memory": "1.27.0",
196
- "@mastra/react": "1.4.4",
197
- "@mastra/core": "1.60.0"
197
+ "@mastra/react": "1.4.5-alpha.0",
198
+ "@internal/lint": "0.0.124",
199
+ "@mastra/core": "1.60.1-alpha.0"
198
200
  },
199
201
  "homepage": "https://mastra.ai",
200
202
  "repository": {
@@ -212,6 +214,7 @@
212
214
  "build": "vite build",
213
215
  "dev": "vite build && vite build --watch --mode development",
214
216
  "test": "vitest",
217
+ "test:mutate": "stryker run --mutate",
215
218
  "typecheck": "tsc",
216
219
  "lint": "oxlint . && eslint .",
217
220
  "lint:fix": "oxlint --fix . && eslint --fix .",