fs-blob-storage
Advanced tools
Comparing version 2.1.1 to 2.1.2
# Changelog | ||
## v2.1.2 2019-07-15 | ||
- Updated dependencies. | ||
## v2.1.1 2019-06-04 | ||
@@ -4,0 +8,0 @@ |
{ | ||
"name": "fs-blob-storage", | ||
"version": "2.1.1", | ||
"version": "2.1.2", | ||
"description": "Blob storage on filesystem, with streams and promises API", | ||
@@ -28,3 +28,3 @@ "main": "lib/fs-blob-storage.js", | ||
"fs.mkdir-shim": "^1.1.0", | ||
"tslib": "^1.9.3" | ||
"tslib": "^1.10.0" | ||
}, | ||
@@ -35,24 +35,26 @@ "devDependencies": { | ||
"@types/mocha": "^5.2.7", | ||
"@types/node": "^12.0.4", | ||
"@types/node": "^12.6.2", | ||
"chai": "^4.2.0", | ||
"coveralls": "^3.0.3", | ||
"changelog-parser": "^2.8.0", | ||
"coveralls": "^3.0.5", | ||
"cross-env": "^5.2.0", | ||
"dirty-chai": "^2.0.1", | ||
"eslint": "^5.16.0", | ||
"eslint-config-prettier": "^4.3.0", | ||
"eslint-plugin-import": "^2.17.3", | ||
"eslint": "^6.0.1", | ||
"eslint-config-prettier": "^6.0.0", | ||
"eslint-plugin-import": "^2.18.0", | ||
"eslint-plugin-node": "^9.1.0", | ||
"eslint-plugin-promise": "^4.1.1", | ||
"eslint-plugin-promise": "^4.2.1", | ||
"make-dir": "^3.0.0", | ||
"markdownlint-cli": "^0.16.0", | ||
"markdownlint-cli": "^0.17.0", | ||
"mocha": "^6.1.4", | ||
"nyc": "^14.1.1", | ||
"prettier": "^1.17.1", | ||
"promise-readable": "^4.2.1", | ||
"promise-writable": "^4.1.1", | ||
"prettier": "^1.18.2", | ||
"promise-readable": "^5.0.1", | ||
"promise-writable": "^5.0.1", | ||
"shx": "^0.3.2", | ||
"stream.pipeline-shim": "^1.1.0", | ||
"ts-node": "^8.2.0", | ||
"tslint": "^5.17.0", | ||
"ts-node": "^8.3.0", | ||
"tslint": "^5.18.0", | ||
"tslint-config-prettier": "^1.18.0", | ||
"typescript": "^3.5.1" | ||
"typescript": "^3.5.3" | ||
}, | ||
@@ -65,3 +67,3 @@ "scripts": { | ||
"lint": "npm run compile && 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,md,ts,yml}' && markdownlint \"*.md\"", | ||
"postpublish": "git tag v$npm_package_version -a -m \"Release v$npm_package_version\" && git push --tags", | ||
"postpublish": "node -e \"require(\\\"changelog-parser\\\")(\\\"CHANGELOG.md\\\").then(ch => console.log(ch.versions.filter(v => v.version === \\\"$npm_package_version\\\").map(v => \\\"v$npm_package_version\\n\\n\\\" + v.body).concat(\\\"Release v$npm_package_version\\\")[0]))\" | xargs -0 git tag v$npm_package_version -a -m && git push --tags", | ||
"prepack": "npm run compile", | ||
@@ -68,0 +70,0 @@ "prepublishOnly": "npm run test", |
22031
27
Updatedtslib@^1.10.0