fs-blob-storage
Advanced tools
Changelog
v1.3.0 2018-10-22
fs.mkdir-shim
instead make-dir
. It will use native fs.mkdir
with
recursive
option on Node >= 10.12.Changelog
v1.2.0 2018-09-07
DEFAULT_EXT
and DEFAULT_PART
are static readonly properties of
FsBlobStorage
class.Changelog
v1.1.0 2018-09-07
defaultExt
and defaultPart
options has need renamed to ext
and
part
.Changelog
v0.6.0 2018-07-16
fs
with File System module.mock-fs
package anymore.