@mastra/playground-ui 6.0.0-alpha.2 → 6.0.0-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.
Files changed (2) hide show
  1. package/CHANGELOG.md +2999 -0
  2. package/package.json +17 -7
package/package.json CHANGED
@@ -1,13 +1,14 @@
1
1
  {
2
2
  "name": "@mastra/playground-ui",
3
3
  "type": "module",
4
- "version": "6.0.0-alpha.2",
4
+ "version": "6.0.0-alpha.4",
5
5
  "description": "Mastra Playground components",
6
6
  "main": "dist/index.umd.js",
7
7
  "module": "dist/index.es.js",
8
8
  "types": "dist/index.d.ts",
9
9
  "files": [
10
- "dist"
10
+ "dist",
11
+ "CHANGELOG.md"
11
12
  ],
12
13
  "exports": {
13
14
  ".": {
@@ -37,7 +38,7 @@
37
38
  "license": "Apache-2.0",
38
39
  "dependencies": {
39
40
  "@ai-sdk/ui-utils": "^1.2.11",
40
- "@assistant-ui/react": "^0.10.44",
41
+ "@assistant-ui/react": "^0.10.45",
41
42
  "@assistant-ui/react-markdown": "^0.10.9",
42
43
  "@assistant-ui/react-syntax-highlighter": "^0.10.10",
43
44
  "@assistant-ui/react-ui": "^0.1.8",
@@ -72,7 +73,7 @@
72
73
  "@types/react-syntax-highlighter": "^15.5.13",
73
74
  "@uiw/codemirror-theme-dracula": "^4.23.14",
74
75
  "@uiw/react-codemirror": "^4.23.14",
75
- "@xyflow/react": "^12.8.2",
76
+ "@xyflow/react": "^12.8.4",
76
77
  "cmdk": "^1.1.1",
77
78
  "date-fns": "^4.1.0",
78
79
  "json-schema-to-zod": "^2.6.1",
@@ -98,7 +99,7 @@
98
99
  "use-debounce": "^10.0.5",
99
100
  "zod": "^4.1.5",
100
101
  "zustand": "^5.0.7",
101
- "@mastra/client-js": "^0.11.3-alpha.4"
102
+ "@mastra/client-js": "^0.11.3-alpha.6"
102
103
  },
103
104
  "peerDependencies": {
104
105
  "@mastra/core": ">=0.14.0-0 <0.16.0-0",
@@ -108,7 +109,7 @@
108
109
  "tailwindcss": "^3.0.0"
109
110
  },
110
111
  "devDependencies": {
111
- "@storybook/addon-docs": "^9.1.2",
112
+ "@storybook/addon-docs": "^9.1.3",
112
113
  "@storybook/react-vite": "^9.1.2",
113
114
  "@types/node": "^20.19.0",
114
115
  "@types/react": "^19.1.9",
@@ -126,7 +127,16 @@
126
127
  "vite": "^6.3.5",
127
128
  "vite-plugin-dts": "^4.5.4",
128
129
  "vite-plugin-lib-inject-css": "^2.2.2",
129
- "@mastra/core": "0.15.3-alpha.4"
130
+ "@mastra/core": "0.15.3-alpha.6"
131
+ },
132
+ "homepage": "https://mastra.ai",
133
+ "repository": {
134
+ "type": "git",
135
+ "url": "git+https://github.com/mastra-ai/mastra.git",
136
+ "directory": "packages/playground-ui"
137
+ },
138
+ "bugs": {
139
+ "url": "https://github.com/mastra-ai/mastra/issues"
130
140
  },
131
141
  "scripts": {
132
142
  "build": "tsc && vite build",