fs-blob-store
Advanced tools
Comparing version 4.0.1 to 4.0.2
@@ -125,3 +125,3 @@ var fs = require('fs') | ||
that.createReadStream = function(opts) { | ||
return fs.createReadStream(toPath(dir, opts.key)) | ||
return fs.createReadStream(toPath(dir, opts.key || opts.hash)) | ||
} | ||
@@ -128,0 +128,0 @@ |
{ | ||
"name": "fs-blob-store", | ||
"version": "4.0.1", | ||
"version": "4.0.2", | ||
"description": "Streamable content addressable blob object store that is streams2 and implements the blob store interface on top of the fs module", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
7659