hyperdrive
Advanced tools
Comparing version 11.0.0-alpha.13 to 11.0.0-alpha.14
@@ -68,3 +68,3 @@ const Hyperbee = require('hyperbee') | ||
onwait: this._onwait, | ||
_checkout: this, | ||
_checkout: this._checkout || this, | ||
_db: this.db.checkout(len), | ||
@@ -92,3 +92,3 @@ _files: null | ||
try { | ||
await this.blobs.core.close() | ||
if (this._checkout === null || this.blobs !== this._checkout.blobs) await this.blobs.core.close() | ||
await this.db.close() | ||
@@ -95,0 +95,0 @@ } catch {} |
{ | ||
"name": "hyperdrive", | ||
"version": "11.0.0-alpha.13", | ||
"version": "11.0.0-alpha.14", | ||
"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
21701