Comparing version 6.0.0-rc10 to 6.0.0-rc11
@@ -111,3 +111,4 @@ const b4a = require('b4a') | ||
const c = b4a.compare(a.writer.core.key, b.writer.core.key) | ||
if (c !== 0 && a.version !== b.version) return b.version - a.version | ||
return c === 0 ? a.length < b.length ? -1 : 1 : c | ||
} |
{ | ||
"name": "autobase", | ||
"version": "6.0.0-rc10", | ||
"version": "6.0.0-rc11", | ||
"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
161954
4326