@libp2p/circuit-relay-v2 1.0.23-8214dcfb0 → 1.0.23-a3e8beabd
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +16 -16
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@libp2p/circuit-relay-v2",
|
3
|
-
"version": "1.0.23-
|
3
|
+
"version": "1.0.23-a3e8beabd",
|
4
4
|
"description": "Implementation of Circuit Relay v2",
|
5
5
|
"license": "Apache-2.0 OR MIT",
|
6
6
|
"homepage": "https://github.com/libp2p/js-libp2p/tree/main/packages/transport-circuit-relay-v2#readme",
|
@@ -52,34 +52,34 @@
|
|
52
52
|
"doc-check": "aegir doc-check"
|
53
53
|
},
|
54
54
|
"dependencies": {
|
55
|
-
"@libp2p/interface": "1.3.1-
|
56
|
-
"@libp2p/interface-internal": "1.2.1-
|
57
|
-
"@libp2p/peer-collections": "5.2.1-
|
58
|
-
"@libp2p/peer-id": "4.1.1-
|
59
|
-
"@libp2p/peer-record": "7.0.17-
|
60
|
-
"@libp2p/utils": "5.4.1-
|
55
|
+
"@libp2p/interface": "1.3.1-a3e8beabd",
|
56
|
+
"@libp2p/interface-internal": "1.2.1-a3e8beabd",
|
57
|
+
"@libp2p/peer-collections": "5.2.1-a3e8beabd",
|
58
|
+
"@libp2p/peer-id": "4.1.1-a3e8beabd",
|
59
|
+
"@libp2p/peer-record": "7.0.17-a3e8beabd",
|
60
|
+
"@libp2p/utils": "5.4.1-a3e8beabd",
|
61
61
|
"@multiformats/mafmt": "^12.1.6",
|
62
|
-
"@multiformats/multiaddr": "^12.2.
|
62
|
+
"@multiformats/multiaddr": "^12.2.3",
|
63
63
|
"any-signal": "^4.1.1",
|
64
|
-
"it-protobuf-stream": "^1.1.
|
64
|
+
"it-protobuf-stream": "^1.1.3",
|
65
65
|
"it-stream-types": "^2.0.1",
|
66
66
|
"multiformats": "^13.1.0",
|
67
67
|
"p-defer": "^4.0.1",
|
68
68
|
"p-retry": "^6.2.0",
|
69
69
|
"protons-runtime": "^5.4.0",
|
70
70
|
"uint8arraylist": "^2.4.8",
|
71
|
-
"uint8arrays": "^5.0
|
71
|
+
"uint8arrays": "^5.1.0"
|
72
72
|
},
|
73
73
|
"devDependencies": {
|
74
|
-
"@libp2p/interface-compliance-tests": "5.4.4-
|
75
|
-
"@libp2p/logger": "4.0.12-
|
76
|
-
"@libp2p/peer-id-factory": "4.1.1-
|
77
|
-
"aegir": "^42.2.
|
74
|
+
"@libp2p/interface-compliance-tests": "5.4.4-a3e8beabd",
|
75
|
+
"@libp2p/logger": "4.0.12-a3e8beabd",
|
76
|
+
"@libp2p/peer-id-factory": "4.1.1-a3e8beabd",
|
77
|
+
"aegir": "^42.2.11",
|
78
78
|
"delay": "^6.0.0",
|
79
|
-
"it-drain": "^3.0.
|
79
|
+
"it-drain": "^3.0.7",
|
80
80
|
"it-pair": "^2.0.6",
|
81
81
|
"it-pushable": "^3.2.3",
|
82
|
-
"it-to-buffer": "^4.0.
|
82
|
+
"it-to-buffer": "^4.0.7",
|
83
83
|
"p-wait-for": "^5.0.2",
|
84
84
|
"protons": "^7.5.0",
|
85
85
|
"race-signal": "^1.0.2",
|