Releases: heikkipora/registry-sync
Releases · heikkipora/registry-sync
2.3.4
Updated dependencies to latest versions
2.3.3
Updated dependencies to latest versions
2.3.2
Updated dependencies to latest versions
2.3.1
- Rewrite HTTP tarball urls in registry metadata with HTTPS (as a workaround to an NPM registry issue: npm/npm#20719)
- Added option
—-dontEnforceHttps
for disabling that behaviour (might come in handy with a custom registry, for example) - Updated dependencies to latest versions
2.3.0
- Re-download all current packages if changes are detected to any
--binaryXXX
parameters as compared to the cached values from last run - to make sure no pre-built binaries end up missing when adding new node ABI versions, for example. - Fixed downloading pre-built binaries for some packages (such as bcrypt) that use the
libc
property in their node-pre-gyp format strings. - Fixed downloading pre-built binaries for some packages (such as bcrypt) which don't have a '/' after their version in the node-pre-gyp format strings
- Upgraded
babel
v6 to v7 - Updated dependencies to latest versions
- Dropped support for node.js < 6.0.0
2.2.1
Updated dependencies to latest versions
2.2.0
- Don't download packages which are marked "bundled" or "dev" in
package-lock.json
- Don't fail the entire download process for missing platform-specific prebuilt binaries hosted on AWS S3 (treating HTTP 403 the same as HTTP 404)
- Updated dependencies to latest versions
2.1.4
Updated dependencies to latest versions
2.1.3
Updated dependencies to latest versions
2.1.2
Updated dependencies to latest versions