better-sqlite 7 is a pretty big release, with some changes including dropping support for really old Node.js versions, dropping the Integer module dependency and instead using native BigInts, etc.
Using this version is also required to support the newest Node.js versions as well as ARM CPUs like the Apple M1.
To upgrade, we have to bump both the direct dependency on better-sqlite and our dependency on pelias-whosonfirst, which I guess we forgot to upgrade a while back.
better-sqlite 7 is a pretty big release, with some changes including dropping support for really old Node.js versions, dropping the
Integer
module dependency and instead using native BigInts, etc.Using this version is also required to support the newest Node.js versions as well as ARM CPUs like the Apple M1.
To upgrade, we have to bump both the direct dependency on
better-sqlite
and our dependency onpelias-whosonfirst
, which I guess we forgot to upgrade a while back.