Comparing version 5.0.2 to 5.0.3
@@ -66,3 +66,3 @@ type EventListener = (...arguments_: any[]) => void; | ||
interface IEventEmitter { | ||
on(event: string, listener: (...arguments_: any[]) => void): void; | ||
on(event: string, listener: (...arguments_: any[]) => void): this; | ||
} | ||
@@ -69,0 +69,0 @@ interface KeyvStoreAdapter extends IEventEmitter { |
{ | ||
"name": "keyv", | ||
"version": "5.0.2", | ||
"version": "5.0.3", | ||
"description": "Simple key-value storage with support for multiple backends", | ||
@@ -5,0 +5,0 @@ "type": "module", |
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