@workglow/indexeddb 0.3.26 → 0.3.28
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.
package/dist/storage/node.js
CHANGED
|
@@ -911,7 +911,7 @@ class IndexedDbTabularStorage extends BaseTabularStorage {
|
|
|
911
911
|
});
|
|
912
912
|
}
|
|
913
913
|
async putBulk(records) {
|
|
914
|
-
return await
|
|
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=
|
|
1722
|
+
//# debugId=894135A00A6AA08B64756E2164756E21
|