Comparing version 6.1.6 to 6.1.7
@@ -1483,3 +1483,3 @@ const b4a = require('b4a') | ||
await core.ready() | ||
indexers.push({ core, length }) | ||
indexers.push({ key, core, length }) | ||
} | ||
@@ -1501,4 +1501,5 @@ | ||
for (const { core, length } of indexers) { | ||
for (const { key, core, length } of indexers) { | ||
if (core.length === 0 && length > 0) promises.push(core.get(length - 1, { timeout })) | ||
promises.push(system.get(key)) | ||
} | ||
@@ -1505,0 +1506,0 @@ |
{ | ||
"name": "autobase", | ||
"version": "6.1.6", | ||
"version": "6.1.7", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
182288
4911