@libp2p/interface-internal
Advanced tools
Comparing version 0.0.1-c2232166 to 0.0.1-c999d6a7
@@ -19,2 +19,8 @@ import type { Connection, Stream } from '@libp2p/interface/connection'; | ||
maxOutboundStreams?: number; | ||
/** | ||
* If true, allow this protocol to run on limited connections (e.g. | ||
* connections with data or duration limits such as circuit relay | ||
* connections) (default: false) | ||
*/ | ||
runOnTransientConnection?: boolean; | ||
} | ||
@@ -21,0 +27,0 @@ export interface StreamHandlerRecord { |
{ | ||
"name": "@libp2p/interface-internal", | ||
"version": "0.0.1-c2232166", | ||
"version": "0.0.1-c999d6a7", | ||
"description": "Interfaces implemented by internal libp2p components", | ||
@@ -63,6 +63,2 @@ "license": "Apache-2.0 OR MIT", | ||
}, | ||
"./transport": { | ||
"types": "./dist/src/transport/index.d.ts", | ||
"import": "./dist/src/transport/index.js" | ||
}, | ||
"./transport-manager": { | ||
@@ -86,4 +82,4 @@ "types": "./dist/src/transport-manager/index.d.ts", | ||
"dependencies": { | ||
"@libp2p/interface": "0.0.1-c2232166", | ||
"@libp2p/peer-collections": "3.0.2-c2232166", | ||
"@libp2p/interface": "0.0.1-c999d6a7", | ||
"@libp2p/peer-collections": "3.0.2-c999d6a7", | ||
"@multiformats/multiaddr": "^12.1.3", | ||
@@ -93,7 +89,4 @@ "uint8arraylist": "^2.4.3" | ||
"devDependencies": { | ||
"aegir": "^39.0.13" | ||
}, | ||
"typedoc": { | ||
"entryPoint": "./src/index.ts" | ||
"aegir": "^40.0.1" | ||
} | ||
} |
@@ -1,2 +0,1 @@ | ||
export {} |
@@ -23,2 +23,9 @@ import type { Connection, Stream } from '@libp2p/interface/connection' | ||
maxOutboundStreams?: number | ||
/** | ||
* If true, allow this protocol to run on limited connections (e.g. | ||
* connections with data or duration limits such as circuit relay | ||
* connections) (default: false) | ||
*/ | ||
runOnTransientConnection?: boolean | ||
} | ||
@@ -25,0 +32,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
23696
34
432
+ Added@libp2p/interface@0.0.1-c999d6a7(transitive)
+ Added@libp2p/peer-collections@3.0.2-c999d6a7(transitive)
+ Added@libp2p/peer-id@2.0.3-c999d6a7(transitive)
- Removed@libp2p/interface@0.0.1-c2232166(transitive)
- Removed@libp2p/peer-collections@3.0.2-c2232166(transitive)
- Removed@libp2p/peer-id@2.0.3-c2232166(transitive)