Skip to content

Releases: ipfs-shipyard/npm-on-ipfs

v0.9.0

04 Oct 12:19
Compare
Choose a tag to compare

Bug Fixes

Features

  • use ipfs to fetch files if available (5e135fe)

v0.8.0

21 Sep 12:03
Compare
Choose a tag to compare

Features

v0.7.4

20 Sep 13:54
Compare
Choose a tag to compare
chore: release version v0.7.4

v0.7.3

20 Sep 13:32
Compare
Choose a tag to compare

Bug Fixes

v0.7.2

20 Sep 10:33
Compare
Choose a tag to compare

Bug Fixes

  • fixes #59 and #60 with better error detection and messages (93ad289)

v0.7.1

20 Sep 09:44
Compare
Choose a tag to compare
chore: release version v0.7.1

v0.7.0

20 Sep 09:22
Compare
Choose a tag to compare

Features

  • forward non-get requests to the registry, fixes #58 (b493e4c)

v0.6.4

20 Sep 08:47
Compare
Choose a tag to compare

Bug Fixes

  • do not use path.join because windows (8b51156)
  • handle scoped modules, fixes #57 (bd08ddd)
  • linting errors (ca7fd83)
  • update arg name (b707cc0)
  • use same blobstore instance as it will create an ipfs node (afe5c58)

Features

  • allow configuring external host address separately from internal (3405f0a)
  • mirror npm instead of pulling/publishing registry tree (c734d44)

Performance Improvements

  • increase concurrency when running local IPFS node (126747b)
  • throttle requests to daemon and use build in ipfs node (4118ed5)