@libp2p/interface
Advanced tools
Comparing version 2.4.0 to 2.4.1-80ddad5bb
@@ -153,3 +153,3 @@ import type { CID } from 'multiformats/cid'; | ||
/** | ||
* The raw public key bytes | ||
* The raw private key bytes | ||
*/ | ||
@@ -177,3 +177,3 @@ readonly raw: Uint8Array; | ||
/** | ||
* The raw public key bytes | ||
* The raw private key bytes | ||
*/ | ||
@@ -180,0 +180,0 @@ readonly raw: Uint8Array; |
@@ -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", | ||
"version": "2.4.1-80ddad5bb", | ||
"description": "The interface implemented by a libp2p node", | ||
@@ -5,0 +5,0 @@ "license": "Apache-2.0 OR MIT", |
@@ -196,3 +196,3 @@ import type { CID } from 'multiformats/cid' | ||
/** | ||
* The raw public key bytes | ||
* The raw private key bytes | ||
*/ | ||
@@ -225,3 +225,3 @@ readonly raw: Uint8Array | ||
/** | ||
* The raw public key bytes | ||
* The raw private key bytes | ||
*/ | ||
@@ -228,0 +228,0 @@ readonly raw: Uint8Array |
@@ -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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
310397
123
7622
1