indexeddbshim 17.4.0 → 17.4.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,4 +1,4 @@
1
- /*! indexeddbshim - v17.4.0 - 8/27/2026 */
1
+ /*! indexeddbshim - v17.4.1 - 8/29/2026 */
2
2
 
3
3
  (function (global, factory) {
4
4
  typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :
@@ -12182,8 +12182,8 @@
12182
12182
  * @see https://github.com/w3c/IndexedDB/pull/240/files
12183
12183
  * @this {IDBFactoryFull}
12184
12184
  * @returns {Promise<{
12185
- * name: string,
12186
- * version: Integer
12185
+ * name?: string,
12186
+ * version?: Integer
12187
12187
  * }[]>}
12188
12188
  */
12189
12189
  IDBFactory.prototype.databases = function () {