Skip to content

Commit

Permalink
deps!: bump multiformats from 10.0.3 to 11.0.0 (libp2p#412)
Browse files Browse the repository at this point in the history
Bumps multiformats from 10.0.3 to 11.0.0.

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: achingbrain <alex@achingbrain.net>
  • Loading branch information
dependabot[bot] and achingbrain authored Jan 6, 2023
1 parent 3691393 commit 18c8276
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 21 deletions.
13 changes: 2 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,9 @@
- [Content Routing](#content-routing)
- [Peer Discovery](#peer-discovery)
- [Spec](#spec)
- [Contribute](#contribute)
- [API Docs](#api-docs)
- [License](#license)
- [Contribute](#contribute-1)
- [Contribution](#contribution)

## Install

Expand Down Expand Up @@ -88,14 +87,6 @@ Note that you may want to supply your own peer discovery function and datastore

js-libp2p-kad-dht follows the [libp2p/kad-dht spec](https://github.com/libp2p/specs/tree/master/kad-dht) and implements the algorithms described in the [IPFS DHT documentation](https://docs.ipfs.io/concepts/dht/).

## Contribute

Feel free to join in. All welcome. Open an [issue](https://github.com/libp2p/js-libp2p-kad-dht/issues)!

This repository falls under the IPFS [Code of Conduct](https://github.com/ipfs/community/blob/master/code-of-conduct.md).

[![](https://cdn.rawgit.com/jbenet/contribute-ipfs-gif/master/img/contribute.gif)](https://github.com/ipfs/community/blob/master/CONTRIBUTING.md)

## API Docs

- <https://libp2p.github.io/js-libp2p-kad-dht>
Expand All @@ -107,6 +98,6 @@ Licensed under either of
- Apache 2.0, ([LICENSE-APACHE](LICENSE-APACHE) / <http://www.apache.org/licenses/LICENSE-2.0>)
- MIT ([LICENSE-MIT](LICENSE-MIT) / <http://opensource.org/licenses/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.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -146,19 +146,19 @@
"@libp2p/interface-address-manager": "^2.0.0",
"@libp2p/interface-connection": "^3.0.2",
"@libp2p/interface-connection-manager": "^1.1.1",
"@libp2p/interface-dht": "^1.0.1",
"@libp2p/interface-dht": "^2.0.0",
"@libp2p/interface-metrics": "^4.0.0",
"@libp2p/interface-peer-discovery": "^1.0.1",
"@libp2p/interface-peer-id": "^1.0.4",
"@libp2p/interface-peer-id": "^2.0.0",
"@libp2p/interface-peer-info": "^1.0.3",
"@libp2p/interface-peer-store": "^1.2.2",
"@libp2p/interface-registrar": "^2.0.3",
"@libp2p/interfaces": "^3.0.3",
"@libp2p/logger": "^2.0.1",
"@libp2p/peer-collections": "^2.2.0",
"@libp2p/peer-id": "^1.1.15",
"@libp2p/record": "^2.0.2",
"@libp2p/topology": "^3.0.0",
"@libp2p/peer-collections": "^3.0.0",
"@libp2p/peer-id": "^2.0.0",
"@libp2p/record": "^3.0.0",
"@libp2p/topology": "^4.0.0",
"@multiformats/multiaddr": "^11.0.0",
"abortable-iterator": "^4.0.2",
"any-signal": "^3.0.0",
Expand All @@ -179,7 +179,7 @@
"it-stream-types": "^1.0.4",
"it-take": "^2.0.0",
"k-bucket": "^5.1.0",
"multiformats": "^10.0.0",
"multiformats": "^11.0.0",
"p-defer": "^4.0.0",
"p-queue": "^7.2.0",
"private-ip": "^3.0.0",
Expand All @@ -190,9 +190,9 @@
"varint": "^6.0.0"
},
"devDependencies": {
"@libp2p/interface-mocks": "^8.0.1",
"@libp2p/peer-id-factory": "^1.0.18",
"@libp2p/peer-store": "^5.0.0",
"@libp2p/interface-mocks": "^9.0.0",
"@libp2p/peer-id-factory": "^2.0.0",
"@libp2p/peer-store": "^6.0.0",
"@types/lodash.random": "^3.2.6",
"@types/lodash.range": "^3.2.6",
"@types/varint": "^6.0.0",
Expand Down

0 comments on commit 18c8276

Please sign in to comment.