@libp2p/webrtc 5.0.19-3650283f7 → 5.0.19-406b3916c
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/package.json +22 -22
- package/LICENSE +0 -4
package/README.md
CHANGED
@@ -222,7 +222,7 @@ $ npm i @libp2p/webrtc
|
|
222
222
|
|
223
223
|
## Browser `<script>` tag
|
224
224
|
|
225
|
-
Loading this module through a script tag will make
|
225
|
+
Loading this module through a script tag will make its exports available as `Libp2pWebrtc` in the global namespace.
|
226
226
|
|
227
227
|
```html
|
228
228
|
<script src="https://unpkg.com/@libp2p/webrtc/dist/index.min.js"></script>
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@libp2p/webrtc",
|
3
|
-
"version": "5.0.19-
|
3
|
+
"version": "5.0.19-406b3916c",
|
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,42 +51,42 @@
|
|
51
51
|
},
|
52
52
|
"dependencies": {
|
53
53
|
"@chainsafe/libp2p-noise": "^16.0.0",
|
54
|
-
"@libp2p/interface": "2.2.1-
|
55
|
-
"@libp2p/interface-internal": "2.1.1-
|
56
|
-
"@libp2p/peer-id": "5.0.8-
|
57
|
-
"@libp2p/utils": "6.2.1-
|
58
|
-
"@multiformats/multiaddr": "^12.
|
59
|
-
"@multiformats/multiaddr-matcher": "^1.
|
54
|
+
"@libp2p/interface": "2.2.1-406b3916c",
|
55
|
+
"@libp2p/interface-internal": "2.1.1-406b3916c",
|
56
|
+
"@libp2p/peer-id": "5.0.8-406b3916c",
|
57
|
+
"@libp2p/utils": "6.2.1-406b3916c",
|
58
|
+
"@multiformats/multiaddr": "^12.3.3",
|
59
|
+
"@multiformats/multiaddr-matcher": "^1.6.0",
|
60
60
|
"detect-browser": "^5.3.0",
|
61
|
-
"it-length-prefixed": "^9.0
|
62
|
-
"it-protobuf-stream": "^1.1.
|
61
|
+
"it-length-prefixed": "^9.1.0",
|
62
|
+
"it-protobuf-stream": "^1.1.5",
|
63
63
|
"it-pushable": "^3.2.3",
|
64
|
-
"it-stream-types": "^2.0.
|
65
|
-
"multiformats": "^13.1
|
64
|
+
"it-stream-types": "^2.0.2",
|
65
|
+
"multiformats": "^13.3.1",
|
66
66
|
"node-datachannel": "^0.11.0",
|
67
67
|
"p-defer": "^4.0.1",
|
68
68
|
"p-event": "^6.0.1",
|
69
|
-
"p-timeout": "^6.1.
|
70
|
-
"progress-events": "^1.0.
|
71
|
-
"protons-runtime": "^5.
|
72
|
-
"race-signal": "^1.0
|
69
|
+
"p-timeout": "^6.1.3",
|
70
|
+
"progress-events": "^1.0.1",
|
71
|
+
"protons-runtime": "^5.5.0",
|
72
|
+
"race-signal": "^1.1.0",
|
73
73
|
"react-native-webrtc": "^124.0.4",
|
74
74
|
"uint8-varint": "^2.0.4",
|
75
75
|
"uint8arraylist": "^2.4.8",
|
76
76
|
"uint8arrays": "^5.1.0"
|
77
77
|
},
|
78
78
|
"devDependencies": {
|
79
|
-
"@libp2p/crypto": "5.0.7-
|
80
|
-
"@libp2p/interface-compliance-tests": "6.1.11-
|
81
|
-
"@libp2p/logger": "5.1.4-
|
79
|
+
"@libp2p/crypto": "5.0.7-406b3916c",
|
80
|
+
"@libp2p/interface-compliance-tests": "6.1.11-406b3916c",
|
81
|
+
"@libp2p/logger": "5.1.4-406b3916c",
|
82
82
|
"@types/sinon": "^17.0.3",
|
83
|
-
"aegir": "^
|
83
|
+
"aegir": "^45.0.5",
|
84
84
|
"delay": "^6.0.0",
|
85
85
|
"it-length": "^3.0.6",
|
86
86
|
"it-pair": "^2.0.6",
|
87
|
-
"p-retry": "^6.2.
|
88
|
-
"protons": "^7.
|
89
|
-
"sinon": "^
|
87
|
+
"p-retry": "^6.2.1",
|
88
|
+
"protons": "^7.6.0",
|
89
|
+
"sinon": "^19.0.2",
|
90
90
|
"sinon-ts": "^2.0.0"
|
91
91
|
},
|
92
92
|
"browser": {
|
package/LICENSE
DELETED