@libp2p/tcp 11.0.13 → 11.0.14-4580b64fa
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 +1 -1
- package/dist/index.min.js.map +2 -2
- package/dist/src/index.d.ts +1 -1
- package/dist/src/index.js +1 -1
- package/dist/src/tcp.d.ts +1 -1
- package/dist/src/tcp.js +1 -1
- package/package.json +4 -4
- package/src/index.ts +1 -1
- package/src/tcp.ts +1 -1
- package/dist/typedoc-urls.json +0 -20
package/dist/src/index.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @packageDocumentation
|
|
3
3
|
*
|
|
4
|
-
* A [libp2p transport](https://
|
|
4
|
+
* A [libp2p transport](https://libp2p.io/docs/transports-overview/) based on the TCP networking stack.
|
|
5
5
|
*
|
|
6
6
|
* @example
|
|
7
7
|
*
|
package/dist/src/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @packageDocumentation
|
|
3
3
|
*
|
|
4
|
-
* A [libp2p transport](https://
|
|
4
|
+
* A [libp2p transport](https://libp2p.io/docs/transports-overview/) based on the TCP networking stack.
|
|
5
5
|
*
|
|
6
6
|
* @example
|
|
7
7
|
*
|
package/dist/src/tcp.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @packageDocumentation
|
|
3
3
|
*
|
|
4
|
-
* A [libp2p transport](https://
|
|
4
|
+
* A [libp2p transport](https://libp2p.io/docs/transports-overview/) based on the TCP networking stack.
|
|
5
5
|
*
|
|
6
6
|
* @example
|
|
7
7
|
*
|
package/dist/src/tcp.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @packageDocumentation
|
|
3
3
|
*
|
|
4
|
-
* A [libp2p transport](https://
|
|
4
|
+
* A [libp2p transport](https://libp2p.io/docs/transports-overview/) based on the TCP networking stack.
|
|
5
5
|
*
|
|
6
6
|
* @example
|
|
7
7
|
*
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@libp2p/tcp",
|
|
3
|
-
"version": "11.0.
|
|
3
|
+
"version": "11.0.14-4580b64fa",
|
|
4
4
|
"description": "A TCP transport for libp2p",
|
|
5
5
|
"license": "Apache-2.0 OR MIT",
|
|
6
6
|
"homepage": "https://github.com/libp2p/js-libp2p/tree/main/packages/transport-tcp#readme",
|
|
@@ -53,8 +53,8 @@
|
|
|
53
53
|
"test:electron-main": "aegir test -t electron-main"
|
|
54
54
|
},
|
|
55
55
|
"dependencies": {
|
|
56
|
-
"@libp2p/interface": "
|
|
57
|
-
"@libp2p/utils": "
|
|
56
|
+
"@libp2p/interface": "3.1.1-4580b64fa",
|
|
57
|
+
"@libp2p/utils": "7.0.14-4580b64fa",
|
|
58
58
|
"@multiformats/multiaddr": "^13.0.1",
|
|
59
59
|
"@multiformats/multiaddr-matcher": "^3.0.1",
|
|
60
60
|
"@types/sinon": "^20.0.0",
|
|
@@ -64,7 +64,7 @@
|
|
|
64
64
|
"uint8arraylist": "^2.4.8"
|
|
65
65
|
},
|
|
66
66
|
"devDependencies": {
|
|
67
|
-
"@libp2p/logger": "
|
|
67
|
+
"@libp2p/logger": "6.2.3-4580b64fa",
|
|
68
68
|
"aegir": "^47.0.22",
|
|
69
69
|
"delay": "^7.0.0",
|
|
70
70
|
"p-defer": "^4.0.1",
|
package/src/index.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @packageDocumentation
|
|
3
3
|
*
|
|
4
|
-
* A [libp2p transport](https://
|
|
4
|
+
* A [libp2p transport](https://libp2p.io/docs/transports-overview/) based on the TCP networking stack.
|
|
5
5
|
*
|
|
6
6
|
* @example
|
|
7
7
|
*
|
package/src/tcp.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @packageDocumentation
|
|
3
3
|
*
|
|
4
|
-
* A [libp2p transport](https://
|
|
4
|
+
* A [libp2p transport](https://libp2p.io/docs/transports-overview/) based on the TCP networking stack.
|
|
5
5
|
*
|
|
6
6
|
* @example
|
|
7
7
|
*
|
package/dist/typedoc-urls.json
DELETED
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"CloseServerOnMaxConnectionsOpts": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_tcp.CloseServerOnMaxConnectionsOpts.html",
|
|
3
|
-
".:CloseServerOnMaxConnectionsOpts": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_tcp.CloseServerOnMaxConnectionsOpts.html",
|
|
4
|
-
"TCPComponents": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_tcp.TCPComponents.html",
|
|
5
|
-
".:TCPComponents": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_tcp.TCPComponents.html",
|
|
6
|
-
"TCPCreateListenerOptions": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_tcp.TCPCreateListenerOptions.html",
|
|
7
|
-
".:TCPCreateListenerOptions": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_tcp.TCPCreateListenerOptions.html",
|
|
8
|
-
"TCPDialOptions": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_tcp.TCPDialOptions.html",
|
|
9
|
-
".:TCPDialOptions": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_tcp.TCPDialOptions.html",
|
|
10
|
-
"TCPMetrics": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_tcp.TCPMetrics.html",
|
|
11
|
-
".:TCPMetrics": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_tcp.TCPMetrics.html",
|
|
12
|
-
"TCPOptions": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_tcp.TCPOptions.html",
|
|
13
|
-
".:TCPOptions": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_tcp.TCPOptions.html",
|
|
14
|
-
"TCPSocketOptions": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_tcp.TCPSocketOptions.html",
|
|
15
|
-
".:TCPSocketOptions": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_tcp.TCPSocketOptions.html",
|
|
16
|
-
"TCPDialEvents": "https://libp2p.github.io/js-libp2p/types/_libp2p_tcp.TCPDialEvents.html",
|
|
17
|
-
".:TCPDialEvents": "https://libp2p.github.io/js-libp2p/types/_libp2p_tcp.TCPDialEvents.html",
|
|
18
|
-
"tcp": "https://libp2p.github.io/js-libp2p/functions/_libp2p_tcp.tcp.html",
|
|
19
|
-
".:tcp": "https://libp2p.github.io/js-libp2p/functions/_libp2p_tcp.tcp.html"
|
|
20
|
-
}
|