@libp2p/webrtc 4.0.22 → 4.0.23-3ffecc5bf
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/dist/index.min.js +6 -6
- package/dist/src/index.d.ts +1 -1
- package/dist/src/index.js +1 -1
- package/package.json +21 -21
- package/src/index.ts +1 -1
- package/dist/typedoc-urls.json +0 -8
package/README.md
CHANGED
|
@@ -134,7 +134,7 @@ while (true) {
|
|
|
134
134
|
await delay(1000)
|
|
135
135
|
}
|
|
136
136
|
|
|
137
|
-
// the
|
|
137
|
+
// the dialer has Circuit Relay, WebSocket and WebRTC transports to dial
|
|
138
138
|
// the listener via the relay, complete the SDP handshake and establish a
|
|
139
139
|
// direct WebRTC connection
|
|
140
140
|
const dialer = await createLibp2p({
|