@libp2p/interface-internal
Advanced tools
Comparing version 1.3.4 to 2.0.0
@@ -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", | ||
"version": "2.0.0", | ||
"description": "Interfaces implemented by internal libp2p components", | ||
@@ -51,4 +51,4 @@ "license": "Apache-2.0 OR MIT", | ||
"dependencies": { | ||
"@libp2p/interface": "^1.7.0", | ||
"@libp2p/peer-collections": "^5.2.9", | ||
"@libp2p/interface": "^2.0.0", | ||
"@libp2p/peer-collections": "^6.0.0", | ||
"@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
31628
630
+ Added@libp2p/crypto@5.0.8(transitive)
+ Added@libp2p/interface@2.3.0(transitive)
+ Added@libp2p/logger@5.1.5(transitive)
+ Added@libp2p/peer-collections@6.0.13(transitive)
+ Added@libp2p/peer-id@5.0.9(transitive)
+ Added@libp2p/utils@6.3.0(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(transitive)
- Removed@libp2p/interface@1.7.0(transitive)
- Removed@libp2p/logger@4.0.20(transitive)
- Removed@libp2p/peer-collections@5.2.9(transitive)
- Removed@libp2p/peer-id@4.2.4(transitive)
- Removed@libp2p/utils@5.4.9(transitive)
- Removed@multiformats/multiaddr-matcher@1.6.0(transitive)
Updated@libp2p/interface@^2.0.0