@libp2p/interface
Advanced tools
Comparing version 2.4.0-15a70af5f to 2.4.0-4bbcfa707
@@ -107,2 +107,3 @@ import type { Connection, ConnectionLimits, MultiaddrConnection } from '../connection/index.js'; | ||
limits?: ConnectionLimits; | ||
initiator?: boolean; | ||
} | ||
@@ -109,0 +110,0 @@ export type InboundConnectionUpgradeEvents = ProgressEvent<'upgrader:encrypt-inbound-connection'> | ProgressEvent<'upgrader:multiplex-inbound-connection'>; |
{ | ||
"name": "@libp2p/interface", | ||
"version": "2.4.0-15a70af5f", | ||
"version": "2.4.0-4bbcfa707", | ||
"description": "The interface implemented by a libp2p node", | ||
@@ -5,0 +5,0 @@ "license": "Apache-2.0 OR MIT", |
@@ -125,2 +125,3 @@ import type { Connection, ConnectionLimits, MultiaddrConnection } from '../connection/index.js' | ||
limits?: ConnectionLimits | ||
initiator?: boolean | ||
} | ||
@@ -127,0 +128,0 @@ |
Sorry, the diff of this file is not supported yet
310397
7622