@libp2p/webrtc 5.0.10 → 5.0.11
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +3 -3
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@libp2p/webrtc",
|
3
|
-
"version": "5.0.
|
3
|
+
"version": "5.0.11",
|
4
4
|
"description": "A libp2p transport using WebRTC connections",
|
5
5
|
"license": "Apache-2.0 OR MIT",
|
6
6
|
"homepage": "https://github.com/libp2p/js-libp2p/tree/main/packages/transport-webrtc#readme",
|
@@ -78,7 +78,7 @@
|
|
78
78
|
},
|
79
79
|
"devDependencies": {
|
80
80
|
"@chainsafe/libp2p-yamux": "^7.0.0",
|
81
|
-
"@libp2p/circuit-relay-v2": "^2.1.
|
81
|
+
"@libp2p/circuit-relay-v2": "^2.1.3",
|
82
82
|
"@libp2p/crypto": "^5.0.4",
|
83
83
|
"@libp2p/identify": "^3.0.7",
|
84
84
|
"@libp2p/interface-compliance-tests": "^6.1.5",
|
@@ -93,7 +93,7 @@
|
|
93
93
|
"it-pair": "^2.0.6",
|
94
94
|
"it-pipe": "^3.0.1",
|
95
95
|
"it-to-buffer": "^4.0.7",
|
96
|
-
"libp2p": "^2.1.
|
96
|
+
"libp2p": "^2.1.7",
|
97
97
|
"p-retry": "^6.2.0",
|
98
98
|
"protons": "^7.5.0",
|
99
99
|
"sinon": "^18.0.0",
|