mirror of
https://github.com/fluencelabs/js-libp2p
synced 2025-06-29 00:41:34 +00:00
fix: update deps (#1181)
Update to released versions of interop suite and webrtc-direct
This commit is contained in:
@ -12,7 +12,7 @@
|
|||||||
},
|
},
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@achingbrain/webrtc-direct": "^0.7.2",
|
"@libp2p/webrtc-direct": "^1.0.0",
|
||||||
"@chainsafe/libp2p-noise": "^6.0.1",
|
"@chainsafe/libp2p-noise": "^6.0.1",
|
||||||
"@libp2p/bootstrap": "^1.0.1",
|
"@libp2p/bootstrap": "^1.0.1",
|
||||||
"@libp2p/mplex": "^1.0.2",
|
"@libp2p/mplex": "^1.0.2",
|
||||||
|
@ -156,13 +156,13 @@
|
|||||||
"@achingbrain/libp2p-gossipsub": "^0.13.5",
|
"@achingbrain/libp2p-gossipsub": "^0.13.5",
|
||||||
"@chainsafe/libp2p-noise": "^6.0.1",
|
"@chainsafe/libp2p-noise": "^6.0.1",
|
||||||
"@libp2p/bootstrap": "^1.0.2",
|
"@libp2p/bootstrap": "^1.0.2",
|
||||||
"@libp2p/daemon-client": "^0.0.2",
|
"@libp2p/daemon-client": "^1.0.0",
|
||||||
"@libp2p/daemon-server": "^0.0.2",
|
"@libp2p/daemon-server": "^1.0.0",
|
||||||
"@libp2p/delegated-content-routing": "^1.0.2",
|
"@libp2p/delegated-content-routing": "^1.0.2",
|
||||||
"@libp2p/delegated-peer-routing": "^1.0.2",
|
"@libp2p/delegated-peer-routing": "^1.0.2",
|
||||||
"@libp2p/floodsub": "^1.0.2",
|
"@libp2p/floodsub": "^1.0.2",
|
||||||
"@libp2p/interface-compliance-tests": "^1.1.20",
|
"@libp2p/interface-compliance-tests": "^1.1.20",
|
||||||
"@libp2p/interop": "^0.0.3",
|
"@libp2p/interop": "^1.0.0",
|
||||||
"@libp2p/kad-dht": "^1.0.3",
|
"@libp2p/kad-dht": "^1.0.3",
|
||||||
"@libp2p/mdns": "^1.0.3",
|
"@libp2p/mdns": "^1.0.3",
|
||||||
"@libp2p/mplex": "^1.0.1",
|
"@libp2p/mplex": "^1.0.1",
|
||||||
|
Reference in New Issue
Block a user