@libp2p/interfaces
Advanced tools
Comparing version 1.1.1 to 1.2.0
@@ -9,6 +9,2 @@ export interface AbortOptions { | ||
} | ||
export interface Logger { | ||
(...opts: any[]): void; | ||
error: (...opts: any[]) => void; | ||
} | ||
//# sourceMappingURL=index.d.ts.map |
{ | ||
"name": "@libp2p/interfaces", | ||
"version": "1.1.1", | ||
"version": "1.2.0", | ||
"description": "Interfaces for JS Libp2p", | ||
@@ -5,0 +5,0 @@ "license": "Apache-2.0 OR MIT", |
@@ -11,6 +11,1 @@ | ||
} | ||
export interface Logger { | ||
(...opts: any[]): void | ||
error: (...opts: any[]) => void | ||
} |
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
1286736
1657