@chainizer/support-winston
Advanced tools
Comparing version
@@ -6,2 +6,21 @@ # Change Log | ||
<a name="1.0.0-alpha.55"></a> | ||
# [1.0.0-alpha.55](https://gitlab.com/chainizer/chainizer-support-node/compare/v1.0.0-alpha.54...v1.0.0-alpha.55) (2018-08-14) | ||
**Note:** Version bump only for package @chainizer/support-winston | ||
<a name="1.0.0-alpha.54"></a> | ||
# [1.0.0-alpha.54](https://gitlab.com/chainizer/chainizer-support-node/compare/v1.0.0-alpha.53...v1.0.0-alpha.54) (2018-08-03) | ||
### Features | ||
* upgrade dependencies ([7f89317](https://gitlab.com/chainizer/chainizer-support-node/commit/7f89317)) | ||
<a name="1.0.0-alpha.53"></a> | ||
@@ -8,0 +27,0 @@ # [1.0.0-alpha.53](https://gitlab.com/chainizer/chainizer-support-node/compare/v1.0.0-alpha.52...v1.0.0-alpha.53) (2018-06-04) |
{ | ||
"name": "@chainizer/support-winston", | ||
"version": "1.0.0-alpha.53", | ||
"version": "1.0.0-alpha.55", | ||
"description": "Winston integration.", | ||
@@ -18,2 +18,4 @@ "author": "Thibault Morin", | ||
"scripts": { | ||
"outdated": "npm outdated || echo", | ||
"update": "npm update", | ||
"test": "mocha --require ts-node/register test/*.spec.ts", | ||
@@ -47,21 +49,21 @@ "coverage": "nyc npm test", | ||
"dependencies": { | ||
"@chainizer/support-config": "^1.0.0-alpha.53", | ||
"@chainizer/support-yargs": "^1.0.0-alpha.53", | ||
"@chainizer/support-config": "^1.0.0-alpha.55", | ||
"@chainizer/support-yargs": "^1.0.0-alpha.55", | ||
"@types/winston": "^2.3.9", | ||
"lodash": "4.*.*", | ||
"winston": "2.*.*", | ||
"winston-daily-rotate-file": "^3.2.1" | ||
"winston": "^2.4.3", | ||
"winston-daily-rotate-file": "^3.3.0" | ||
}, | ||
"devDependencies": { | ||
"@types/chai": "^4.1.2", | ||
"@types/lodash": "^4.14.109", | ||
"@types/mocha": "^5.2.0", | ||
"@types/node": "^10.1.4", | ||
"@types/chai": "^4.1.4", | ||
"@types/lodash": "^4.14.116", | ||
"@types/mocha": "^5.2.5", | ||
"@types/node": "^10.5.5", | ||
"chai": "^4.1.2", | ||
"mocha": "^5.2.0", | ||
"nyc": "^11.8.0", | ||
"nyc": "^12.0.0", | ||
"rimraf": "^2.6.2", | ||
"ts-node": "^6.0.5", | ||
"typescript": "^2.8.4" | ||
"ts-node": "^7.0.0", | ||
"typescript": "^3.0.1" | ||
} | ||
} |
@@ -8,3 +8,3 @@ { | ||
"lib": [ | ||
"es2015" | ||
"es2018" | ||
], | ||
@@ -11,0 +11,0 @@ "types": [ |
8809
7.02%