fs-blob-storage
Advanced tools
Comparing version 2.1.3 to 2.1.4
# Changelog | ||
## v2.1.4 2019-10-08 | ||
- Bugfix `mocha-steps` wrapper for testing. | ||
## v2.1.3 2019-10-07 | ||
@@ -4,0 +8,0 @@ |
{ | ||
"name": "fs-blob-storage", | ||
"version": "2.1.3", | ||
"version": "2.1.4", | ||
"description": "Blob storage on filesystem, with streams and promises API", | ||
@@ -43,3 +43,3 @@ "main": "lib/fs-blob-storage.js", | ||
"eslint-plugin-import": "^2.18.2", | ||
"eslint-plugin-node": "^9.2.0", | ||
"eslint-plugin-node": "^10.0.0", | ||
"eslint-plugin-promise": "^4.2.1", | ||
@@ -72,6 +72,5 @@ "make-dir": "^3.0.0", | ||
"test": "npm run test:spec", | ||
"test:spec": "npm run ts-mocha -- \"test/*.ts\"", | ||
"test:coverage": "npm run clean:coverage && cross-env NYC=\"nyc --no-clean --reporter=lcov\" npm run test:spec && nyc report --reporter=text-summary --color", | ||
"ts-mocha": "$NYC mocha --use_strict --throw-deprecation --require source-map-support/register --require ts-node/register --timeout 90000" | ||
"test:spec": "$NYC mocha \"test/*.ts\"", | ||
"test:coverage": "npm run clean:coverage && cross-env NYC=\"nyc --no-clean --reporter=lcov\" npm run test:spec && nyc report --reporter=text-summary --color" | ||
} | ||
} |
22059