winston-cloudwatch
Advanced tools
Comparing version 1.3.0 to 1.3.1
@@ -0,1 +1,9 @@ | ||
### 1.3.1 | ||
added `npm run update-dependencies` to automatically update all deps in package.json and node_modules | ||
### 1.3.0 | ||
Added messageFormatter to format the log | ||
### 1.2.0 | ||
@@ -2,0 +10,0 @@ |
{ | ||
"name": "winston-cloudwatch", | ||
"version": "1.3.0", | ||
"version": "1.3.1", | ||
"description": "Send logs to Amazon Cloudwatch using Winston.", | ||
@@ -15,3 +15,4 @@ "keywords": [ | ||
"test": "make test", | ||
"coveralls": "./node_modules/.bin/coveralls <./coverage/lcov.info" | ||
"coveralls": "./node_modules/.bin/coveralls <./coverage/lcov.info", | ||
"update-dependencies": "./node_modules/.bin/npm-check-updates -ua && npm install" | ||
}, | ||
@@ -25,5 +26,5 @@ "repository": "https://github.com/lazywithclass/winston-cloudwatch", | ||
"dependencies": { | ||
"async": "^2.0.0-rc.2", | ||
"aws-sdk": "^2.3.0", | ||
"lodash": "^4.7.0", | ||
"async": "^2.0.0-rc.3", | ||
"aws-sdk": "^2.3.8", | ||
"lodash": "^4.11.2", | ||
"proxy-agent": "^2.0.0" | ||
@@ -34,8 +35,9 @@ }, | ||
"coveralls": "^2.11.9", | ||
"istanbul": "^0.4.2", | ||
"mocha": "^2.3.3", | ||
"mockery": "^1.5.1", | ||
"should": "^8.3.0", | ||
"sinon": "^1.12.1" | ||
"istanbul": "^0.4.3", | ||
"mocha": "^2.4.5", | ||
"mockery": "^1.6.2", | ||
"npm-check-updates": "^2.6.4", | ||
"should": "^8.3.1", | ||
"sinon": "^1.17.4" | ||
} | ||
} |
@@ -1,2 +0,2 @@ | ||
# winston-cloudwatch [v1.3.0](https://github.com/lazywithclass/winston-cloudwatch/blob/master/CHANGELOG.md#130) | ||
# winston-cloudwatch [v1.3.1](https://github.com/lazywithclass/winston-cloudwatch/blob/master/CHANGELOG.md#131) | ||
@@ -3,0 +3,0 @@ Send logs to Amazon Cloudwatch using Winston. |
27358
8
Updatedasync@^2.0.0-rc.3
Updatedaws-sdk@^2.3.8
Updatedlodash@^4.11.2