mirror of
https://github.com/bitwarden/browser
synced 2026-02-26 09:33:22 +00:00
* fix: TypeScript 5.9 type compatibility fixes for vault-owned code Add explicit `as BufferSource` casts and `Uint8Array` wrapping to satisfy stricter type checking in TypeScript 5.9. Non-functional changes. * Fix cli build