@libp2p/webrtc 6.0.24-a34745c01 → 6.0.25
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/dist/index.min.js +18 -18
- package/dist/index.min.js.map +4 -4
- package/dist/typedoc-urls.json +14 -0
- package/package.json +16 -16
|
@@ -0,0 +1,14 @@
|
|
|
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
|
+
"TransportCertificate": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_webrtc.TransportCertificate.html",
|
|
5
|
+
".:TransportCertificate": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_webrtc.TransportCertificate.html",
|
|
6
|
+
"WebRTCDirectTransportComponents": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_webrtc.WebRTCDirectTransportComponents.html",
|
|
7
|
+
"WebRTCTransportComponents": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_webrtc.WebRTCTransportComponents.html",
|
|
8
|
+
"WebRTCTransportDirectInit": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_webrtc.WebRTCTransportDirectInit.html",
|
|
9
|
+
"WebRTCTransportInit": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_webrtc.WebRTCTransportInit.html",
|
|
10
|
+
"webRTC": "https://libp2p.github.io/js-libp2p/functions/_libp2p_webrtc.webRTC.html",
|
|
11
|
+
".:webRTC": "https://libp2p.github.io/js-libp2p/functions/_libp2p_webrtc.webRTC.html",
|
|
12
|
+
"webRTCDirect": "https://libp2p.github.io/js-libp2p/functions/_libp2p_webrtc.webRTCDirect.html",
|
|
13
|
+
".:webRTCDirect": "https://libp2p.github.io/js-libp2p/functions/_libp2p_webrtc.webRTCDirect.html"
|
|
14
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@libp2p/webrtc",
|
|
3
|
-
"version": "6.0.
|
|
3
|
+
"version": "6.0.25",
|
|
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",
|
|
@@ -47,20 +47,20 @@
|
|
|
47
47
|
"dependencies": {
|
|
48
48
|
"@chainsafe/is-ip": "^2.1.0",
|
|
49
49
|
"@chainsafe/libp2p-noise": "^17.0.0",
|
|
50
|
-
"@libp2p/crypto": "5.1.
|
|
51
|
-
"@libp2p/interface": "3.2.
|
|
52
|
-
"@libp2p/interface-internal": "3.1.
|
|
53
|
-
"@libp2p/keychain": "6.1.
|
|
54
|
-
"@libp2p/peer-id": "6.0.
|
|
55
|
-
"@libp2p/utils": "7.2.
|
|
50
|
+
"@libp2p/crypto": "^5.1.20",
|
|
51
|
+
"@libp2p/interface": "^3.2.4",
|
|
52
|
+
"@libp2p/interface-internal": "^3.1.7",
|
|
53
|
+
"@libp2p/keychain": "^6.1.3",
|
|
54
|
+
"@libp2p/peer-id": "^6.0.11",
|
|
55
|
+
"@libp2p/utils": "^7.2.3",
|
|
56
56
|
"@multiformats/multiaddr": "^13.0.3",
|
|
57
57
|
"@multiformats/multiaddr-matcher": "^3.0.2",
|
|
58
58
|
"@peculiar/webcrypto": "^1.5.0",
|
|
59
59
|
"@peculiar/x509": "^2.0.0",
|
|
60
60
|
"get-port": "^7.1.0",
|
|
61
|
-
"interface-datastore": "^
|
|
62
|
-
"it-length-prefixed": "^
|
|
63
|
-
"it-protobuf-stream": "^
|
|
61
|
+
"interface-datastore": "^10.0.1",
|
|
62
|
+
"it-length-prefixed": "^11.0.1",
|
|
63
|
+
"it-protobuf-stream": "^3.0.0",
|
|
64
64
|
"it-pushable": "^3.2.3",
|
|
65
65
|
"it-stream-types": "^2.0.2",
|
|
66
66
|
"main-event": "^1.0.1",
|
|
@@ -71,23 +71,23 @@
|
|
|
71
71
|
"p-timeout": "^7.0.0",
|
|
72
72
|
"p-wait-for": "^6.0.0",
|
|
73
73
|
"progress-events": "^1.0.1",
|
|
74
|
-
"protons-runtime": "^
|
|
74
|
+
"protons-runtime": "^7.0.0",
|
|
75
75
|
"race-signal": "^2.0.0",
|
|
76
76
|
"react-native-webrtc": "^124.0.6",
|
|
77
77
|
"reflect-metadata": "^0.2.2",
|
|
78
|
-
"uint8-varint": "^
|
|
79
|
-
"uint8arraylist": "^
|
|
78
|
+
"uint8-varint": "^3.0.0",
|
|
79
|
+
"uint8arraylist": "^3.0.2",
|
|
80
80
|
"uint8arrays": "^6.1.1"
|
|
81
81
|
},
|
|
82
82
|
"devDependencies": {
|
|
83
|
-
"@libp2p/logger": "6.2.
|
|
83
|
+
"@libp2p/logger": "^6.2.9",
|
|
84
84
|
"@types/sinon": "^21.0.1",
|
|
85
85
|
"aegir": "^48.0.11",
|
|
86
86
|
"any-signal": "^4.1.1",
|
|
87
|
-
"datastore-core": "^
|
|
87
|
+
"datastore-core": "^12.0.1",
|
|
88
88
|
"delay": "^7.0.0",
|
|
89
89
|
"p-retry": "^8.0.0",
|
|
90
|
-
"protons": "^
|
|
90
|
+
"protons": "^9.0.1",
|
|
91
91
|
"sinon": "^21.0.0",
|
|
92
92
|
"sinon-ts": "^2.0.0",
|
|
93
93
|
"wherearewe": "^2.0.1"
|