Comparing version 1.5.4 to 1.5.5
@@ -539,3 +539,3 @@ const codecs = require('codecs') | ||
if (this.keyEncoding) key = enc(this.keyEncoding, key) | ||
if (this.options.extension !== false) this.options.onwait = this._onwait.bind(this, key) | ||
if (this.tree.extension !== null && this.options.extension !== false) this.options.onwait = this._onwait.bind(this, key) | ||
@@ -542,0 +542,0 @@ let node = await this.getRoot() |
{ | ||
"name": "hyperbee", | ||
"version": "1.5.4", | ||
"version": "1.5.5", | ||
"description": "An append-only Btree running on a Hypercore.", | ||
@@ -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
96446