Skip to content
This repository has been archived by the owner on Jun 26, 2023. It is now read-only.

Commit

Permalink
chore: update libp2p-crypto and peer-id
Browse files Browse the repository at this point in the history
BREAKING CHANGE: requires node 15+
  • Loading branch information
achingbrain committed Dec 2, 2021
1 parent 603c818 commit c711e8b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/libp2p-connection/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"err-code": "^3.0.1",
"libp2p-interfaces": "^2.0.0",
"multiaddr": "^10.0.1",
"peer-id": "^0.15.3"
"peer-id": "^0.16.0"
},
"devDependencies": {
"aegir": "^36.0.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/libp2p-interfaces-compliance-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"it-pair": "^1.0.0",
"it-pipe": "^1.1.0",
"libp2p-connection": "^0.1.0",
"libp2p-crypto": "^0.19.5",
"libp2p-crypto": "^0.21.0",
"libp2p-interfaces": "^2.0.0",
"libp2p-pubsub": "^0.7.0",
"libp2p-topology": "^0.1.0",
Expand All @@ -60,7 +60,7 @@
"p-defer": "^3.0.0",
"p-limit": "^3.1.0",
"p-wait-for": "^4.1.0",
"peer-id": "^0.15.0",
"peer-id": "^0.16.0",
"sinon": "^11.1.1",
"streaming-iterables": "^6.0.0",
"uint8arrays": "^3.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/libp2p-pubsub/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"multiaddr": "^10.0.1",
"multiformats": "^9.4.10",
"p-queue": "^7.1.0",
"peer-id": "^0.15.3",
"peer-id": "^0.16.0",
"uint8arrays": "^3.0.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/libp2p-topology/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"err-code": "^3.0.1",
"libp2p-interfaces": "^2.0.0",
"multiaddr": "^10.0.1",
"peer-id": "^0.15.3"
"peer-id": "^0.16.0"
},
"devDependencies": {
"aegir": "^36.0.0"
Expand Down

0 comments on commit c711e8b

Please sign in to comment.