@libp2p/interop 14.0.15 → 14.0.16-709b3fa2e
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/README.md +2 -2
- package/dist/src/relay/pb/index.d.ts +124 -13
- package/dist/src/relay/pb/index.d.ts.map +1 -1
- package/dist/src/relay/pb/index.js +360 -72
- package/dist/src/relay/pb/index.js.map +1 -1
- package/package.json +6 -6
- package/src/relay/pb/index.ts +495 -61
- package/dist/typedoc-urls.json +0 -29
package/dist/typedoc-urls.json
DELETED
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"UnsupportedError": "https://libp2p.github.io/js-libp2p/classes/_libp2p_interop.UnsupportedError.html",
|
|
3
|
-
".:UnsupportedError": "https://libp2p.github.io/js-libp2p/classes/_libp2p_interop.UnsupportedError.html",
|
|
4
|
-
"Daemon": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_interop.Daemon.html",
|
|
5
|
-
".:Daemon": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_interop.Daemon.html",
|
|
6
|
-
"DaemonFactory": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_interop.DaemonFactory.html",
|
|
7
|
-
".:DaemonFactory": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_interop.DaemonFactory.html",
|
|
8
|
-
"SpawnOptions": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_interop.SpawnOptions.html",
|
|
9
|
-
".:SpawnOptions": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_interop.SpawnOptions.html",
|
|
10
|
-
"Encryption": "https://libp2p.github.io/js-libp2p/types/_libp2p_interop.Encryption.html",
|
|
11
|
-
".:Encryption": "https://libp2p.github.io/js-libp2p/types/_libp2p_interop.Encryption.html",
|
|
12
|
-
"Muxer": "https://libp2p.github.io/js-libp2p/types/_libp2p_interop.Muxer.html",
|
|
13
|
-
".:Muxer": "https://libp2p.github.io/js-libp2p/types/_libp2p_interop.Muxer.html",
|
|
14
|
-
"NodeType": "https://libp2p.github.io/js-libp2p/types/_libp2p_interop.NodeType.html",
|
|
15
|
-
".:NodeType": "https://libp2p.github.io/js-libp2p/types/_libp2p_interop.NodeType.html",
|
|
16
|
-
"PeerIdType": "https://libp2p.github.io/js-libp2p/types/_libp2p_interop.PeerIdType.html",
|
|
17
|
-
".:PeerIdType": "https://libp2p.github.io/js-libp2p/types/_libp2p_interop.PeerIdType.html",
|
|
18
|
-
"PubSubRouter": "https://libp2p.github.io/js-libp2p/types/_libp2p_interop.PubSubRouter.html",
|
|
19
|
-
".:PubSubRouter": "https://libp2p.github.io/js-libp2p/types/_libp2p_interop.PubSubRouter.html",
|
|
20
|
-
"TransportType": "https://libp2p.github.io/js-libp2p/types/_libp2p_interop.TransportType.html",
|
|
21
|
-
".:TransportType": "https://libp2p.github.io/js-libp2p/types/_libp2p_interop.TransportType.html",
|
|
22
|
-
"connectInteropTests": "https://libp2p.github.io/js-libp2p/functions/_libp2p_interop.connectInteropTests.html",
|
|
23
|
-
"dhtInteropTests": "https://libp2p.github.io/js-libp2p/functions/_libp2p_interop.dhtInteropTests.html",
|
|
24
|
-
"interopTests": "https://libp2p.github.io/js-libp2p/functions/_libp2p_interop.interopTests.html",
|
|
25
|
-
".:interopTests": "https://libp2p.github.io/js-libp2p/functions/_libp2p_interop.interopTests.html",
|
|
26
|
-
"pubsubInteropTests": "https://libp2p.github.io/js-libp2p/functions/_libp2p_interop.pubsubInteropTests.html",
|
|
27
|
-
"relayInteropTests": "https://libp2p.github.io/js-libp2p/functions/_libp2p_interop.relayInteropTests.html",
|
|
28
|
-
"streamInteropTests": "https://libp2p.github.io/js-libp2p/functions/_libp2p_interop.streamInteropTests.html"
|
|
29
|
-
}
|