hyperdrive
Advanced tools
Comparing version 11.5.2 to 11.5.3
@@ -160,3 +160,3 @@ const Hyperbee = require('hyperbee') | ||
const blobsCore = this.corestore.get({ | ||
name: 'blobs', | ||
name: this.db.core.id + '/blobs', // simple trick to avoid blobs clashing if no namespace is provided... | ||
cache: false, | ||
@@ -163,0 +163,0 @@ onwait: this._onwait |
{ | ||
"name": "hyperdrive", | ||
"version": "11.5.2", | ||
"version": "11.5.3", | ||
"description": "Hyperdrive is a secure, real-time distributed file system", | ||
@@ -12,3 +12,3 @@ "main": "index.js", | ||
"type": "git", | ||
"url": "git+https://github.com/holepunchto/hyperdrive-next.git" | ||
"url": "git+https://github.com/holepunchto/hyperdrive.git" | ||
}, | ||
@@ -21,5 +21,5 @@ "scripts": { | ||
"bugs": { | ||
"url": "https://github.com/holepunchto/hyperdrive-next/issues" | ||
"url": "https://github.com/holepunchto/hyperdrive/issues" | ||
}, | ||
"homepage": "https://github.com/holepunchto/hyperdrive-next#readme", | ||
"homepage": "https://github.com/holepunchto/hyperdrive#readme", | ||
"dependencies": { | ||
@@ -26,0 +26,0 @@ "hyperbee": "^2.11.1", |
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
36750