@libp2p/circuit-relay-v2 3.2.13 → 3.2.14-2a7425cdb
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 +1 -1
- package/dist/index.min.js.map +3 -3
- package/package.json +13 -13
- package/dist/typedoc-urls.json +0 -23
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@libp2p/circuit-relay-v2",
|
3
|
-
"version": "3.2.
|
3
|
+
"version": "3.2.14-2a7425cdb",
|
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",
|
@@ -45,19 +45,19 @@
|
|
45
45
|
"doc-check": "aegir doc-check"
|
46
46
|
},
|
47
47
|
"dependencies": {
|
48
|
-
"@libp2p/crypto": "
|
49
|
-
"@libp2p/interface": "
|
50
|
-
"@libp2p/interface-internal": "
|
51
|
-
"@libp2p/peer-collections": "
|
52
|
-
"@libp2p/peer-id": "
|
53
|
-
"@libp2p/peer-record": "
|
54
|
-
"@libp2p/utils": "
|
48
|
+
"@libp2p/crypto": "5.1.4-2a7425cdb",
|
49
|
+
"@libp2p/interface": "2.10.2-2a7425cdb",
|
50
|
+
"@libp2p/interface-internal": "2.3.14-2a7425cdb",
|
51
|
+
"@libp2p/peer-collections": "6.0.30-2a7425cdb",
|
52
|
+
"@libp2p/peer-id": "5.1.5-2a7425cdb",
|
53
|
+
"@libp2p/peer-record": "8.0.30-2a7425cdb",
|
54
|
+
"@libp2p/utils": "6.6.5-2a7425cdb",
|
55
55
|
"@multiformats/multiaddr": "^12.4.0",
|
56
56
|
"@multiformats/multiaddr-matcher": "^1.7.2",
|
57
57
|
"any-signal": "^4.1.1",
|
58
58
|
"it-protobuf-stream": "^2.0.2",
|
59
59
|
"it-stream-types": "^2.0.2",
|
60
|
-
"multiformats": "^13.3.
|
60
|
+
"multiformats": "^13.3.6",
|
61
61
|
"nanoid": "^5.1.5",
|
62
62
|
"progress-events": "^1.0.1",
|
63
63
|
"protons-runtime": "^5.5.0",
|
@@ -66,16 +66,16 @@
|
|
66
66
|
"uint8arrays": "^5.1.0"
|
67
67
|
},
|
68
68
|
"devDependencies": {
|
69
|
-
"@libp2p/interface-compliance-tests": "
|
70
|
-
"@libp2p/logger": "
|
71
|
-
"aegir": "^47.0.
|
69
|
+
"@libp2p/interface-compliance-tests": "6.4.8-2a7425cdb",
|
70
|
+
"@libp2p/logger": "5.1.18-2a7425cdb",
|
71
|
+
"aegir": "^47.0.14",
|
72
72
|
"delay": "^6.0.0",
|
73
73
|
"it-drain": "^3.0.9",
|
74
74
|
"it-pair": "^2.0.6",
|
75
75
|
"it-pushable": "^3.2.3",
|
76
76
|
"it-to-buffer": "^4.0.9",
|
77
77
|
"p-wait-for": "^5.0.2",
|
78
|
-
"protons": "^7.6.
|
78
|
+
"protons": "^7.6.1",
|
79
79
|
"race-signal": "^1.1.3",
|
80
80
|
"sinon": "^20.0.0",
|
81
81
|
"sinon-ts": "^2.0.0"
|
package/dist/typedoc-urls.json
DELETED
@@ -1,23 +0,0 @@
|
|
1
|
-
{
|
2
|
-
"codec": "https://libp2p.github.io/js-libp2p/functions/_libp2p_circuit-relay-v2.Limit.codec.html",
|
3
|
-
"decode": "https://libp2p.github.io/js-libp2p/functions/_libp2p_circuit-relay-v2.Limit.decode.html",
|
4
|
-
"encode": "https://libp2p.github.io/js-libp2p/functions/_libp2p_circuit-relay-v2.Limit.encode.html",
|
5
|
-
"CircuitRelayServerComponents": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_circuit-relay-v2.CircuitRelayServerComponents.html",
|
6
|
-
"CircuitRelayServerInit": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_circuit-relay-v2.CircuitRelayServerInit.html",
|
7
|
-
"CircuitRelayService": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_circuit-relay-v2.CircuitRelayService.html",
|
8
|
-
".:CircuitRelayService": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_circuit-relay-v2.CircuitRelayService.html",
|
9
|
-
"CircuitRelayServiceEvents": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_circuit-relay-v2.CircuitRelayServiceEvents.html",
|
10
|
-
".:CircuitRelayServiceEvents": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_circuit-relay-v2.CircuitRelayServiceEvents.html",
|
11
|
-
"CircuitRelayTransportComponents": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_circuit-relay-v2.CircuitRelayTransportComponents.html",
|
12
|
-
"CircuitRelayTransportInit": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_circuit-relay-v2.CircuitRelayTransportInit.html",
|
13
|
-
"Limit": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_circuit-relay-v2.Limit.html",
|
14
|
-
"RelayDiscoveryComponents": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_circuit-relay-v2.RelayDiscoveryComponents.html",
|
15
|
-
"RelayReservation": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_circuit-relay-v2.RelayReservation.html",
|
16
|
-
".:RelayReservation": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_circuit-relay-v2.RelayReservation.html",
|
17
|
-
"ServerReservationStoreInit": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_circuit-relay-v2.ServerReservationStoreInit.html",
|
18
|
-
"TransportReservationStoreInit": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_circuit-relay-v2.TransportReservationStoreInit.html",
|
19
|
-
"RELAY_V2_HOP_CODEC": "https://libp2p.github.io/js-libp2p/variables/_libp2p_circuit-relay-v2.RELAY_V2_HOP_CODEC.html",
|
20
|
-
"RELAY_V2_STOP_CODEC": "https://libp2p.github.io/js-libp2p/variables/_libp2p_circuit-relay-v2.RELAY_V2_STOP_CODEC.html",
|
21
|
-
"circuitRelayServer": "https://libp2p.github.io/js-libp2p/functions/_libp2p_circuit-relay-v2.circuitRelayServer.html",
|
22
|
-
"circuitRelayTransport": "https://libp2p.github.io/js-libp2p/functions/_libp2p_circuit-relay-v2.circuitRelayTransport.html"
|
23
|
-
}
|