fix(whatsapp): stage qrcode runtime dependency

This commit is contained in:
Peter Steinberger
2026-05-01 11:48:39 +01:00
parent b547286937
commit 2c488daaf4
4 changed files with 6 additions and 1 deletions

View File

@@ -13,7 +13,7 @@ describe("mirrored root runtime dependency drift guard", () => {
"file-type", // available transitively via mirrored deps
"ipaddr.js", // available transitively via mirrored deps
"proxy-agent", // available transitively via mirrored deps
"qrcode", // type-only import in src/media/qr-runtime.ts
"qrcode", // QR setup flows stage this through the owning channel plugin, not the root mirror
"typescript", // CLI/dev only (api-baseline, jiti-runtime-api)
]);