@libp2p/interop 14.0.14 → 14.0.15-1c3b61777
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/connect/index.d.ts.map +1 -1
- package/dist/src/connect/index.js +4 -0
- package/dist/src/connect/index.js.map +1 -1
- 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/dist/src/utils/test-matrix.d.ts.map +1 -1
- package/dist/src/utils/test-matrix.js +4 -0
- package/dist/src/utils/test-matrix.js.map +1 -1
- package/package.json +6 -6
- package/src/connect/index.ts +5 -0
- package/src/relay/pb/index.ts +495 -61
- package/src/utils/test-matrix.ts +5 -0
- package/dist/typedoc-urls.json +0 -29
package/src/utils/test-matrix.ts
CHANGED
|
@@ -14,6 +14,11 @@ export function runTests (name: string, fn: TestFunction, factory: DaemonFactory
|
|
|
14
14
|
for (const keyType of keyTypes) {
|
|
15
15
|
for (const implA of impls) {
|
|
16
16
|
for (const implB of impls) {
|
|
17
|
+
// skip go-go tests
|
|
18
|
+
if (implA === 'go' && implB === 'go') {
|
|
19
|
+
continue
|
|
20
|
+
}
|
|
21
|
+
|
|
17
22
|
for (const encrypter of encrypters) {
|
|
18
23
|
// eslint-disable-next-line max-depth
|
|
19
24
|
for (const muxer of muxers) {
|
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
|
-
}
|