Skip to content
This repository has been archived by the owner on Nov 25, 2022. It is now read-only.

Commit

Permalink
chore!: update deps (#4)
Browse files Browse the repository at this point in the history
Update to latest interfaces

BREAKING CHANGE: the connection and registrar APIs are updated
  • Loading branch information
achingbrain committed Jun 16, 2022
1 parent 4f2bfcd commit 3d28639
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@
},
"dependencies": {
"@libp2p/interface-address-manager": "^1.0.1",
"@libp2p/interface-connection": "^1.0.0",
"@libp2p/interface-connection": "^2.0.0",
"@libp2p/interface-connection-manager": "^1.0.0",
"@libp2p/interface-content-routing": "^1.0.0",
"@libp2p/interface-dht": "^1.0.0",
Expand All @@ -138,7 +138,7 @@
"@libp2p/interface-peer-routing": "^1.0.0",
"@libp2p/interface-peer-store": "^1.0.0",
"@libp2p/interface-pubsub": "^1.0.0",
"@libp2p/interface-registrar": "^1.0.0",
"@libp2p/interface-registrar": "^2.0.0",
"@libp2p/interface-transport": "^1.0.0",
"@libp2p/interfaces": "^3.0.2",
"err-code": "^3.0.1",
Expand Down

0 comments on commit 3d28639

Please sign in to comment.