@libp2p/interface-peer-discovery
Advanced tools
Comparing version 1.0.3 to 1.0.4
{ | ||
"name": "@libp2p/interface-peer-discovery", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "Peer Discovery interface for libp2p", | ||
@@ -5,0 +5,0 @@ "license": "Apache-2.0 OR MIT", |
@@ -6,3 +6,3 @@ # @libp2p/interface-peer-discovery <!-- omit in toc --> | ||
[![codecov](https://img.shields.io/codecov/c/github/libp2p/js-libp2p-interfaces.svg?style=flat-square)](https://codecov.io/gh/libp2p/js-libp2p-interfaces) | ||
[![CI](https://img.shields.io/github/workflow/status/libp2p/js-libp2p-interfaces/test%20&%20maybe%20release/master?style=flat-square)](https://github.com/libp2p/js-libp2p-interfaces/actions/workflows/js-test-and-release.yml) | ||
[![CI](https://img.shields.io/github/actions/workflow/status/libp2p/js-libp2p-interfaces/js-test-and-release.yml?branch=master\&style=flat-square)](https://github.com/libp2p/js-libp2p-interfaces/actions/workflows/js-test-and-release.yml?query=branch%3Amaster) | ||
@@ -108,3 +108,3 @@ > Peer Discovery interface for libp2p | ||
- <https://libp2p.github.io/js-libp2p-interfaces> | ||
- <https://libp2p.github.io/js-libp2p-interfaces/modules/_libp2p_interface_peer_discovery.html> | ||
@@ -111,0 +111,0 @@ ## License |
11461