libp2p 0.43.1-78cb1925 → 0.43.2
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/typedoc-urls.json +41 -0
- package/package.json +1 -1
- package/src/version.ts +1 -1
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
{
|
|
2
|
+
"codec": "https://libp2p.github.io/js-libp2p/functions/circuit._internal_.Limit.codec.html",
|
|
3
|
+
"decode": "https://libp2p.github.io/js-libp2p/functions/circuit._internal_.Limit.decode.html",
|
|
4
|
+
"encode": "https://libp2p.github.io/js-libp2p/functions/circuit._internal_.Limit.encode.html",
|
|
5
|
+
"AdvertServiceComponents": "https://libp2p.github.io/js-libp2p/interfaces/circuit._internal_.AdvertServiceComponents.html",
|
|
6
|
+
"AdvertServiceInit": "https://libp2p.github.io/js-libp2p/interfaces/circuit._internal_.AdvertServiceInit.html",
|
|
7
|
+
"CircuitRelayServerComponents": "https://libp2p.github.io/js-libp2p/interfaces/circuit._internal_.CircuitRelayServerComponents.html",
|
|
8
|
+
"CircuitRelayServerInit": "https://libp2p.github.io/js-libp2p/interfaces/circuit._internal_.CircuitRelayServerInit.html",
|
|
9
|
+
"CircuitRelayTransportComponents": "https://libp2p.github.io/js-libp2p/interfaces/circuit._internal_.CircuitRelayTransportComponents.html",
|
|
10
|
+
"CircuitRelayTransportInit": "https://libp2p.github.io/js-libp2p/interfaces/circuit._internal_.CircuitRelayTransportInit.html",
|
|
11
|
+
"Limit": "https://libp2p.github.io/js-libp2p/interfaces/circuit._internal_.Limit-1.html",
|
|
12
|
+
"RelayDiscoveryComponents": "https://libp2p.github.io/js-libp2p/interfaces/circuit._internal_.RelayDiscoveryComponents.html",
|
|
13
|
+
"RelayStoreInit": "https://libp2p.github.io/js-libp2p/interfaces/circuit._internal_.RelayStoreInit.html",
|
|
14
|
+
"ReservationStoreInit": "https://libp2p.github.io/js-libp2p/interfaces/circuit._internal_.ReservationStoreInit.html",
|
|
15
|
+
"CircuitRelayService": "https://libp2p.github.io/js-libp2p/interfaces/circuit.CircuitRelayService.html",
|
|
16
|
+
"CircuitRelayServiceEvents": "https://libp2p.github.io/js-libp2p/interfaces/circuit.CircuitRelayServiceEvents.html",
|
|
17
|
+
"RelayReservation": "https://libp2p.github.io/js-libp2p/interfaces/circuit.RelayReservation.html",
|
|
18
|
+
"circuitRelayServer": "https://libp2p.github.io/js-libp2p/functions/circuit.circuitRelayServer.html",
|
|
19
|
+
"circuitRelayTransport": "https://libp2p.github.io/js-libp2p/functions/circuit.circuitRelayTransport.html",
|
|
20
|
+
"AddressFilter": "https://libp2p.github.io/js-libp2p/interfaces/index._internal_.AddressFilter.html",
|
|
21
|
+
"AddressManagerInit": "https://libp2p.github.io/js-libp2p/interfaces/index._internal_.AddressManagerInit.html",
|
|
22
|
+
"AutonatServiceInit": "https://libp2p.github.io/js-libp2p/interfaces/index._internal_.AutonatServiceInit.html",
|
|
23
|
+
"Components": "https://libp2p.github.io/js-libp2p/interfaces/index._internal_.Components.html",
|
|
24
|
+
"ConnectionManagerConfig": "https://libp2p.github.io/js-libp2p/interfaces/index._internal_.ConnectionManagerConfig.html",
|
|
25
|
+
"FetchServiceInit": "https://libp2p.github.io/js-libp2p/interfaces/index._internal_.FetchServiceInit.html",
|
|
26
|
+
"HostProperties": "https://libp2p.github.io/js-libp2p/interfaces/index._internal_.HostProperties.html",
|
|
27
|
+
"IdentifyServiceInit": "https://libp2p.github.io/js-libp2p/interfaces/index._internal_.IdentifyServiceInit.html",
|
|
28
|
+
"NatManagerInit": "https://libp2p.github.io/js-libp2p/interfaces/index._internal_.NatManagerInit.html",
|
|
29
|
+
"PeerRoutingInit": "https://libp2p.github.io/js-libp2p/interfaces/index._internal_.PeerRoutingInit.html",
|
|
30
|
+
"PingServiceInit": "https://libp2p.github.io/js-libp2p/interfaces/index._internal_.PingServiceInit.html",
|
|
31
|
+
"RefreshManagerInit": "https://libp2p.github.io/js-libp2p/interfaces/index._internal_.RefreshManagerInit.html",
|
|
32
|
+
"TransportManagerInit": "https://libp2p.github.io/js-libp2p/interfaces/index._internal_.TransportManagerInit.html",
|
|
33
|
+
"Libp2pEvents": "https://libp2p.github.io/js-libp2p/interfaces/index.Libp2pEvents.html",
|
|
34
|
+
"Libp2pInit": "https://libp2p.github.io/js-libp2p/interfaces/index.Libp2pInit.html",
|
|
35
|
+
"Libp2pOptions": "https://libp2p.github.io/js-libp2p/types/index.Libp2pOptions.html",
|
|
36
|
+
"createLibp2p": "https://libp2p.github.io/js-libp2p/functions/index.createLibp2p.html",
|
|
37
|
+
"plaintext": "https://libp2p.github.io/js-libp2p/functions/insecure.plaintext.html",
|
|
38
|
+
"ProtectorInit": "https://libp2p.github.io/js-libp2p/interfaces/pnet.ProtectorInit.html",
|
|
39
|
+
"generateKey": "https://libp2p.github.io/js-libp2p/functions/pnet.generateKey.html",
|
|
40
|
+
"preSharedKey": "https://libp2p.github.io/js-libp2p/functions/pnet.preSharedKey.html"
|
|
41
|
+
}
|
package/package.json
CHANGED
package/src/version.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export const version = '0.43.
|
|
1
|
+
export const version = '0.43.2'
|
|
2
2
|
export const name = 'libp2p'
|