Comparing version 6.1.5 to 6.1.6
@@ -53,8 +53,3 @@ const c = require('compact-encoding') | ||
if (w.isIndexer || w.flushed()) continue | ||
const value = version === 0 | ||
? w.core.key | ||
: { key: w.core.key, length: w.length } | ||
writers.push(value) | ||
writers.push({ key: w.core.key, length: w.length }) | ||
} | ||
@@ -61,0 +56,0 @@ |
{ | ||
"name": "autobase", | ||
"version": "6.1.5", | ||
"version": "6.1.6", | ||
"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
182239
4910