You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* make ipfs-http-client a peer dependency ([#39](https://github.com/libp2p/js-libp2p-delegated-content-routing/issues/39)) ([0c0f304](https://github.com/libp2p/js-libp2p-delegated-content-routing/commit/0c0f304))
8
+
* remove peer-info from api ([#34](https://github.com/libp2p/js-libp2p-delegated-content-routing/issues/34)) ([2c97221](https://github.com/libp2p/js-libp2p-delegated-content-routing/commit/2c97221))
9
+
10
+
11
+
### BREAKING CHANGES
12
+
13
+
* The ipfs-http-client must now be installed
14
+
as a peer dependency. It is no longer included as a dependency
15
+
of this module.
16
+
17
+
The reason the http-client should be a peerDependency and
18
+
not a dependency is that its API requires knowledge of the
19
+
http-client (we pass in the api endpoint details).
20
+
* findProviders returns id and addrs properties instead of peer-info instance
0 commit comments