Comparing version 6.1.3 to 6.1.4
@@ -324,3 +324,3 @@ export interface OpenDBCallbacks<DBTypes extends DBSchema | unknown> { | ||
*/ | ||
readonly objectStoreNames: TxStores; | ||
readonly objectStoreNames: TypedDOMStringList<TxStores[number]>; | ||
/** | ||
@@ -327,0 +327,0 @@ * The transaction's connection. |
@@ -324,3 +324,3 @@ export interface OpenDBCallbacks<DBTypes extends DBSchema | unknown> { | ||
*/ | ||
readonly objectStoreNames: TxStores; | ||
readonly objectStoreNames: TypedDOMStringList<TxStores[number]>; | ||
/** | ||
@@ -327,0 +327,0 @@ * The transaction's connection. |
{ | ||
"name": "idb", | ||
"version": "6.1.3", | ||
"version": "6.1.4", | ||
"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
182395