@libp2p/webrtc 5.0.24 → 5.0.25-34b3c14b8
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 +9 -8
- 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.25-34b3c14b8",
|
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",
|
@@ -43,6 +43,7 @@
|
|
43
43
|
"test:node": "aegir test -t node --cov -- --exit",
|
44
44
|
"test:chrome": "aegir test -t browser --cov",
|
45
45
|
"test:firefox": "aegir test -t browser -- --browser firefox",
|
46
|
+
"test:webkit": "aegir test -t browser -- --browser webkit",
|
46
47
|
"lint": "aegir lint",
|
47
48
|
"lint:fix": "aegir lint --fix",
|
48
49
|
"clean": "aegir clean",
|
@@ -51,10 +52,10 @@
|
|
51
52
|
},
|
52
53
|
"dependencies": {
|
53
54
|
"@chainsafe/libp2p-noise": "^16.0.0",
|
54
|
-
"@libp2p/interface": "
|
55
|
-
"@libp2p/interface-internal": "
|
56
|
-
"@libp2p/peer-id": "
|
57
|
-
"@libp2p/utils": "
|
55
|
+
"@libp2p/interface": "2.4.1-34b3c14b8",
|
56
|
+
"@libp2p/interface-internal": "2.2.4-34b3c14b8",
|
57
|
+
"@libp2p/peer-id": "5.0.11-34b3c14b8",
|
58
|
+
"@libp2p/utils": "6.5.0-34b3c14b8",
|
58
59
|
"@multiformats/multiaddr": "^12.3.3",
|
59
60
|
"@multiformats/multiaddr-matcher": "^1.6.0",
|
60
61
|
"detect-browser": "^5.3.0",
|
@@ -76,9 +77,9 @@
|
|
76
77
|
"uint8arrays": "^5.1.0"
|
77
78
|
},
|
78
79
|
"devDependencies": {
|
79
|
-
"@libp2p/crypto": "
|
80
|
-
"@libp2p/interface-compliance-tests": "
|
81
|
-
"@libp2p/logger": "
|
80
|
+
"@libp2p/crypto": "5.0.10-34b3c14b8",
|
81
|
+
"@libp2p/interface-compliance-tests": "6.2.5-34b3c14b8",
|
82
|
+
"@libp2p/logger": "5.1.7-34b3c14b8",
|
82
83
|
"@types/sinon": "^17.0.3",
|
83
84
|
"aegir": "^45.0.5",
|
84
85
|
"delay": "^6.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
|
-
}
|