hyperdrive
Advanced tools
Comparing version 11.6.0 to 11.6.1
@@ -167,3 +167,4 @@ const Hyperbee = require('hyperbee') | ||
onwait: this._onwait, | ||
encryptionKey: this.encryptionKey | ||
encryptionKey: this.encryptionKey, | ||
compat: this.db.core.core.compat | ||
}) | ||
@@ -558,3 +559,3 @@ await blobsCore.ready() | ||
const name = key ? undefined : 'db' | ||
const core = corestore.get({ key, name, cache: true, exclusive: true, onwait: opts.onwait, encryptionKey: opts.encryptionKey }) | ||
const core = corestore.get({ key, name, cache: true, exclusive: true, onwait: opts.onwait, encryptionKey: opts.encryptionKey, compat: opts.compat }) | ||
@@ -561,0 +562,0 @@ return new Hyperbee(core, { |
{ | ||
"name": "hyperdrive", | ||
"version": "11.6.0", | ||
"version": "11.6.1", | ||
"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
37066
449