Comparing version 4.2.6 to 4.2.7
{ | ||
"name": "keyv", | ||
"version": "4.2.6", | ||
"version": "4.2.7", | ||
"description": "Simple key-value storage with support for multiple backends", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -52,2 +52,8 @@ import {EventEmitter} from 'events'; | ||
iterator(namespace: string | undefined): AsyncGenerator<any, void, any>; | ||
/** | ||
* Closes the connection. | ||
* | ||
* Returns `undefined` when the connection closes. | ||
*/ | ||
disconnect(): Promise<void>; | ||
} | ||
@@ -54,0 +60,0 @@ |
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
25370
312