@libp2p/webrtc 5.0.15 → 5.0.16-6bd7f9169
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/index.min.js +4 -4
- package/package.json +12 -12
- package/dist/typedoc-urls.json +0 -12
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@libp2p/webrtc",
|
3
|
-
"version": "5.0.
|
3
|
+
"version": "5.0.16-6bd7f9169",
|
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",
|
@@ -51,10 +51,10 @@
|
|
51
51
|
},
|
52
52
|
"dependencies": {
|
53
53
|
"@chainsafe/libp2p-noise": "^16.0.0",
|
54
|
-
"@libp2p/interface": "
|
55
|
-
"@libp2p/interface-internal": "
|
56
|
-
"@libp2p/peer-id": "
|
57
|
-
"@libp2p/utils": "
|
54
|
+
"@libp2p/interface": "2.2.0-6bd7f9169",
|
55
|
+
"@libp2p/interface-internal": "2.0.10-6bd7f9169",
|
56
|
+
"@libp2p/peer-id": "5.0.7-6bd7f9169",
|
57
|
+
"@libp2p/utils": "6.1.3-6bd7f9169",
|
58
58
|
"@multiformats/mafmt": "^12.1.6",
|
59
59
|
"@multiformats/multiaddr": "^12.2.3",
|
60
60
|
"@multiformats/multiaddr-matcher": "^1.2.1",
|
@@ -78,12 +78,12 @@
|
|
78
78
|
},
|
79
79
|
"devDependencies": {
|
80
80
|
"@chainsafe/libp2p-yamux": "^7.0.0",
|
81
|
-
"@libp2p/circuit-relay-v2": "
|
82
|
-
"@libp2p/crypto": "
|
83
|
-
"@libp2p/identify": "
|
84
|
-
"@libp2p/interface-compliance-tests": "
|
85
|
-
"@libp2p/logger": "
|
86
|
-
"@libp2p/websockets": "
|
81
|
+
"@libp2p/circuit-relay-v2": "3.1.0-6bd7f9169",
|
82
|
+
"@libp2p/crypto": "5.0.6-6bd7f9169",
|
83
|
+
"@libp2p/identify": "3.0.10-6bd7f9169",
|
84
|
+
"@libp2p/interface-compliance-tests": "6.1.8-6bd7f9169",
|
85
|
+
"@libp2p/logger": "5.1.3-6bd7f9169",
|
86
|
+
"@libp2p/websockets": "9.0.11-6bd7f9169",
|
87
87
|
"@types/sinon": "^17.0.3",
|
88
88
|
"aegir": "^44.0.1",
|
89
89
|
"delay": "^6.0.0",
|
@@ -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": "
|
96
|
+
"libp2p": "2.2.1-6bd7f9169",
|
97
97
|
"p-retry": "^6.2.0",
|
98
98
|
"protons": "^7.5.0",
|
99
99
|
"sinon": "^18.0.0",
|
package/dist/typedoc-urls.json
DELETED
@@ -1,12 +0,0 @@
|
|
1
|
-
{
|
2
|
-
"DataChannelOptions": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_webrtc.DataChannelOptions.html",
|
3
|
-
".:DataChannelOptions": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_webrtc.DataChannelOptions.html",
|
4
|
-
"WebRTCDirectTransportComponents": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_webrtc.WebRTCDirectTransportComponents.html",
|
5
|
-
"WebRTCTransportComponents": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_webrtc.WebRTCTransportComponents.html",
|
6
|
-
"WebRTCTransportDirectInit": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_webrtc.WebRTCTransportDirectInit.html",
|
7
|
-
"WebRTCTransportInit": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_webrtc.WebRTCTransportInit.html",
|
8
|
-
"webRTC": "https://libp2p.github.io/js-libp2p/functions/_libp2p_webrtc.webRTC.html",
|
9
|
-
".:webRTC": "https://libp2p.github.io/js-libp2p/functions/_libp2p_webrtc.webRTC.html",
|
10
|
-
"webRTCDirect": "https://libp2p.github.io/js-libp2p/functions/_libp2p_webrtc.webRTCDirect.html",
|
11
|
-
".:webRTCDirect": "https://libp2p.github.io/js-libp2p/functions/_libp2p_webrtc.webRTCDirect.html"
|
12
|
-
}
|