@libp2p/interface-internal
Advanced tools
Comparing version 2.2.2 to 2.2.3-80ddad5bb
@@ -21,2 +21,13 @@ import type { AbortOptions, PendingDial, Connection, MultiaddrConnection, PeerId, IsDialableOptions, OpenConnectionProgressEvents } from '@libp2p/interface'; | ||
force?: boolean; | ||
/** | ||
* By default a newly opened outgoing connection operates in initiator mode | ||
* during negotiation of encryption/muxing protocols using multistream-select. | ||
* | ||
* In some cases such as when the dialer is trying to achieve TCP Simultaneous | ||
* Connect using the DCUtR protocol, it may wish to act in responder mode, if | ||
* so pass `false` here. | ||
* | ||
* @default true | ||
*/ | ||
initiator?: boolean; | ||
} | ||
@@ -23,0 +34,0 @@ export interface ConnectionManager { |
{ | ||
"name": "@libp2p/interface-internal", | ||
"version": "2.2.2", | ||
"version": "2.2.3-80ddad5bb", | ||
"description": "Interfaces implemented by internal libp2p components", | ||
@@ -51,4 +51,4 @@ "license": "Apache-2.0 OR MIT", | ||
"dependencies": { | ||
"@libp2p/interface": "^2.4.0", | ||
"@libp2p/peer-collections": "^6.0.14", | ||
"@libp2p/interface": "2.4.1-80ddad5bb", | ||
"@libp2p/peer-collections": "6.0.15-80ddad5bb", | ||
"@multiformats/multiaddr": "^12.3.3", | ||
@@ -55,0 +55,0 @@ "progress-events": "^1.0.1", |
@@ -23,2 +23,14 @@ import type { AbortOptions, PendingDial, Connection, MultiaddrConnection, PeerId, IsDialableOptions, OpenConnectionProgressEvents } from '@libp2p/interface' | ||
force?: boolean | ||
/** | ||
* By default a newly opened outgoing connection operates in initiator mode | ||
* during negotiation of encryption/muxing protocols using multistream-select. | ||
* | ||
* In some cases such as when the dialer is trying to achieve TCP Simultaneous | ||
* Connect using the DCUtR protocol, it may wish to act in responder mode, if | ||
* so pass `false` here. | ||
* | ||
* @default true | ||
*/ | ||
initiator?: boolean | ||
} | ||
@@ -25,0 +37,0 @@ |
Sorry, the diff of this file is not supported yet
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
822
38343
38
1
+ Added@libp2p/crypto@5.0.10-80ddad5bb(transitive)
+ Added@libp2p/interface@2.4.1-80ddad5bb(transitive)
+ Added@libp2p/logger@5.1.7-80ddad5bb(transitive)
+ Added@libp2p/peer-collections@6.0.15-80ddad5bb(transitive)
+ Added@libp2p/peer-id@5.0.11-80ddad5bb(transitive)
+ Added@libp2p/utils@6.4.0-80ddad5bb(transitive)
+ Added@types/murmurhash3js-revisited@3.0.3(transitive)
+ Added@types/node@22.13.2(transitive)
+ Addedmultiformats@13.3.2(transitive)
+ Addedmurmurhash3js-revisited@3.0.0(transitive)
- Removed@libp2p/crypto@5.0.11(transitive)
- Removed@libp2p/interface@2.5.0(transitive)
- Removed@libp2p/logger@5.1.8(transitive)
- Removed@libp2p/peer-collections@6.0.17(transitive)
- Removed@libp2p/peer-id@5.0.12(transitive)
- Removed@libp2p/utils@6.5.1(transitive)
- Removed@types/node@22.13.1(transitive)
- Removedmultiformats@13.3.1(transitive)