@libp2p/interfaces
Advanced tools
Comparing version 1.3.28 to 1.3.29
@@ -63,3 +63,3 @@ import type { AbortOptions, EventEmitter } from '../index.js'; | ||
/** | ||
* Close our connection to a peer | ||
* Close our connections to a peer | ||
*/ | ||
@@ -66,0 +66,0 @@ closeConnections: (peer: PeerId) => Promise<void>; |
{ | ||
"name": "@libp2p/interfaces", | ||
"version": "1.3.28", | ||
"version": "1.3.29", | ||
"description": "Interfaces for JS Libp2p", | ||
@@ -5,0 +5,0 @@ "license": "Apache-2.0 OR MIT", |
@@ -77,5 +77,5 @@ import type { AbortOptions, EventEmitter } from '../index.js' | ||
/** | ||
* Close our connection to a peer | ||
* Close our connections to a peer | ||
*/ | ||
closeConnections: (peer: PeerId) => Promise<void> | ||
} |
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
1378443