Closed achingbrain closed 1 year ago
:tada: This PR is included in version @libp2p/interface-peer-discovery-v2.0.0 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
:tada: This PR is included in version @libp2p/interface-mocks-v12.0.0 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
The export
symbol
from the@libp2p/interface-peer-discovery
is too generic to use with modules that might implement peer discovery and something else so it's been renamed topeerDiscovery
.Objects with
peerDiscovery
symbol properties getters should returnPeerDiscovery
instances instead ofboolean
values.BREAKING CHANGE: the
symbol
export is now namedpeerDiscovery