@libp2p/webrtc 4.0.26 → 4.0.28
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/package.json +8 -7
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@libp2p/webrtc",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.28",
|
|
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",
|
|
44
44
|
"test:chrome": "aegir test -t browser --cov",
|
|
45
45
|
"test:firefox": "aegir test -t browser -- --browser firefox",
|
|
46
|
+
"test:electron-main": "aegir test -t electron-main",
|
|
46
47
|
"lint": "aegir lint",
|
|
47
48
|
"lint:fix": "aegir lint --fix",
|
|
48
49
|
"clean": "aegir clean",
|
|
@@ -54,7 +55,7 @@
|
|
|
54
55
|
"@libp2p/interface": "^1.2.0",
|
|
55
56
|
"@libp2p/interface-internal": "^1.1.0",
|
|
56
57
|
"@libp2p/peer-id": "^4.0.10",
|
|
57
|
-
"@libp2p/utils": "^5.3.
|
|
58
|
+
"@libp2p/utils": "^5.3.1",
|
|
58
59
|
"@multiformats/mafmt": "^12.1.6",
|
|
59
60
|
"@multiformats/multiaddr": "^12.2.1",
|
|
60
61
|
"@multiformats/multiaddr-matcher": "^1.2.0",
|
|
@@ -65,7 +66,7 @@
|
|
|
65
66
|
"it-stream-types": "^2.0.1",
|
|
66
67
|
"multiformats": "^13.1.0",
|
|
67
68
|
"multihashes": "^4.0.3",
|
|
68
|
-
"node-datachannel": "^0.
|
|
69
|
+
"node-datachannel": "^0.7.0",
|
|
69
70
|
"p-defer": "^4.0.1",
|
|
70
71
|
"p-event": "^6.0.1",
|
|
71
72
|
"p-timeout": "^6.1.2",
|
|
@@ -77,11 +78,11 @@
|
|
|
77
78
|
},
|
|
78
79
|
"devDependencies": {
|
|
79
80
|
"@chainsafe/libp2p-yamux": "^6.0.2",
|
|
80
|
-
"@libp2p/circuit-relay-v2": "^1.0.
|
|
81
|
-
"@libp2p/interface-compliance-tests": "^5.4.
|
|
81
|
+
"@libp2p/circuit-relay-v2": "^1.0.20",
|
|
82
|
+
"@libp2p/interface-compliance-tests": "^5.4.1",
|
|
82
83
|
"@libp2p/logger": "^4.0.10",
|
|
83
84
|
"@libp2p/peer-id-factory": "^4.0.10",
|
|
84
|
-
"@libp2p/websockets": "^8.0.
|
|
85
|
+
"@libp2p/websockets": "^8.0.20",
|
|
85
86
|
"@types/sinon": "^17.0.3",
|
|
86
87
|
"aegir": "^42.2.5",
|
|
87
88
|
"delay": "^6.0.0",
|
|
@@ -91,7 +92,7 @@
|
|
|
91
92
|
"it-pair": "^2.0.6",
|
|
92
93
|
"it-pipe": "^3.0.1",
|
|
93
94
|
"it-to-buffer": "^4.0.5",
|
|
94
|
-
"libp2p": "^1.4.
|
|
95
|
+
"libp2p": "^1.4.2",
|
|
95
96
|
"p-retry": "^6.2.0",
|
|
96
97
|
"protons": "^7.5.0",
|
|
97
98
|
"sinon": "^17.0.1",
|