Skip to content

Commit 162ac02

Browse files
Kylejeong2monadoid
authored andcommitted
fix: adding bufferutil as an optional dep (#1279)
there was an issue with the alex ai endpoint deploying to vercel, where while using stagehand v3 the scripts would correctly deploy and build, but we weren't able to use them due to some bug where ws (websocket) library would need bufferutil library to run any stagehand code properly. added bufferutil library as an optional dep: https://www.npmjs.com/package/bufferutil ci
1 parent 4ff92b6 commit 162ac02

File tree

2 files changed

+216
-192
lines changed

2 files changed

+216
-192
lines changed

packages/core/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@
7272
"@ai-sdk/togetherai": "^1.0.23",
7373
"@ai-sdk/xai": "^2.0.26",
7474
"@langchain/core": "^0.3.40",
75+
"bufferutil": "^4.0.9",
7576
"chrome-launcher": "^1.2.0",
7677
"ollama-ai-provider-v2": "^1.5.0",
7778
"patchright-core": "^1.55.2",

0 commit comments

Comments
 (0)