Breaking change in node 18 version requirement in #727
sparr opened this issue · 0 comments
sparr commented
#727 added a dependency on "engines": { "node": ">=18.0.0" }
which caused build failures in my node 16 project that is using this package. That change should have required at least a patch version bump so that a ~13.0.3
dependency would not have updated to an incompatible version, and there's an argument to be made that it should have been a major version bump so that ^13.0.3
would also remain unbroken.