@libp2p/interface-internal
Advanced tools
Comparing version 1.3.4-dd7b329c4 to 1.3.4-df330695a
@@ -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-dd7b329c4", | ||
"version": "1.3.4-df330695a", | ||
"description": "Interfaces implemented by internal libp2p components", | ||
@@ -51,4 +51,4 @@ "license": "Apache-2.0 OR MIT", | ||
"dependencies": { | ||
"@libp2p/interface": "1.7.0-dd7b329c4", | ||
"@libp2p/peer-collections": "5.2.9-dd7b329c4", | ||
"@libp2p/interface": "1.7.0-df330695a", | ||
"@libp2p/peer-collections": "5.2.9-df330695a", | ||
"@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-df330695a(transitive)
+ Added@libp2p/interface@1.7.0-df330695a(transitive)
+ Added@libp2p/logger@4.0.20-df330695a(transitive)
+ Added@libp2p/peer-collections@5.2.9-df330695a(transitive)
+ Added@libp2p/peer-id@4.2.4-df330695a(transitive)
+ Added@libp2p/utils@5.4.9-df330695a(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-dd7b329c4(transitive)
- Removed@libp2p/interface@1.7.0-dd7b329c4(transitive)
- Removed@libp2p/logger@4.0.20-dd7b329c4(transitive)
- Removed@libp2p/peer-collections@5.2.9-dd7b329c4(transitive)
- Removed@libp2p/peer-id@4.2.4-dd7b329c4(transitive)
- Removed@libp2p/utils@5.4.9-dd7b329c4(transitive)