@mastra/react 0.2.14-alpha.0 → 0.2.15-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.
- package/CHANGELOG.md +16 -0
- package/dist/index.js +1 -1
- package/package.json +17 -17
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# @mastra/react
|
|
2
2
|
|
|
3
|
+
## 0.2.15-alpha.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [[`51970b3`](https://github.com/mastra-ai/mastra/commit/51970b3828494d59a8dd4df143b194d37d31e3f5), [`085e371`](https://github.com/mastra-ai/mastra/commit/085e3718a7d0fe9a210fe7dd1c867b9bdfe8d16b), [`ce26fe2`](https://github.com/mastra-ai/mastra/commit/ce26fe2166dd90254f8bee5776e55977143e97de), [`b26307f`](https://github.com/mastra-ai/mastra/commit/b26307f050df39629511b0e831b8fc26973ce8b1)]:
|
|
8
|
+
- @mastra/core@1.13.3-alpha.0
|
|
9
|
+
- @mastra/client-js@1.8.5-alpha.0
|
|
10
|
+
|
|
11
|
+
## 0.2.14
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- Updated dependencies [[`42c585b`](https://github.com/mastra-ai/mastra/commit/42c585bf863ab0a5081e7445f24a821f32b31c91), [`0ce6035`](https://github.com/mastra-ai/mastra/commit/0ce603591189f547397704e53f23c77bc5630071)]:
|
|
16
|
+
- @mastra/client-js@1.8.4
|
|
17
|
+
- @mastra/core@1.13.2
|
|
18
|
+
|
|
3
19
|
## 0.2.14-alpha.0
|
|
4
20
|
|
|
5
21
|
### Patch Changes
|
package/dist/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { MastraClient } from '@mastra/client-js';
|
|
2
2
|
import { createContext, useContext, useRef, useState, useEffect, useLayoutEffect, useCallback, Fragment } from 'react';
|
|
3
|
-
import {
|
|
3
|
+
import { jsx, jsxs } from 'react/jsx-runtime';
|
|
4
4
|
import { v4 } from '@lukeed/uuid';
|
|
5
5
|
import { ChevronDownIcon, CheckIcon, CopyIcon } from 'lucide-react';
|
|
6
6
|
import { twMerge } from 'tailwind-merge';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mastra/react",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.15-alpha.0",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "git+https://github.com/mastra-ai/mastra.git",
|
|
@@ -34,12 +34,12 @@
|
|
|
34
34
|
],
|
|
35
35
|
"dependencies": {
|
|
36
36
|
"@lukeed/uuid": "^2.0.1",
|
|
37
|
-
"@radix-ui/react-tooltip": "^1.2.
|
|
37
|
+
"@radix-ui/react-tooltip": "^1.2.8",
|
|
38
38
|
"hast-util-to-jsx-runtime": "^2.3.6",
|
|
39
39
|
"lucide-react": "^0.522.0",
|
|
40
40
|
"shiki": "^1.29.2",
|
|
41
41
|
"tailwind-merge": "^3.5.0",
|
|
42
|
-
"@mastra/client-js": "1.8.
|
|
42
|
+
"@mastra/client-js": "1.8.5-alpha.0"
|
|
43
43
|
},
|
|
44
44
|
"peerDependencies": {
|
|
45
45
|
"@mastra/core": ">=1.8.0-0 <2.0.0-0",
|
|
@@ -48,30 +48,30 @@
|
|
|
48
48
|
"zod": "^3.25.0 || ^4.0.0"
|
|
49
49
|
},
|
|
50
50
|
"devDependencies": {
|
|
51
|
-
"@ai-sdk/react": "^2.0.
|
|
52
|
-
"@assistant-ui/react": "^0.12.
|
|
53
|
-
"@storybook/react-vite": "^9.1.
|
|
51
|
+
"@ai-sdk/react": "^2.0.156",
|
|
52
|
+
"@assistant-ui/react": "^0.12.17",
|
|
53
|
+
"@storybook/react-vite": "^9.1.20",
|
|
54
54
|
"@tailwindcss/cli": "^4.2.1",
|
|
55
55
|
"@tailwindcss/vite": "^4.2.1",
|
|
56
|
-
"@types/react": "^19.
|
|
57
|
-
"@types/react-dom": "^19.
|
|
58
|
-
"@vitejs/plugin-react": "^5.
|
|
56
|
+
"@types/react": "^19.2.14",
|
|
57
|
+
"@types/react-dom": "^19.2.3",
|
|
58
|
+
"@vitejs/plugin-react": "^5.2.0",
|
|
59
59
|
"@vitest/coverage-v8": "4.0.18",
|
|
60
60
|
"@vitest/ui": "4.0.18",
|
|
61
61
|
"eslint": "^9.39.4",
|
|
62
|
-
"eslint-plugin-storybook": "^10.2.
|
|
63
|
-
"react": "
|
|
64
|
-
"react-dom": "
|
|
65
|
-
"storybook": "^9.1.
|
|
62
|
+
"eslint-plugin-storybook": "^10.2.19",
|
|
63
|
+
"react": "^19.2.4",
|
|
64
|
+
"react-dom": "^19.2.4",
|
|
65
|
+
"storybook": "^9.1.20",
|
|
66
66
|
"tailwindcss": "^4.2.1",
|
|
67
67
|
"tsup": "^8.5.1",
|
|
68
68
|
"typescript": "^5.9.3",
|
|
69
69
|
"vite": "^7.3.1",
|
|
70
70
|
"vitest": "4.0.18",
|
|
71
|
-
"zod": "^3.25.
|
|
72
|
-
"@internal/lint": "0.0.
|
|
73
|
-
"@
|
|
74
|
-
"@
|
|
71
|
+
"zod": "^3.25.76",
|
|
72
|
+
"@internal/lint": "0.0.71",
|
|
73
|
+
"@mastra/core": "1.13.3-alpha.0",
|
|
74
|
+
"@internal/types-builder": "0.0.46"
|
|
75
75
|
},
|
|
76
76
|
"eslintConfig": {
|
|
77
77
|
"extends": [
|