@libp2p/interface-internal
Advanced tools
Comparing version 1.3.4-50b897139 to 1.3.4-5214dec4a
@@ -27,5 +27,7 @@ import type { Connection, Stream, Topology } from '@libp2p/interface'; | ||
* connections with data or duration limits such as circuit relay | ||
* connections) (default: false) | ||
* connections) | ||
* | ||
* @default false | ||
*/ | ||
runOnTransientConnection?: boolean; | ||
runOnLimitedConnection?: boolean; | ||
} | ||
@@ -32,0 +34,0 @@ export interface StreamHandlerRecord { |
{ | ||
"name": "@libp2p/interface-internal", | ||
"version": "1.3.4-50b897139", | ||
"version": "1.3.4-5214dec4a", | ||
"description": "Interfaces implemented by internal libp2p components", | ||
@@ -51,4 +51,4 @@ "license": "Apache-2.0 OR MIT", | ||
"dependencies": { | ||
"@libp2p/interface": "1.7.0-50b897139", | ||
"@libp2p/peer-collections": "5.2.9-50b897139", | ||
"@libp2p/interface": "1.7.0-5214dec4a", | ||
"@libp2p/peer-collections": "5.2.9-5214dec4a", | ||
"@multiformats/multiaddr": "^12.2.3", | ||
@@ -55,0 +55,0 @@ "progress-events": "^1.0.0", |
@@ -33,5 +33,7 @@ import type { Connection, Stream, Topology } from '@libp2p/interface' | ||
* connections with data or duration limits such as circuit relay | ||
* connections) (default: false) | ||
* connections) | ||
* | ||
* @default false | ||
*/ | ||
runOnTransientConnection?: boolean | ||
runOnLimitedConnection?: boolean | ||
} | ||
@@ -38,0 +40,0 @@ |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
30114
616
+ Added@libp2p/crypto@4.1.9-5214dec4a(transitive)
+ Added@libp2p/interface@1.7.0-5214dec4a(transitive)
+ Added@libp2p/logger@4.0.20-5214dec4a(transitive)
+ Added@libp2p/peer-collections@5.2.9-5214dec4a(transitive)
+ Added@libp2p/peer-id@4.2.4-5214dec4a(transitive)
+ Added@libp2p/utils@5.4.9-5214dec4a(transitive)
+ Addedit-foreach@2.1.1(transitive)
+ Addedit-merge@3.0.5(transitive)
+ Addedit-peekable@3.0.5(transitive)
+ Addedit-pipe@3.0.1(transitive)
- Removed@libp2p/crypto@4.1.9-50b897139(transitive)
- Removed@libp2p/interface@1.7.0-50b897139(transitive)
- Removed@libp2p/logger@4.0.20-50b897139(transitive)
- Removed@libp2p/peer-collections@5.2.9-50b897139(transitive)
- Removed@libp2p/peer-id@4.2.4-50b897139(transitive)
- Removed@libp2p/utils@5.4.9-50b897139(transitive)