Skip to content

Commit 8ff7d27

Browse files
authored
fix: adding bufferutil as an optional dep (#1279)
# why 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. # what changed added bufferutil library as an optional dep: https://www.npmjs.com/package/bufferutil # test plan ci
1 parent 767d168 commit 8ff7d27

File tree

2 files changed

+213
-189
lines changed

2 files changed

+213
-189
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)