diff --git a/.gitignore b/.gitignore index 8e2ce85..7ad9e67 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,9 @@ node_modules -package-lock.json -.coverage -.nyc_output -.docs +build dist +.docs +.coverage +node_modules +package-lock.json +yarn.lock +.vscode diff --git a/README.md b/README.md index 3e1673f..6b1efda 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ - [Usage](#usage) - [API Docs](#api-docs) - [License](#license) -- [Contribute](#contribute) +- [Contribution](#contribution) ## Install @@ -82,6 +82,6 @@ Licensed under either of - Apache 2.0, ([LICENSE-APACHE](LICENSE-APACHE) / ) - MIT ([LICENSE-MIT](LICENSE-MIT) / ) -## Contribute +## Contribution Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions. diff --git a/package.json b/package.json index a4a2b42..b195614 100644 --- a/package.json +++ b/package.json @@ -141,9 +141,9 @@ "release": "aegir release" }, "dependencies": { - "@libp2p/interface-connection": "^4.0.0", + "@libp2p/interface-connection": "^5.0.0", "@libp2p/interface-metrics": "^4.0.0", - "@libp2p/interface-transport": "^2.0.0", + "@libp2p/interface-transport": "^3.0.0", "@libp2p/interfaces": "^3.2.0", "@libp2p/logger": "^2.0.0", "@libp2p/utils": "^3.0.2", @@ -152,7 +152,7 @@ "stream-to-it": "^0.2.2" }, "devDependencies": { - "@libp2p/interface-mocks": "^9.1.1", + "@libp2p/interface-mocks": "^10.0.0", "@libp2p/interface-transport-compliance-tests": "^3.0.0", "aegir": "^38.1.0", "it-all": "^3.0.1",