Comparing version 6.1.4 to 6.1.5
@@ -26,4 +26,4 @@ import { IDBPCursor, IDBPCursorWithValue, IDBPDatabase, IDBPIndex, IDBPObjectStore, IDBPTransaction } from './entry'; | ||
(value: IDBPDatabase): IDBDatabase; | ||
(value: IDBPIndex<any, any, any, any>): IDBIndex; | ||
(value: IDBPObjectStore<any, any, any>): IDBObjectStore; | ||
(value: IDBPIndex<any, any, any, any, any>): IDBIndex; | ||
(value: IDBPObjectStore<any, any, any, any>): IDBObjectStore; | ||
(value: IDBPTransaction<any, any, any>): IDBTransaction; | ||
@@ -30,0 +30,0 @@ <T extends any>(value: Promise<IDBPDatabase<T>>): IDBOpenDBRequest; |
@@ -26,4 +26,4 @@ import { IDBPCursor, IDBPCursorWithValue, IDBPDatabase, IDBPIndex, IDBPObjectStore, IDBPTransaction } from './entry'; | ||
(value: IDBPDatabase): IDBDatabase; | ||
(value: IDBPIndex<any, any, any, any>): IDBIndex; | ||
(value: IDBPObjectStore<any, any, any>): IDBObjectStore; | ||
(value: IDBPIndex<any, any, any, any, any>): IDBIndex; | ||
(value: IDBPObjectStore<any, any, any, any>): IDBObjectStore; | ||
(value: IDBPTransaction<any, any, any>): IDBTransaction; | ||
@@ -30,0 +30,0 @@ <T extends any>(value: Promise<IDBPDatabase<T>>): IDBOpenDBRequest; |
{ | ||
"name": "idb", | ||
"version": "6.1.4", | ||
"version": "6.1.5", | ||
"description": "A small wrapper that makes IndexedDB usable", | ||
@@ -5,0 +5,0 @@ "main": "build/cjs/index.js", |
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
182455