- npm package-lock v2 support
- yarn.lock.js synchronous
- nodejs required version increased to 7.6.0
replacePackageLockRegistry
option addedskipIntegrity
option added
- yarn.lock.js regex improved
- folder and outputFolder arguments added
- commander library replaced by yargs due to commander can't handle not defined arguments
- yarn.lock: replace the
resolved
host by the one from--registry
value
- remove the integrity field from yarn.lock file
lock files treatment tool added:
- look for package-lock.json, npm-shrinkwrap.json and yarn.lock files
- remove the
resolved
andintegrity
fields from package-lock.json and/or npm-shrinkwrap.json in case it finds it - replace the
resolved
field from yarn.lock file adding<INTERNAL_REGISTRY>
instead of the host - save the file/s