You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Compaction:compactRevs() is now properly awaited during bulk writes and auto-compaction. The missing await (in bulkDocs.ts and core.ts) let a transaction proceed before stale revisions finished compacting.
Dependencies:debug is now declared as a runtime dependency. It was used internally but unlisted, so installs under strict / non-hoisting package managers (pnpm, Yarn PnP) could crash at runtime with Cannot find module 'debug'.
Tooling / Internal
Switched the package manager to pnpm.
Migrated lint/format from ESLint + Prettier to oxlint + oxfmt.
Updated the TypeScript config for TypeScript 6 (migrated moduleResolution off the deprecated node10).