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) :
@@ -12174,8 +12174,8 @@
12174
12174
  * @see https://github.com/w3c/IndexedDB/pull/240/files
12175
12175
  * @this {IDBFactoryFull}
12176
12176
  * @returns {Promise<{
12177
- * name: string,
12178
- * version: Integer
12177
+ * name?: string,
12178
+ * version?: Integer
12179
12179
  * }[]>}
12180
12180
  */
12181
12181
  IDBFactory.prototype.databases = function () {