Skip to content

Commit 85043a7

Browse files
committed
chore: support mastra 0.11.1 or above
Signed-off-by: Tyler Slaton <[email protected]>
1 parent e2036fa commit 85043a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

typescript-sdk/integrations/mastra/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ag-ui/mastra",
3-
"version": "0.0.8",
3+
"version": "0.0.9",
44
"license": "Apache-2.0",
55
"main": "./dist/index.js",
66
"module": "./dist/index.mjs",
@@ -31,7 +31,7 @@
3131
},
3232
"peerDependencies": {
3333
"@copilotkit/runtime": "^1.9.3",
34-
"@mastra/core": "^0.11.1 || ^0.12.1 || ^0.13.0",
34+
"@mastra/core": "^0.11.1",
3535
"zod": "^3.25.67"
3636
},
3737
"devDependencies": {

0 commit comments

Comments
 (0)