Skip to content

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 10 Feb 14:30

Minor Changes

  • 8beab04: Migrate runtime from Bun APIs to Node.js APIs and switch project workflows to pnpm while keeping Bun only for binary builds.

    Key updates:

    • use node:sqlite instead of bun:sqlite
    • replace Bun file APIs with Node fs APIs
    • run tests with Vitest
    • use pnpm lockfile/workflows in CI and release pipelines
    • keep build:binary on Bun for compiled binaries

Patch Changes

  • 2c99cb6: Enable TypeScript type emission by removing allowImportingTsExtensions and setting noEmit: false