Skip to content

v0.5.0

Choose a tag to compare

@jacobheun jacobheun released this 23 Apr 13:57
· 118 commits to master since this release
e69d013

Chores

BREAKING CHANGES

  • The ipfs-http-client must now be installed
    as a peer dependency. It is no longer included as a dependency
    of this module.

The reason the http-client should be a peerDependency and
not a dependency is that its API requires knowledge of the
http-client (we pass in the api endpoint details).

  • findProviders returns id and addrs properties instead of peer-info instance

  • chore: address review