@libp2p/circuit-relay-v2 1.0.14 → 1.0.15
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +4 -4
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@libp2p/circuit-relay-v2",
|
3
|
-
"version": "1.0.
|
3
|
+
"version": "1.0.15",
|
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",
|
@@ -55,8 +55,8 @@
|
|
55
55
|
"@libp2p/interface-internal": "^1.0.8",
|
56
56
|
"@libp2p/peer-collections": "^5.1.6",
|
57
57
|
"@libp2p/peer-id": "^4.0.6",
|
58
|
-
"@libp2p/peer-record": "^7.0.
|
59
|
-
"@libp2p/utils": "^5.2.
|
58
|
+
"@libp2p/peer-record": "^7.0.9",
|
59
|
+
"@libp2p/utils": "^5.2.5",
|
60
60
|
"@multiformats/mafmt": "^12.1.6",
|
61
61
|
"@multiformats/multiaddr": "^12.1.14",
|
62
62
|
"any-signal": "^4.1.1",
|
@@ -70,7 +70,7 @@
|
|
70
70
|
"uint8arrays": "^5.0.1"
|
71
71
|
},
|
72
72
|
"devDependencies": {
|
73
|
-
"@libp2p/interface-compliance-tests": "^5.3.
|
73
|
+
"@libp2p/interface-compliance-tests": "^5.3.1",
|
74
74
|
"@libp2p/logger": "^4.0.6",
|
75
75
|
"@libp2p/peer-id-factory": "^4.0.6",
|
76
76
|
"aegir": "^42.2.3",
|