@workglow/indexeddb 0.3.25 → 0.3.27

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.
@@ -911,7 +911,7 @@ class IndexedDbTabularStorage extends BaseTabularStorage {
911
911
  });
912
912
  }
913
913
  async putBulk(records) {
914
- return await Promise.all(records.map((record) => this.put(record)));
914
+ return await this.putBulkInTransaction(records);
915
915
  }
916
916
  async putBulkInTransaction(records) {
917
917
  if (records.length === 0)
@@ -1719,4 +1719,4 @@ export {
1719
1719
  IDB_KV_REPOSITORY
1720
1720
  };
1721
1721
 
1722
- //# debugId=86F7376EC84C3D3064756E2164756E21
1722
+ //# debugId=F4052E2DAE4D4E0564756E2164756E21