Releases: yoavain/fix-lockfile-integrity
Releases · yoavain/fix-lockfile-integrity
v1.4.0
- Fix registry resolution for simple name packages. Thanks, @kusalk
- Use native URL for manipulations
- Support both URI and hostnames in
registries
field in config files
- Update dependencies
v1.3.0
- Added
allRegistries
to configuration to allow all registries hosts to be handled (default: false)
- Added
registries
to configuration to allow custom registries hosts to be handled (default: ["registry.npmjs.org"])
Thanks @kusalk for the initial PR