jaredwray / flat-cache

A stupidly simple key/value storage using files to persist the data
MIT License
165 stars 30 forks source link

Breaking change in a minor version #80

Closed ljharb closed 1 year ago

ljharb commented 1 year ago

v3.0 of flat-cache has engines.node set to "^10.12.0 || >=12.0.0", but v3.1.0 sets it to ">=12.0.0", which is a breaking change. (it was broken in #74) This is causing the tests in one of my packages to break.

Please publish a v3 that restores ^10.12.0 compatibility, and then if you'd still like to drop node 10 support a v4 would be perfectly fine. Thanks!

ljharb commented 1 year ago

Went ahead and filed #81 in the hopes that that's helpful :-)

ljharb commented 1 year ago

Thanks! Much obliged.

jaredwray commented 1 year ago

Released. Thanks for the effort on this