- dropped bluebird from dependencies
- updated semver to 7.6.0
- prettier for easier dev
- Custom (non-semver) tags in history were breaking the whole check. Currently they are omitted and only debug is pasted (when on --verbose) in the console.
- CLI entry
check-dep-versions
was changed todep-versions
and work with commandsdep-versions check
anddep-version update
. - Multiple flags were changes, see
--help
for command you want to use.
dep=versions update
command to save the updates in package.json.dep-versions check
perform self-check (use--no-self-check
to omit it).--silent
to hide everything that's not table with results.