@libp2p/interop 14.0.29 → 14.0.30-47a51e3d1
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/package.json +7 -7
- package/dist/typedoc-urls.json +0 -29
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@libp2p/interop",
|
|
3
|
-
"version": "14.0.
|
|
3
|
+
"version": "14.0.30-47a51e3d1",
|
|
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",
|
|
@@ -43,9 +43,9 @@
|
|
|
43
43
|
"docs": "aegir docs"
|
|
44
44
|
},
|
|
45
45
|
"dependencies": {
|
|
46
|
-
"@libp2p/daemon-client": "
|
|
47
|
-
"@libp2p/interface": "
|
|
48
|
-
"@libp2p/utils": "
|
|
46
|
+
"@libp2p/daemon-client": "10.0.30-47a51e3d1",
|
|
47
|
+
"@libp2p/interface": "3.2.4-47a51e3d1",
|
|
48
|
+
"@libp2p/utils": "7.2.3-47a51e3d1",
|
|
49
49
|
"@multiformats/multiaddr": "^13.0.3",
|
|
50
50
|
"delay": "^7.0.0",
|
|
51
51
|
"it-all": "^3.0.9",
|
|
@@ -53,13 +53,13 @@
|
|
|
53
53
|
"multiformats": "^14.0.0",
|
|
54
54
|
"p-retry": "^8.0.0",
|
|
55
55
|
"p-wait-for": "^6.0.0",
|
|
56
|
-
"protons-runtime": "^
|
|
57
|
-
"uint8arraylist": "^
|
|
56
|
+
"protons-runtime": "^7.0.0",
|
|
57
|
+
"uint8arraylist": "^3.0.2",
|
|
58
58
|
"uint8arrays": "^6.1.1"
|
|
59
59
|
},
|
|
60
60
|
"devDependencies": {
|
|
61
61
|
"aegir": "^48.0.11",
|
|
62
|
-
"protons": "^
|
|
62
|
+
"protons": "^9.0.1"
|
|
63
63
|
},
|
|
64
64
|
"peerDependencies": {
|
|
65
65
|
"aegir": "^48.0.11"
|
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
|
-
}
|