@libp2p/webrtc 4.1.3-f30e2ee8d → 4.1.4
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/typedoc-urls.json +8 -0
- package/package.json +12 -12
@@ -0,0 +1,8 @@
|
|
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
|
+
"webRTC": "https://libp2p.github.io/js-libp2p/functions/_libp2p_webrtc.webRTC.html",
|
5
|
+
".:webRTC": "https://libp2p.github.io/js-libp2p/functions/_libp2p_webrtc.webRTC.html",
|
6
|
+
"webRTCDirect": "https://libp2p.github.io/js-libp2p/functions/_libp2p_webrtc.webRTCDirect.html",
|
7
|
+
".:webRTCDirect": "https://libp2p.github.io/js-libp2p/functions/_libp2p_webrtc.webRTCDirect.html"
|
8
|
+
}
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@libp2p/webrtc",
|
3
|
-
"version": "4.1.
|
3
|
+
"version": "4.1.4",
|
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": "^15.0.0",
|
54
|
-
"@libp2p/interface": "1.6.
|
55
|
-
"@libp2p/interface-internal": "1.3.
|
56
|
-
"@libp2p/peer-id": "4.2.
|
57
|
-
"@libp2p/utils": "5.4.
|
54
|
+
"@libp2p/interface": "^1.6.3",
|
55
|
+
"@libp2p/interface-internal": "^1.3.3",
|
56
|
+
"@libp2p/peer-id": "^4.2.3",
|
57
|
+
"@libp2p/utils": "^5.4.8",
|
58
58
|
"@multiformats/mafmt": "^12.1.6",
|
59
59
|
"@multiformats/multiaddr": "^12.2.3",
|
60
60
|
"@multiformats/multiaddr-matcher": "^1.2.1",
|
@@ -77,12 +77,12 @@
|
|
77
77
|
},
|
78
78
|
"devDependencies": {
|
79
79
|
"@chainsafe/libp2p-yamux": "^6.0.2",
|
80
|
-
"@libp2p/circuit-relay-v2": "1.1.
|
81
|
-
"@libp2p/identify": "2.1.
|
82
|
-
"@libp2p/interface-compliance-tests": "5.4.
|
83
|
-
"@libp2p/logger": "4.0.
|
84
|
-
"@libp2p/peer-id-factory": "4.2.
|
85
|
-
"@libp2p/websockets": "8.1.
|
80
|
+
"@libp2p/circuit-relay-v2": "^1.1.4",
|
81
|
+
"@libp2p/identify": "^2.1.4",
|
82
|
+
"@libp2p/interface-compliance-tests": "^5.4.11",
|
83
|
+
"@libp2p/logger": "^4.0.19",
|
84
|
+
"@libp2p/peer-id-factory": "^4.2.3",
|
85
|
+
"@libp2p/websockets": "^8.1.4",
|
86
86
|
"@types/sinon": "^17.0.3",
|
87
87
|
"aegir": "^44.0.1",
|
88
88
|
"delay": "^6.0.0",
|
@@ -92,7 +92,7 @@
|
|
92
92
|
"it-pair": "^2.0.6",
|
93
93
|
"it-pipe": "^3.0.1",
|
94
94
|
"it-to-buffer": "^4.0.7",
|
95
|
-
"libp2p": "1.8.
|
95
|
+
"libp2p": "^1.8.3",
|
96
96
|
"p-retry": "^6.2.0",
|
97
97
|
"protons": "^7.5.0",
|
98
98
|
"sinon": "^18.0.0",
|