sesame: v0.2.0
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:sqliteinstead ofbun:sqlite - replace Bun file APIs with Node fs APIs
- run tests with Vitest
- use pnpm lockfile/workflows in CI and release pipelines
- keep
build:binaryon Bun for compiled binaries
- use
Patch Changes
- 2c99cb6: Enable TypeScript type emission by removing
allowImportingTsExtensionsand settingnoEmit: false