@libp2p/interface-internal
Advanced tools
Comparing version 0.0.1-7debe031 to 0.0.1-7f60b579
@@ -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-7debe031", | ||
"version": "0.0.1-7f60b579", | ||
"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-7debe031", | ||
"@libp2p/peer-collections": "3.0.2-7debe031", | ||
"@libp2p/interface": "0.0.1-7f60b579", | ||
"@libp2p/peer-collections": "3.0.2-7f60b579", | ||
"@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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0
23696
34
432
+ Added@libp2p/interface@0.0.1-7f60b579(transitive)
+ Added@libp2p/peer-collections@3.0.2-7f60b579(transitive)
+ Added@libp2p/peer-id@2.0.3-7f60b579(transitive)
- Removed@libp2p/interface@0.0.1-7debe031(transitive)
- Removed@libp2p/peer-collections@3.0.2-7debe031(transitive)
- Removed@libp2p/peer-id@2.0.3-7debe031(transitive)