hyperdrive
Advanced tools
Comparing version 11.0.1 to 11.0.2
@@ -140,3 +140,7 @@ const Hyperbee = require('hyperbee') | ||
async _open () { | ||
if (this._checkout) return this._checkout.ready() | ||
if (this._checkout) { | ||
await this._checkout.ready() | ||
this.blobs = this._checkout.blobs | ||
return | ||
} | ||
@@ -143,0 +147,0 @@ await this._openBlobsFromHeader({ wait: false }) |
{ | ||
"name": "hyperdrive", | ||
"version": "11.0.1", | ||
"version": "11.0.2", | ||
"description": "Hyperdrive is a secure, real-time distributed file system", | ||
@@ -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
35051
418