Skip to content

Commit 18c8276

Browse files
deps!: bump multiformats from 10.0.3 to 11.0.0 (libp2p#412)
Bumps multiformats from 10.0.3 to 11.0.0. Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: achingbrain <[email protected]>
1 parent 3691393 commit 18c8276

File tree

2 files changed

+12
-21
lines changed

2 files changed

+12
-21
lines changed

README.md

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,9 @@
1818
- [Content Routing](#content-routing)
1919
- [Peer Discovery](#peer-discovery)
2020
- [Spec](#spec)
21-
- [Contribute](#contribute)
2221
- [API Docs](#api-docs)
2322
- [License](#license)
24-
- [Contribute](#contribute-1)
23+
- [Contribution](#contribution)
2524

2625
## Install
2726

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

8988
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/).
9089

91-
## Contribute
92-
93-
Feel free to join in. All welcome. Open an [issue](https://github.com/libp2p/js-libp2p-kad-dht/issues)!
94-
95-
This repository falls under the IPFS [Code of Conduct](https://github.com/ipfs/community/blob/master/code-of-conduct.md).
96-
97-
[![](https://cdn.rawgit.com/jbenet/contribute-ipfs-gif/master/img/contribute.gif)](https://github.com/ipfs/community/blob/master/CONTRIBUTING.md)
98-
9990
## API Docs
10091

10192
- <https://libp2p.github.io/js-libp2p-kad-dht>
@@ -107,6 +98,6 @@ Licensed under either of
10798
- Apache 2.0, ([LICENSE-APACHE](LICENSE-APACHE) / <http://www.apache.org/licenses/LICENSE-2.0>)
10899
- MIT ([LICENSE-MIT](LICENSE-MIT) / <http://opensource.org/licenses/MIT>)
109100

110-
## Contribute
101+
## Contribution
111102

112103
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.

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -146,19 +146,19 @@
146146
"@libp2p/interface-address-manager": "^2.0.0",
147147
"@libp2p/interface-connection": "^3.0.2",
148148
"@libp2p/interface-connection-manager": "^1.1.1",
149-
"@libp2p/interface-dht": "^1.0.1",
149+
"@libp2p/interface-dht": "^2.0.0",
150150
"@libp2p/interface-metrics": "^4.0.0",
151151
"@libp2p/interface-peer-discovery": "^1.0.1",
152-
"@libp2p/interface-peer-id": "^1.0.4",
152+
"@libp2p/interface-peer-id": "^2.0.0",
153153
"@libp2p/interface-peer-info": "^1.0.3",
154154
"@libp2p/interface-peer-store": "^1.2.2",
155155
"@libp2p/interface-registrar": "^2.0.3",
156156
"@libp2p/interfaces": "^3.0.3",
157157
"@libp2p/logger": "^2.0.1",
158-
"@libp2p/peer-collections": "^2.2.0",
159-
"@libp2p/peer-id": "^1.1.15",
160-
"@libp2p/record": "^2.0.2",
161-
"@libp2p/topology": "^3.0.0",
158+
"@libp2p/peer-collections": "^3.0.0",
159+
"@libp2p/peer-id": "^2.0.0",
160+
"@libp2p/record": "^3.0.0",
161+
"@libp2p/topology": "^4.0.0",
162162
"@multiformats/multiaddr": "^11.0.0",
163163
"abortable-iterator": "^4.0.2",
164164
"any-signal": "^3.0.0",
@@ -179,7 +179,7 @@
179179
"it-stream-types": "^1.0.4",
180180
"it-take": "^2.0.0",
181181
"k-bucket": "^5.1.0",
182-
"multiformats": "^10.0.0",
182+
"multiformats": "^11.0.0",
183183
"p-defer": "^4.0.0",
184184
"p-queue": "^7.2.0",
185185
"private-ip": "^3.0.0",
@@ -190,9 +190,9 @@
190190
"varint": "^6.0.0"
191191
},
192192
"devDependencies": {
193-
"@libp2p/interface-mocks": "^8.0.1",
194-
"@libp2p/peer-id-factory": "^1.0.18",
195-
"@libp2p/peer-store": "^5.0.0",
193+
"@libp2p/interface-mocks": "^9.0.0",
194+
"@libp2p/peer-id-factory": "^2.0.0",
195+
"@libp2p/peer-store": "^6.0.0",
196196
"@types/lodash.random": "^3.2.6",
197197
"@types/lodash.range": "^3.2.6",
198198
"@types/varint": "^6.0.0",

0 commit comments

Comments
 (0)