@libp2p/circuit-relay-v2 1.0.17 → 1.0.18-2c56203f9
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +14 -14
- package/dist/typedoc-urls.json +0 -12
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.18-2c56203f9",
|
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,29 +52,29 @@
|
|
52
52
|
"doc-check": "aegir doc-check"
|
53
53
|
},
|
54
54
|
"dependencies": {
|
55
|
-
"@libp2p/interface": "
|
56
|
-
"@libp2p/interface-internal": "
|
57
|
-
"@libp2p/peer-collections": "
|
58
|
-
"@libp2p/peer-id": "
|
59
|
-
"@libp2p/peer-record": "
|
60
|
-
"@libp2p/utils": "
|
55
|
+
"@libp2p/interface": "1.1.6-2c56203f9",
|
56
|
+
"@libp2p/interface-internal": "1.0.11-2c56203f9",
|
57
|
+
"@libp2p/peer-collections": "5.1.9-2c56203f9",
|
58
|
+
"@libp2p/peer-id": "4.0.9-2c56203f9",
|
59
|
+
"@libp2p/peer-record": "7.0.12-2c56203f9",
|
60
|
+
"@libp2p/utils": "5.2.8-2c56203f9",
|
61
61
|
"@multiformats/mafmt": "^12.1.6",
|
62
|
-
"@multiformats/multiaddr": "^12.1
|
62
|
+
"@multiformats/multiaddr": "^12.2.1",
|
63
63
|
"any-signal": "^4.1.1",
|
64
64
|
"it-protobuf-stream": "^1.1.2",
|
65
65
|
"it-stream-types": "^2.0.1",
|
66
66
|
"multiformats": "^13.1.0",
|
67
|
-
"p-defer": "^4.0.
|
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.0.3"
|
72
72
|
},
|
73
73
|
"devDependencies": {
|
74
|
-
"@libp2p/interface-compliance-tests": "
|
75
|
-
"@libp2p/logger": "
|
76
|
-
"@libp2p/peer-id-factory": "
|
77
|
-
"aegir": "^42.2.
|
74
|
+
"@libp2p/interface-compliance-tests": "5.3.4-2c56203f9",
|
75
|
+
"@libp2p/logger": "4.0.9-2c56203f9",
|
76
|
+
"@libp2p/peer-id-factory": "4.0.9-2c56203f9",
|
77
|
+
"aegir": "^42.2.5",
|
78
78
|
"delay": "^6.0.0",
|
79
79
|
"it-drain": "^3.0.5",
|
80
80
|
"it-pair": "^2.0.6",
|
package/dist/typedoc-urls.json
DELETED
@@ -1,12 +0,0 @@
|
|
1
|
-
{
|
2
|
-
"CircuitRelayService": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_circuit_relay_v2.CircuitRelayService.html",
|
3
|
-
".:CircuitRelayService": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_circuit_relay_v2.CircuitRelayService.html",
|
4
|
-
"CircuitRelayServiceEvents": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_circuit_relay_v2.CircuitRelayServiceEvents.html",
|
5
|
-
".:CircuitRelayServiceEvents": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_circuit_relay_v2.CircuitRelayServiceEvents.html",
|
6
|
-
"RelayReservation": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_circuit_relay_v2.RelayReservation.html",
|
7
|
-
".:RelayReservation": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_circuit_relay_v2.RelayReservation.html",
|
8
|
-
"RELAY_V2_HOP_CODEC": "https://libp2p.github.io/js-libp2p/variables/_libp2p_circuit_relay_v2.RELAY_V2_HOP_CODEC.html",
|
9
|
-
"RELAY_V2_STOP_CODEC": "https://libp2p.github.io/js-libp2p/variables/_libp2p_circuit_relay_v2.RELAY_V2_STOP_CODEC.html",
|
10
|
-
"circuitRelayServer": "https://libp2p.github.io/js-libp2p/functions/_libp2p_circuit_relay_v2.circuitRelayServer.html",
|
11
|
-
"circuitRelayTransport": "https://libp2p.github.io/js-libp2p/functions/_libp2p_circuit_relay_v2.circuitRelayTransport.html"
|
12
|
-
}
|