Skip to content

Commit 9153471

Browse files
committed
bump mastra packages to fix deploy
1 parent 6b10ddf commit 9153471

File tree

2 files changed

+100
-111
lines changed

2 files changed

+100
-111
lines changed

typescript-sdk/integrations/mastra/example/package-lock.json

Lines changed: 95 additions & 106 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

typescript-sdk/integrations/mastra/example/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,17 @@
1616
"node": ">=20.9.0"
1717
},
1818
"dependencies": {
19-
"@ai-sdk/openai": "^1.3.22",
19+
"@ai-sdk/openai": "^1.3.24",
2020
"@mastra/client-js": "^0.10.20",
21-
"@mastra/core": "^0.13.0",
22-
"@mastra/libsql": "^0.13.0",
23-
"@mastra/loggers": "^0.10.5",
21+
"@mastra/core": "^0.13.1",
22+
"@mastra/libsql": "^0.13.1",
23+
"@mastra/loggers": "^0.10.6",
2424
"@mastra/memory": "^0.12.1",
2525
"zod": "^3.25.48"
2626
},
2727
"devDependencies": {
2828
"@types/node": "^22.15.29",
29-
"mastra": "^0.10.18",
29+
"mastra": "^0.10.20",
3030
"typescript": "^5.8.3"
3131
}
3232
}

0 commit comments

Comments
 (0)