fs-blob-storage
Advanced tools
Comparing version 3.0.0 to 3.1.0
# Changelog | ||
## v3.1.0 2020-10-07 | ||
- Correct typings for @types/node@v14. | ||
- Uses fs.mkdir-shim@2. | ||
## v3.0.0 2020-10-05 | ||
@@ -4,0 +9,0 @@ |
@@ -13,7 +13,7 @@ /// <reference types="node" /> | ||
part?: string; | ||
encoding?: string; | ||
encoding?: BufferEncoding; | ||
} | ||
export interface FsBlobStorageReadStreamOptions { | ||
ext?: string; | ||
encoding?: string; | ||
encoding?: BufferEncoding; | ||
} | ||
@@ -20,0 +20,0 @@ export interface FsBlobStorageCommitOptions { |
{ | ||
"name": "fs-blob-storage", | ||
"version": "3.0.0", | ||
"version": "3.1.0", | ||
"description": "Blob storage on filesystem, with streams and promises API", | ||
@@ -27,13 +27,13 @@ "main": "lib/fs-blob-storage.js", | ||
"dependencies": { | ||
"fs.mkdir-shim": "^1.1.1", | ||
"tslib": "^2.0.1" | ||
"fs.mkdir-shim": "^2.0.0", | ||
"tslib": "^2.0.2" | ||
}, | ||
"devDependencies": { | ||
"@types/chai": "^4.2.12", | ||
"@types/chai": "^4.2.13", | ||
"@types/dirty-chai": "^2.0.2", | ||
"@types/mocha": "^8.0.3", | ||
"@types/node": "^12.12.62", | ||
"@typescript-eslint/eslint-plugin": "^4.3.0", | ||
"@typescript-eslint/eslint-plugin-tslint": "^4.3.0", | ||
"@typescript-eslint/parser": "^4.3.0", | ||
"@types/node": "^14.11.5", | ||
"@typescript-eslint/eslint-plugin": "^4.4.0", | ||
"@typescript-eslint/eslint-plugin-tslint": "^4.4.0", | ||
"@typescript-eslint/parser": "^4.4.0", | ||
"chai": "^4.2.0", | ||
@@ -40,0 +40,0 @@ "changelog-parser": "^2.8.0", |
@@ -20,3 +20,3 @@ /// <reference types="node" /> | ||
part?: string | ||
encoding?: string | ||
encoding?: BufferEncoding | ||
} | ||
@@ -26,3 +26,3 @@ | ||
ext?: string | ||
encoding?: string | ||
encoding?: BufferEncoding | ||
} | ||
@@ -29,0 +29,0 @@ |
22770
+ Addedfs.mkdir-shim@2.0.0(transitive)
- Removedfs.mkdir-shim@1.1.2(transitive)
Updatedfs.mkdir-shim@^2.0.0
Updatedtslib@^2.0.2