Releases: voxpelli/node-installed-check
Releases · voxpelli/node-installed-check
v7.1.0
v7.0.0
v6.0.5
- Update dependencies
v6.0.4
- Dependencies: Update
installed-check-core
v6.0.3
v6.0.2
- Mark as a ESM module 2e934a7
- Use extracted
version-guard
module 13b6047 - ...and some GitHub Actions updates
v6.0.1
v6.0.0
- Breaking change: Now requires Node.js version matching ^14.18.0 || >=16.0.0
, to match that of
[email protected]` - Internal: Now an ESM based project
v5.0.0
- Breaking change: Now requires Node.js version matching
^12.20.0 || ^14.13.1 || >=16.0.0
, to match that of[email protected]
which in turn sets it to ensure compatibility with ESM-based dependencies - Possibly breaking change: Uses new
5.x
version ofinstalled-check-core
, which contains a newer engine intersection module as well as some alterations to errors, warnings and notices to make them more robust and consistent (thanks to eg. new tests)