Skip to content

Releases: heikkipora/registry-sync

2.3.4

10 Mar 19:53
Compare
Choose a tag to compare

Updated dependencies to latest versions

2.3.3

07 Feb 05:55
Compare
Choose a tag to compare

Updated dependencies to latest versions

2.3.2

18 Nov 15:11
Compare
Choose a tag to compare

Updated dependencies to latest versions

2.3.1

16 Oct 18:39
Compare
Choose a tag to compare
  • 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

07 Oct 20:02
Compare
Choose a tag to compare
  • 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

11 Aug 13:39
Compare
Choose a tag to compare

Updated dependencies to latest versions

2.2.0

19 Jul 08:49
Compare
Choose a tag to compare
  • 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

08 Jul 17:16
Compare
Choose a tag to compare

Updated dependencies to latest versions

2.1.3

26 May 15:45
Compare
Choose a tag to compare

Updated dependencies to latest versions

2.1.2

30 Mar 12:29
Compare
Choose a tag to compare

Updated dependencies to latest versions