Skip to content

v1.0.1

Choose a tag to compare

@craftzdog craftzdog released this 10 Jun 02:48
· 19 commits to main since this release

Bug Fixes

  • 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).