Skip to content

Releases: heikkipora/registry-sync

3.3.3

29 Dec 07:25
Compare
Choose a tag to compare

Updated dependencies to latest versions

3.3.2

10 Oct 11:21
Compare
Choose a tag to compare

Updated dependencies to latest versions

3.3.1

15 Sep 16:27
Compare
Choose a tag to compare

Updated dependencies to latest versions

3.3.0

01 Aug 09:27
Compare
Choose a tag to compare
  • --binaryAbi, --binaryArch, --binaryPlatform arguments are now optional. Default values are used from the current Node.js process running registry-sync.
  • local packages (i.e. those referenced by a file: url in the lock file) are now omitted from synchronization
  • updated dependencies to latest versions

Thanks to @RolKau for the new features!

3.2.5

28 Jul 12:31
Compare
Choose a tag to compare

Updated dependencies to latest versions

3.2.4

13 Jun 16:39
Compare
Choose a tag to compare

Updated dependencies to latest versions

3.2.3

25 Apr 10:42
Compare
Choose a tag to compare

3.2.2

24 Apr 17:04
Compare
Choose a tag to compare
  • added an optional --registryToken option for defining a Bearer token for the registry
  • updated dependencies to latest versions

Thanks to @csjablonkay for the new feature!

3.2.1

02 Mar 16:41
Compare
Choose a tag to compare

Updated dependencies to latest versions

3.2.0

15 Feb 06:55
Compare
Choose a tag to compare
  • added support for yarn.lock files (so, --manifest can be pointed to one)
  • added --dryRun option for printing packages that would be downloaded (but do not download them)
  • added a configuration example to README.md for a simple docker-based registry server
  • reverted functionality in 3.1.0: "some packages (sqlite3, for example) are incorrectly missing binaries for an N-API version although they claim to have them. package.json files are updated with the available N-API version set for those packages to avoid download errors when npm install tries to access them in the local repository later." The problem is specific to sqlite3 v5.0.1 and will be hopefully fixed by the project soon.

Thanks to @juhahe for the new features!