@mastra/react 0.1.0-beta.8 → 1.0.0-beta.24
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 +324 -0
- package/dist/chunk-55VPMN3N-BuLK6rn1.js +249 -0
- package/dist/chunk-55VPMN3N-BuLK6rn1.js.map +1 -0
- package/dist/chunk-55VPMN3N-Dhj5NfGj.cjs +251 -0
- package/dist/chunk-55VPMN3N-Dhj5NfGj.cjs.map +1 -0
- package/dist/index-BEw00-Pp.cjs +20642 -0
- package/dist/index-BEw00-Pp.cjs.map +1 -0
- package/dist/index-BaK_Y6TP.cjs +185 -0
- package/dist/index-BaK_Y6TP.cjs.map +1 -0
- package/dist/index-C1OzXW5i.js +180 -0
- package/dist/index-C1OzXW5i.js.map +1 -0
- package/dist/index-CIU9zuI1.js +20559 -0
- package/dist/index-CIU9zuI1.js.map +1 -0
- package/dist/index.cjs +65 -1878
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1818
- package/dist/index.js.map +1 -1
- package/dist/src/agent/hooks.d.ts +7 -0
- package/dist/src/lib/ai-sdk/types.d.ts +62 -3
- package/dist/token-6GSAFR2W-SPYPLMBM-Bmb7aObX.js +60 -0
- package/dist/token-6GSAFR2W-SPYPLMBM-Bmb7aObX.js.map +1 -0
- package/dist/token-6GSAFR2W-SPYPLMBM-DPP_j841.cjs +64 -0
- package/dist/token-6GSAFR2W-SPYPLMBM-DPP_j841.cjs.map +1 -0
- package/dist/token-util-NEHG7TUY-JRJTGTAB-0WkcL_9T.cjs +11 -0
- package/dist/token-util-NEHG7TUY-JRJTGTAB-0WkcL_9T.cjs.map +1 -0
- package/dist/token-util-NEHG7TUY-JRJTGTAB-BLZ0BA54.js +7 -0
- package/dist/token-util-NEHG7TUY-JRJTGTAB-BLZ0BA54.js.map +1 -0
- package/package.json +12 -10
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
4
|
+
|
|
5
|
+
const chunk55VPMN3N = require('./chunk-55VPMN3N-Dhj5NfGj.cjs');
|
|
6
|
+
|
|
7
|
+
// ../_vendored/ai_v5/dist/token-util-NEHG7TUY.js
|
|
8
|
+
var tokenUtilNEHG7TUY = chunk55VPMN3N.require_token_util();
|
|
9
|
+
|
|
10
|
+
exports.default = tokenUtilNEHG7TUY;
|
|
11
|
+
//# sourceMappingURL=token-util-NEHG7TUY-JRJTGTAB-0WkcL_9T.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"token-util-NEHG7TUY-JRJTGTAB-0WkcL_9T.cjs","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":["require_token_util"],"mappings":";;;;;;AAEA;AACG,IAAC,iBAAiB,GAAGA,gCAAkB;;;;"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { r as require_token_util } from './chunk-55VPMN3N-BuLK6rn1.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-BLZ0BA54.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"token-util-NEHG7TUY-JRJTGTAB-BLZ0BA54.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": "
|
|
3
|
+
"version": "1.0.0-beta.24",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "git+https://github.com/mastra-ai/mastra.git",
|
|
@@ -39,34 +39,36 @@
|
|
|
39
39
|
"lucide-react": "^0.522.0",
|
|
40
40
|
"shiki": "^1.29.2",
|
|
41
41
|
"tailwind-merge": "^3.3.1",
|
|
42
|
-
"@mastra/client-js": "1.0.0-beta.
|
|
42
|
+
"@mastra/client-js": "1.0.0-beta.24"
|
|
43
43
|
},
|
|
44
44
|
"peerDependencies": {
|
|
45
45
|
"react": ">=19.0.0",
|
|
46
|
-
"react-dom": ">=19.0.0"
|
|
46
|
+
"react-dom": ">=19.0.0",
|
|
47
|
+
"zod": "^3.25.0 || ^4.0.0"
|
|
47
48
|
},
|
|
48
49
|
"devDependencies": {
|
|
49
50
|
"@ai-sdk/react": "^2.0.57",
|
|
50
|
-
"@assistant-ui/react": "^0.
|
|
51
|
+
"@assistant-ui/react": "^0.11.47",
|
|
51
52
|
"@storybook/react-vite": "^9.1.16",
|
|
52
53
|
"@tailwindcss/vite": "^4.1.17",
|
|
53
54
|
"@types/react": "^19.1.13",
|
|
54
55
|
"@types/react-dom": "^19.1.9",
|
|
55
|
-
"@vitejs/plugin-react": "^5.
|
|
56
|
+
"@vitejs/plugin-react": "^5.1.2",
|
|
56
57
|
"@vitest/coverage-v8": "4.0.12",
|
|
57
58
|
"@vitest/ui": "4.0.12",
|
|
58
59
|
"eslint": "^9.37.0",
|
|
59
|
-
"eslint-plugin-storybook": "^
|
|
60
|
+
"eslint-plugin-storybook": "^10.1.11",
|
|
60
61
|
"react": ">=19.0.0",
|
|
61
62
|
"react-dom": ">=19.0.0",
|
|
62
63
|
"rollup-plugin-node-externals": "^8.0.1",
|
|
63
64
|
"storybook": "^9.1.10",
|
|
64
65
|
"tailwindcss": "^4",
|
|
65
|
-
"typescript": "^5.
|
|
66
|
-
"vite": "^7.
|
|
66
|
+
"typescript": "^5.9.3",
|
|
67
|
+
"vite": "^7.3.0",
|
|
67
68
|
"vite-plugin-dts": "^4.5.4",
|
|
68
|
-
"vitest": "4.0.
|
|
69
|
-
"
|
|
69
|
+
"vitest": "4.0.16",
|
|
70
|
+
"zod": "^3.25.0",
|
|
71
|
+
"@mastra/core": "1.0.0-beta.24"
|
|
70
72
|
},
|
|
71
73
|
"eslintConfig": {
|
|
72
74
|
"extends": [
|