fs-gzip-blob-storage
Advanced tools
Comparing version 2.0.2 to 2.1.0
# Changelog | ||
## v2.1.0 2019-05-15 | ||
* Uses `fs-blob-storage@2.1.0`. | ||
## v2.0.2 2019-05-08 | ||
@@ -4,0 +8,0 @@ |
{ | ||
"name": "fs-gzip-blob-storage", | ||
"version": "2.0.2", | ||
"version": "2.1.0", | ||
"description": "Blob storage on filesystem, with gzip, streams and promises API", | ||
@@ -27,3 +27,3 @@ "main": "lib/fs-gzip-blob-storage.js", | ||
"dependencies": { | ||
"fs-blob-storage": "^2.0.0", | ||
"fs-blob-storage": "^2.1.0", | ||
"pumpify": "^1.5.1", | ||
@@ -36,3 +36,3 @@ "tslib": "^1.9.3" | ||
"@types/mocha": "^5.2.6", | ||
"@types/node": "^12.0.0", | ||
"@types/node": "^12.0.2", | ||
"@types/pumpify": "^1.4.1", | ||
@@ -47,10 +47,10 @@ "chai": "^4.2.0", | ||
"eslint-plugin-promise": "^4.1.1", | ||
"markdownlint-cli": "^0.15.0", | ||
"markdownlint-cli": "^0.16.0", | ||
"mocha": "^6.1.4", | ||
"nyc": "^14.1.0", | ||
"prettier": "^1.17.0", | ||
"promise-readable": "^3.1.5", | ||
"promise-writable": "^3.1.2", | ||
"nyc": "^14.1.1", | ||
"prettier": "^1.17.1", | ||
"promise-readable": "^4.2.0", | ||
"promise-writable": "^4.1.0", | ||
"shx": "^0.3.2", | ||
"stream.pipeline-shim": "^1.0.4", | ||
"stream.pipeline-shim": "^1.1.0", | ||
"ts-node": "^8.1.0", | ||
@@ -66,4 +66,4 @@ "tslint": "^5.16.0", | ||
"postpublish": "git tag v$npm_package_version -a -m \"Release v$npm_package_version\" && git push --tags", | ||
"prepublishOnly": "npm run build", | ||
"pretest": "npm run build && tsc --pretty -p examples && tsc --pretty -p test && eslint . && tslint -t stylish -p . && tslint -t stylish -p examples && tslint -t stylish -p test && prettier --ignore-path .gitignore --list-different '**/*.js' '**/*.ts' '**/*.yaml' && markdownlint \"*.md\"", | ||
"prepack": "npm run build", | ||
"pretest": "npm run build && tsc --pretty -p examples && tsc --pretty -p test && eslint . && tslint -t stylish -p . && tslint -t stylish -p examples && tslint -t stylish -p test && prettier --ignore-path .gitignore --list-different '**/*.js' '**/*.json' '**/*.ts' '**/*.yml' && markdownlint \"*.md\"", | ||
"test": "npm run test:spec", | ||
@@ -70,0 +70,0 @@ "test:spec": "npm run ts-mocha -- \"test/*.ts\"", |
@@ -43,3 +43,3 @@ # fs-gzip-blob-storage | ||
```js | ||
const { FsGzipBlobStorage } = require('fs-gzip-blob-storage') | ||
const {FsGzipBlobStorage} = require('fs-gzip-blob-storage') | ||
``` | ||
@@ -50,3 +50,3 @@ | ||
```ts | ||
import FsGzipBlobStorage from 'fs-gzip-blob-storage' | ||
import {FsGzipBlobStorage} from 'fs-gzip-blob-storage' | ||
``` | ||
@@ -53,0 +53,0 @@ |
15934
Updatedfs-blob-storage@^2.1.0