Skip to content

Commit 9be9c7c

Browse files
committed
add ai dependency to common and sdk
1 parent 29d512f commit 9be9c7c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

common/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
"@types/pg": "^8.11.10",
3737
"@types/readable-stream": "^4.0.18",
3838
"@types/seedrandom": "^3.0.8",
39+
"ai": "4.3.16",
3940
"drizzle-kit": "0.28.1",
4041
"drizzle-orm": "0.36.4",
4142
"ignore": "5.3.2",

sdk/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@
5151
"url": "https://github.com/codebuff/codebuff/issues"
5252
},
5353
"dependencies": {
54+
"ai": "4.3.16",
5455
"zod": "^3.23.8"
5556
},
5657
"devDependencies": {

0 commit comments

Comments
 (0)