@workglow/indexeddb 0.3.11 → 0.3.13

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.
@@ -1174,7 +1174,7 @@ class IndexedDbTabularStorage extends BaseTabularStorage {
1174
1174
  const transaction = db.transaction(this.table, "readwrite");
1175
1175
  const store = transaction.objectStore(this.table);
1176
1176
  transaction.oncomplete = () => {
1177
- this.events.emit("delete", criteriaKeys[0]);
1177
+ this.events.emit("delete", this.deleteIdentity(criteria));
1178
1178
  this.hybridManager?.notifyLocalChange();
1179
1179
  resolve();
1180
1180
  };
@@ -1577,4 +1577,4 @@ export {
1577
1577
  IDB_KV_REPOSITORY
1578
1578
  };
1579
1579
 
1580
- //# debugId=022D479FF99BF5EB64756E2164756E21
1580
+ //# debugId=DF829F5210A6289464756E2164756E21