fix(workspace): allow @whiskeysockets/libsignal-node in onlyBuiltDependencies (#76539)

pnpm v9+ defaults blockExoticSubdeps=true, which rejects
@whiskeysockets/libsignal-node — a tarball-URL subdep of
@whiskeysockets/baileys. This silently breaks the WhatsApp channel and
silences all inbound agent replies on fresh installs.

Add @whiskeysockets/libsignal-node to onlyBuiltDependencies in both
package.json and pnpm-workspace.yaml — the same exemption already used
for @whiskeysockets/baileys itself.

Fixes #76539.
This commit is contained in:
Otto Deng
2026-05-03 08:40:52 +00:00
committed by Vincent Koc
parent ef0f5d8cfa
commit df5c453625
3 changed files with 3 additions and 0 deletions

View File

@@ -40,6 +40,7 @@ onlyBuiltDependencies:
- "@napi-rs/canvas"
- "@tloncorp/api"
- "@whiskeysockets/baileys"
- "@whiskeysockets/libsignal-node"
- authenticate-pam
- esbuild
- node-llama-cpp