@libp2p/interop 14.0.14-e19d11093 → 14.0.15
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 +29 -0
- package/package.json +4 -4
|
@@ -0,0 +1,29 @@
|
|
|
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
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@libp2p/interop",
|
|
3
|
-
"version": "14.0.
|
|
3
|
+
"version": "14.0.15",
|
|
4
4
|
"description": "Interoperability Tests for libp2p",
|
|
5
5
|
"license": "Apache-2.0 OR MIT",
|
|
6
6
|
"homepage": "https://github.com/libp2p/js-libp2p/tree/main/packages/interop#readme",
|
|
@@ -42,9 +42,9 @@
|
|
|
42
42
|
"docs": "aegir docs"
|
|
43
43
|
},
|
|
44
44
|
"dependencies": {
|
|
45
|
-
"@libp2p/daemon-client": "10.0.
|
|
46
|
-
"@libp2p/interface": "3.1.0
|
|
47
|
-
"@libp2p/utils": "7.0.
|
|
45
|
+
"@libp2p/daemon-client": "^10.0.15",
|
|
46
|
+
"@libp2p/interface": "^3.1.0",
|
|
47
|
+
"@libp2p/utils": "^7.0.13",
|
|
48
48
|
"@multiformats/multiaddr": "^13.0.1",
|
|
49
49
|
"delay": "^7.0.0",
|
|
50
50
|
"it-all": "^3.0.9",
|