Skip to content

Commit

Permalink
deps!: update libp2p to v1
Browse files Browse the repository at this point in the history
BREAKING CHANGE: updates js-libp2p to v1
  • Loading branch information
achingbrain committed Nov 30, 2023
1 parent 3f67560 commit ee39905
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
12 changes: 6 additions & 6 deletions packages/libp2p-daemon-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -133,19 +133,19 @@
"dependencies": {
"@chainsafe/libp2p-gossipsub": "^10.0.0",
"@libp2p/daemon-protocol": "^5.0.0",
"@libp2p/interface": "^0.1.0",
"@libp2p/kad-dht": "^10.0.0",
"@libp2p/logger": "^3.0.0",
"@libp2p/peer-id": "^3.0.0",
"@libp2p/tcp": "^8.0.0",
"@libp2p/interface": "^1.0.0",
"@libp2p/kad-dht": "^11.0.0",
"@libp2p/logger": "^4.0.0",
"@libp2p/peer-id": "^4.0.0",
"@libp2p/tcp": "^9.0.0",
"@multiformats/multiaddr": "^12.1.3",
"it-stream-types": "^2.0.1",
"multiformats": "^12.0.1",
"uint8arraylist": "^2.4.3"
},
"devDependencies": {
"@libp2p/daemon-server": "^6.0.0",
"@libp2p/interface-compliance-tests": "^4.0.0",
"@libp2p/interface-compliance-tests": "^5.0.0",
"aegir": "^41.1.6",
"it-all": "^3.0.1",
"it-pipe": "^3.0.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/libp2p-daemon-protocol/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -154,8 +154,8 @@
"release": "aegir release"
},
"dependencies": {
"@libp2p/interface": "^0.1.0",
"@libp2p/logger": "^3.0.0",
"@libp2p/interface": "^1.0.0",
"@libp2p/logger": "^4.0.0",
"it-handshake": "^4.1.3",
"protons-runtime": "^5.0.0",
"uint8arraylist": "^2.4.3"
Expand Down
10 changes: 5 additions & 5 deletions packages/libp2p-daemon-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -137,11 +137,11 @@
"dependencies": {
"@chainsafe/libp2p-gossipsub": "^10.0.0",
"@libp2p/daemon-protocol": "^5.0.0",
"@libp2p/interface": "^0.1.0",
"@libp2p/kad-dht": "^10.0.0",
"@libp2p/logger": "^3.0.0",
"@libp2p/peer-id": "^3.0.0",
"@libp2p/tcp": "^8.0.0",
"@libp2p/interface": "^1.0.0",
"@libp2p/kad-dht": "^11.0.0",
"@libp2p/logger": "^4.0.0",
"@libp2p/peer-id": "^4.0.0",
"@libp2p/tcp": "^9.0.0",
"@multiformats/multiaddr": "^12.1.3",
"it-drain": "^3.0.2",
"it-length-prefixed": "^9.0.1",
Expand Down

0 comments on commit ee39905

Please sign in to comment.