Comparing version 2.18.0 to 2.18.1
@@ -1067,2 +1067,3 @@ const codecs = require('codecs') | ||
this._debouncedUpdate = debounce(this._processUpdate.bind(this)) | ||
this._updateOnce = !!opts.updateOnce | ||
} | ||
@@ -1091,2 +1092,7 @@ | ||
if (this._updateOnce) { | ||
this._updateOnce = false | ||
await this.bee.update({ wait: true }) | ||
} | ||
let newNode | ||
@@ -1217,3 +1223,3 @@ try { | ||
if (this._updateOnce) { | ||
this._updateOnce = true | ||
this._updateOnce = false | ||
await this.bee.update({ wait: true }) | ||
@@ -1220,0 +1226,0 @@ } |
{ | ||
"name": "hyperbee", | ||
"version": "2.18.0", | ||
"version": "2.18.1", | ||
"description": "An append-only B-tree 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
94306
2596