Skip to content

Commit

Permalink
[core] bufferutil is optional (no arm)
Browse files Browse the repository at this point in the history
  • Loading branch information
devlikepro committed Oct 27, 2024
1 parent d8eed11 commit ba6474f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@
"axios": "^1.7.7",
"axios-retry": "^4.5.0",
"better-sqlite3": "11.3.0",
"bufferutil": "^4.0.8",
"check-disk-space": "^3.4.0",
"chokidar": "^3.6.0",
"class-transformer": "^0.5.1",
Expand Down Expand Up @@ -81,7 +80,11 @@
"swagger-ui-express": "^4.1.4",
"whatsapp-web.js": "github:devlikeapro/whatsapp-web.js#fork-main-channels"
},
"optionalDependencies": {
"bufferutil": "^4.0.8"
},
"resolutions": {
"bufferutil": "^4.0.8",
"ws": "^8.18.0",
"puppeteer": "^21.0.0",
"whatwg-url": "13.0.0"
Expand Down
3 changes: 3 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12192,6 +12192,9 @@ __metadata:
tsconfig-paths: ^4.1.0
typescript: ^4.8.4
whatsapp-web.js: "github:devlikeapro/whatsapp-web.js#fork-main-channels"
dependenciesMeta:
bufferutil:
optional: true
languageName: unknown
linkType: soft

Expand Down

0 comments on commit ba6474f

Please sign in to comment.