@libp2p/webrtc 6.0.14-dd251c5e7 → 6.0.14-f88ec96cf
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +8 -8
package/README.md
CHANGED
|
@@ -36,7 +36,7 @@ The connection establishment phase of WebRTC involves a handshake using [SDP](ht
|
|
|
36
36
|
|
|
37
37
|
A third party is usually necessary to carry out this handshake, forwarding messages between the two peers until they can make a direct connection between themselves.
|
|
38
38
|
|
|
39
|
-
The WebRTC transport uses libp2p [Circuit Relay](https://
|
|
39
|
+
The WebRTC transport uses libp2p [Circuit Relay](https://libp2p.io/docs/circuit-relay/)s to forward SDP messages. Once a direct connection is formed the relay plays no further part in the exchange.
|
|
40
40
|
|
|
41
41
|
WebRTC Direct uses a technique known as [SDP munging](https://webrtchacks.com/not-a-guide-to-sdp-munging/) to skip the handshake step, instead encoding enough information in the connection request that the responder can derive what would have been in the handshake messages and so requires no third parties to establish a connection.
|
|
42
42
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@libp2p/webrtc",
|
|
3
|
-
"version": "6.0.14-
|
|
3
|
+
"version": "6.0.14-f88ec96cf",
|
|
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",
|
|
@@ -45,13 +45,13 @@
|
|
|
45
45
|
},
|
|
46
46
|
"dependencies": {
|
|
47
47
|
"@chainsafe/is-ip": "^2.1.0",
|
|
48
|
-
"@libp2p/crypto": "5.1.13-
|
|
49
|
-
"@libp2p/interface": "3.1.0-
|
|
50
|
-
"@libp2p/interface-internal": "3.0.13-
|
|
51
|
-
"@libp2p/keychain": "6.0.10-
|
|
48
|
+
"@libp2p/crypto": "5.1.13-f88ec96cf",
|
|
49
|
+
"@libp2p/interface": "3.1.0-f88ec96cf",
|
|
50
|
+
"@libp2p/interface-internal": "3.0.13-f88ec96cf",
|
|
51
|
+
"@libp2p/keychain": "6.0.10-f88ec96cf",
|
|
52
52
|
"@chainsafe/libp2p-noise": "^17.0.0",
|
|
53
|
-
"@libp2p/peer-id": "6.0.4-
|
|
54
|
-
"@libp2p/utils": "7.0.13-
|
|
53
|
+
"@libp2p/peer-id": "6.0.4-f88ec96cf",
|
|
54
|
+
"@libp2p/utils": "7.0.13-f88ec96cf",
|
|
55
55
|
"@multiformats/multiaddr": "^13.0.1",
|
|
56
56
|
"@multiformats/multiaddr-matcher": "^3.0.1",
|
|
57
57
|
"@peculiar/webcrypto": "^1.5.0",
|
|
@@ -79,7 +79,7 @@
|
|
|
79
79
|
"uint8arrays": "^5.1.0"
|
|
80
80
|
},
|
|
81
81
|
"devDependencies": {
|
|
82
|
-
"@libp2p/logger": "6.2.2-
|
|
82
|
+
"@libp2p/logger": "6.2.2-f88ec96cf",
|
|
83
83
|
"@types/sinon": "^20.0.0",
|
|
84
84
|
"aegir": "^47.0.22",
|
|
85
85
|
"any-signal": "^4.1.1",
|