@libp2p/tcp 9.0.9-d011f6130 → 9.0.10

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 CHANGED
@@ -11,7 +11,7 @@ A [libp2p transport](https://docs.libp2p.io/concepts/transports/overview/) based
11
11
 
12
12
  ## Example
13
13
 
14
- ```js
14
+ ```TypeScript
15
15
  import { tcp } from '@libp2p/tcp'
16
16
  import { multiaddr } from '@multiformats/multiaddr'
17
17
  import { pipe } from 'it-pipe'
@@ -0,0 +1,16 @@
1
+ {
2
+ "TCPComponents": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_tcp.TCPComponents.html",
3
+ ".:TCPComponents": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_tcp.TCPComponents.html",
4
+ "TCPCreateListenerOptions": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_tcp.TCPCreateListenerOptions.html",
5
+ ".:TCPCreateListenerOptions": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_tcp.TCPCreateListenerOptions.html",
6
+ "TCPDialOptions": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_tcp.TCPDialOptions.html",
7
+ ".:TCPDialOptions": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_tcp.TCPDialOptions.html",
8
+ "TCPMetrics": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_tcp.TCPMetrics.html",
9
+ ".:TCPMetrics": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_tcp.TCPMetrics.html",
10
+ "TCPOptions": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_tcp.TCPOptions.html",
11
+ ".:TCPOptions": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_tcp.TCPOptions.html",
12
+ "TCPSocketOptions": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_tcp.TCPSocketOptions.html",
13
+ ".:TCPSocketOptions": "https://libp2p.github.io/js-libp2p/interfaces/_libp2p_tcp.TCPSocketOptions.html",
14
+ "tcp": "https://libp2p.github.io/js-libp2p/functions/_libp2p_tcp.tcp.html",
15
+ ".:tcp": "https://libp2p.github.io/js-libp2p/functions/_libp2p_tcp.tcp.html"
16
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@libp2p/tcp",
3
- "version": "9.0.9-d011f6130",
3
+ "version": "9.0.10",
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",
@@ -55,17 +55,17 @@
55
55
  "test:electron-main": "aegir test -t electron-main"
56
56
  },
57
57
  "dependencies": {
58
- "@libp2p/interface": "1.1.0-d011f6130",
59
- "@libp2p/utils": "5.1.1-d011f6130",
58
+ "@libp2p/interface": "^1.1.1",
59
+ "@libp2p/utils": "^5.2.0",
60
60
  "@multiformats/mafmt": "^12.1.6",
61
61
  "@multiformats/multiaddr": "^12.1.10",
62
62
  "@types/sinon": "^17.0.0",
63
63
  "stream-to-it": "^0.2.2"
64
64
  },
65
65
  "devDependencies": {
66
- "@libp2p/interface-compliance-tests": "5.1.0-d011f6130",
67
- "@libp2p/logger": "4.0.3-d011f6130",
68
- "aegir": "^41.0.2",
66
+ "@libp2p/interface-compliance-tests": "^5.1.1",
67
+ "@libp2p/logger": "^4.0.4",
68
+ "aegir": "^42.0.0",
69
69
  "it-all": "^3.0.3",
70
70
  "it-pipe": "^3.0.1",
71
71
  "p-defer": "^4.0.0",