@libp2p/interface
Advanced tools
Comparing version 2.2.0-0a3406a05 to 2.2.0-32ca76fcb
@@ -37,3 +37,2 @@ import type { Connection, ConnectionLimits, MultiaddrConnection } from '../connection/index.js'; | ||
export interface CreateListenerOptions { | ||
handler?: ConnectionHandler; | ||
upgrader: Upgrader; | ||
@@ -40,0 +39,0 @@ } |
{ | ||
"name": "@libp2p/interface", | ||
"version": "2.2.0-0a3406a05", | ||
"version": "2.2.0-32ca76fcb", | ||
"description": "The interface implemented by a libp2p node", | ||
@@ -5,0 +5,0 @@ "license": "Apache-2.0 OR MIT", |
@@ -39,3 +39,2 @@ import type { Connection, ConnectionLimits, MultiaddrConnection } from '../connection/index.js' | ||
export interface CreateListenerOptions { | ||
handler?: ConnectionHandler | ||
upgrader: Upgrader | ||
@@ -42,0 +41,0 @@ } |
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
300783
7433