Fixed
npm installfailed on Linux and Windows becausesqlite-vec-darwin-arm64was incorrectly declared as a regulardependenciesentry inpackage.json. npm treated it as a hard, cross-platform requirement and bailed withEBADPLATFORMon non-macOS-arm64 hosts (including the GitHub Actions Ubuntu runner). Thesqlite-vecpackage already declares all platform binaries asoptionalDependenciesand resolves the right one per host, so the explicit hard dep was both redundant and wrong. Removed; lockfile regenerated.
Users on 0.2.0 should upgrade to 0.2.1 if installing on Linux, Windows, or macOS x64. macOS arm64 installs were unaffected.