@libp2p/webrtc 5.0.24-d61cbacec → 5.0.25-21088c519
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 +4 -4
- package/package.json +9 -8
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@libp2p/webrtc",
|
3
|
-
"version": "5.0.
|
3
|
+
"version": "5.0.25-21088c519",
|
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": "2.4.1-
|
55
|
-
"@libp2p/interface-internal": "2.2.
|
56
|
-
"@libp2p/peer-id": "5.0.11-
|
57
|
-
"@libp2p/utils": "6.
|
55
|
+
"@libp2p/interface": "2.4.1-21088c519",
|
56
|
+
"@libp2p/interface-internal": "2.2.4-21088c519",
|
57
|
+
"@libp2p/peer-id": "5.0.11-21088c519",
|
58
|
+
"@libp2p/utils": "6.5.0-21088c519",
|
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": "5.0.10-
|
80
|
-
"@libp2p/interface-compliance-tests": "6.2.
|
81
|
-
"@libp2p/logger": "5.1.7-
|
80
|
+
"@libp2p/crypto": "5.0.10-21088c519",
|
81
|
+
"@libp2p/interface-compliance-tests": "6.2.5-21088c519",
|
82
|
+
"@libp2p/logger": "5.1.7-21088c519",
|
82
83
|
"@types/sinon": "^17.0.3",
|
83
84
|
"aegir": "^45.0.5",
|
84
85
|
"delay": "^6.0.0",
|