Comparing version 6.5.1 to 6.5.2
@@ -116,5 +116,6 @@ const Hyperbee = require('hyperbee') | ||
if (this.opened === false) await this.ready() | ||
if (this._fork === this.core.fork && this._length === this.core.length) return | ||
if (this._fork === this.core.fork && this._length === this.core.length) return false | ||
await this._reset(await this.db.get('info', { valueEncoding: Info, keyEncoding: DIGEST })) | ||
return true | ||
} | ||
@@ -121,0 +122,0 @@ |
{ | ||
"name": "autobase", | ||
"version": "6.5.1", | ||
"version": "6.5.2", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is too big to display
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
188023
5076