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 (factory) {
4
4
  typeof define === 'function' && define.amd ? define(factory) :
@@ -12187,8 +12187,8 @@
12187
12187
  * @see https://github.com/w3c/IndexedDB/pull/240/files
12188
12188
  * @this {IDBFactoryFull}
12189
12189
  * @returns {Promise<{
12190
- * name: string,
12191
- * version: Integer
12190
+ * name?: string,
12191
+ * version?: Integer
12192
12192
  * }[]>}
12193
12193
  */
12194
12194
  IDBFactory.prototype.databases = function () {