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 ([#32](https://github.com/libp2p/js-libp2p-delegated-peer-routing/issues/32)) ([a1b1b5e](https://github.com/libp2p/js-libp2p-delegated-peer-routing/commit/a1b1b5ec59af97f5ab708c757808940dbcb070d9))
* add support for api dht/query endpoint ([#37](https://github.com/libp2p/js-libp2p-delegated-peer-routing/issues/37)) ([6fa569c](https://github.com/libp2p/js-libp2p-delegated-peer-routing/commit/6fa569cdaaeca3ca200af8b3c10b2a098faff5c1))
18
+
19
+
20
+
### BREAKING CHANGES
21
+
22
+
* The ipfs-http-client must now be installed
23
+
as a peer dependency. It is no longer included as a dependency
24
+
of this module.
25
+
26
+
The reason the http-client should be a peerDependency and
27
+
not a dependency is that its API requires knowledge of the
28
+
http-client (we pass in the api endpoint details).
29
+
* findPeer returns id and addrs properties instead of peer-info instance
0 commit comments