@libp2p/interface-connection
Advanced tools
Comparing version 3.0.4 to 3.0.5
{ | ||
"name": "@libp2p/interface-connection", | ||
"version": "3.0.4", | ||
"version": "3.0.5", | ||
"description": "Connection interface for libp2p", | ||
@@ -5,0 +5,0 @@ "license": "Apache-2.0 OR MIT", |
@@ -6,3 +6,3 @@ # @libp2p/interface-connection <!-- 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) | ||
@@ -305,3 +305,3 @@ > Connection interface for libp2p | ||
- <https://libp2p.github.io/js-libp2p-interfaces> | ||
- <https://libp2p.github.io/js-libp2p-interfaces/modules/_libp2p_interface_connection.html> | ||
@@ -308,0 +308,0 @@ ## License |
38061