@mastra/react 0.1.0-beta.2 → 0.1.0-beta.21
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 +298 -0
- package/dist/chunk-55VPMN3N-BuAJ8n05.js +249 -0
- package/dist/chunk-55VPMN3N-BuAJ8n05.js.map +1 -0
- package/dist/chunk-55VPMN3N-CcAQjWR_.cjs +251 -0
- package/dist/chunk-55VPMN3N-CcAQjWR_.cjs.map +1 -0
- package/dist/index-BaK_Y6TP.cjs +185 -0
- package/dist/index-BaK_Y6TP.cjs.map +1 -0
- package/dist/index-Bk0KrCu7.js +20372 -0
- package/dist/index-Bk0KrCu7.js.map +1 -0
- package/dist/index-C1OzXW5i.js +180 -0
- package/dist/index-C1OzXW5i.js.map +1 -0
- package/dist/index-DIo7K8Tu.cjs +20455 -0
- package/dist/index-DIo7K8Tu.cjs.map +1 -0
- package/dist/index.cjs +65 -1813
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1753
- package/dist/index.js.map +1 -1
- package/dist/react.css +1 -1
- package/dist/src/agent/hooks.d.ts +4 -1
- package/dist/src/lib/ai-sdk/types.d.ts +36 -2
- package/dist/token-6GSAFR2W-SPYPLMBM-DiC0Z8QW.cjs +64 -0
- package/dist/token-6GSAFR2W-SPYPLMBM-DiC0Z8QW.cjs.map +1 -0
- package/dist/token-6GSAFR2W-SPYPLMBM-Dw0-CxcM.js +60 -0
- package/dist/token-6GSAFR2W-SPYPLMBM-Dw0-CxcM.js.map +1 -0
- package/dist/token-util-NEHG7TUY-JRJTGTAB-5ZAaCe3X.cjs +11 -0
- package/dist/token-util-NEHG7TUY-JRJTGTAB-5ZAaCe3X.cjs.map +1 -0
- package/dist/token-util-NEHG7TUY-JRJTGTAB-CrKHYQe8.js +7 -0
- package/dist/token-util-NEHG7TUY-JRJTGTAB-CrKHYQe8.js.map +1 -0
- package/package.json +16 -13
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { r as require_token_util } from './chunk-55VPMN3N-BuAJ8n05.js';
|
|
2
|
+
|
|
3
|
+
// ../_vendored/ai_v5/dist/token-util-NEHG7TUY.js
|
|
4
|
+
var tokenUtilNEHG7TUY = require_token_util();
|
|
5
|
+
|
|
6
|
+
export { tokenUtilNEHG7TUY as default };
|
|
7
|
+
//# sourceMappingURL=token-util-NEHG7TUY-JRJTGTAB-CrKHYQe8.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"token-util-NEHG7TUY-JRJTGTAB-CrKHYQe8.js","sources":["../../../packages/core/dist/token-util-NEHG7TUY-JRJTGTAB.js"],"sourcesContent":["import { require_token_util } from './chunk-55VPMN3N.js';\n\n// ../_vendored/ai_v5/dist/token-util-NEHG7TUY.js\nvar tokenUtilNEHG7TUY = require_token_util();\n\nexport { tokenUtilNEHG7TUY as default };\n//# sourceMappingURL=token-util-NEHG7TUY-JRJTGTAB.js.map\n//# sourceMappingURL=token-util-NEHG7TUY-JRJTGTAB.js.map"],"names":[],"mappings":";;AAEA;AACG,IAAC,iBAAiB,GAAG,kBAAkB;;;;"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mastra/react",
|
|
3
|
-
"version": "0.1.0-beta.
|
|
3
|
+
"version": "0.1.0-beta.21",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "git+https://github.com/mastra-ai/mastra.git",
|
|
@@ -33,39 +33,42 @@
|
|
|
33
33
|
"CHANGELOG.md"
|
|
34
34
|
],
|
|
35
35
|
"dependencies": {
|
|
36
|
+
"@lukeed/uuid": "^2.0.1",
|
|
36
37
|
"@radix-ui/react-tooltip": "^1.2.7",
|
|
37
38
|
"hast-util-to-jsx-runtime": "^2.3.6",
|
|
38
39
|
"lucide-react": "^0.522.0",
|
|
39
40
|
"shiki": "^1.29.2",
|
|
40
41
|
"tailwind-merge": "^3.3.1",
|
|
41
|
-
"@mastra/client-js": "1.0.0-beta.
|
|
42
|
+
"@mastra/client-js": "1.0.0-beta.21"
|
|
42
43
|
},
|
|
43
44
|
"peerDependencies": {
|
|
44
45
|
"react": ">=19.0.0",
|
|
45
|
-
"react-dom": ">=19.0.0"
|
|
46
|
+
"react-dom": ">=19.0.0",
|
|
47
|
+
"zod": "^3.25.0 || ^4.0.0"
|
|
46
48
|
},
|
|
47
49
|
"devDependencies": {
|
|
48
50
|
"@ai-sdk/react": "^2.0.57",
|
|
49
|
-
"@assistant-ui/react": "^0.
|
|
51
|
+
"@assistant-ui/react": "^0.11.47",
|
|
50
52
|
"@storybook/react-vite": "^9.1.16",
|
|
51
|
-
"@tailwindcss/vite": "^4.1.
|
|
53
|
+
"@tailwindcss/vite": "^4.1.17",
|
|
52
54
|
"@types/react": "^19.1.13",
|
|
53
55
|
"@types/react-dom": "^19.1.9",
|
|
54
|
-
"@vitejs/plugin-react": "^5.
|
|
55
|
-
"@vitest/coverage-v8": "
|
|
56
|
-
"@vitest/ui": "
|
|
56
|
+
"@vitejs/plugin-react": "^5.1.2",
|
|
57
|
+
"@vitest/coverage-v8": "4.0.12",
|
|
58
|
+
"@vitest/ui": "4.0.12",
|
|
57
59
|
"eslint": "^9.37.0",
|
|
58
|
-
"eslint-plugin-storybook": "^
|
|
60
|
+
"eslint-plugin-storybook": "^10.1.11",
|
|
59
61
|
"react": ">=19.0.0",
|
|
60
62
|
"react-dom": ">=19.0.0",
|
|
61
63
|
"rollup-plugin-node-externals": "^8.0.1",
|
|
62
64
|
"storybook": "^9.1.10",
|
|
63
65
|
"tailwindcss": "^4",
|
|
64
|
-
"typescript": "^5.
|
|
65
|
-
"vite": "^7.
|
|
66
|
+
"typescript": "^5.9.3",
|
|
67
|
+
"vite": "^7.3.0",
|
|
66
68
|
"vite-plugin-dts": "^4.5.4",
|
|
67
|
-
"vitest": "
|
|
68
|
-
"
|
|
69
|
+
"vitest": "4.0.16",
|
|
70
|
+
"zod": "^3.25.0",
|
|
71
|
+
"@mastra/core": "1.0.0-beta.21"
|
|
69
72
|
},
|
|
70
73
|
"eslintConfig": {
|
|
71
74
|
"extends": [
|