Skip to content

Commit

Permalink
move aws-sdk into devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
lazywithclass committed Jul 17, 2021
1 parent de5b6fc commit cc0de4b
Show file tree
Hide file tree
Showing 4 changed files with 5,785 additions and 67 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
### 3.0.0
Move aws-sdk into devDependencies

### 2.5.1
Update dependencies to address vulnerabilities

Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
# winston-cloudwatch [v2.5.2](https://github.com/lazywithclass/winston-cloudwatch/blob/master/CHANGELOG.md#252)
# winston-cloudwatch [v3.0.0](https://github.com/lazywithclass/winston-cloudwatch/blob/master/CHANGELOG.md#300)

[![Build Status](https://travis-ci.org/lazywithclass/winston-cloudwatch.svg?branch=master)](https://travis-ci.org/lazywithclass/winston-cloudwatch) [![Coverage Status](https://coveralls.io/repos/github/lazywithclass/winston-cloudwatch/badge.svg?branch=master)](https://coveralls.io/github/lazywithclass/winston-cloudwatch?branch=master) [![Dependency Status](https://david-dm.org/lazywithclass/winston-cloudwatch.svg)](https://david-dm.org/lazywithclass/winston-cloudwatch) [![dev dependencies](https://david-dm.org/lazywithclass/winston-cloudwatch/dev-status.svg)](https://david-dm.org/lazywithclass/winston-cloudwatch#info=devDependencies) [![peer dependencies](https://david-dm.org/lazywithclass/winston-cloudwatch/peer-status.svg)](https://david-dm.org/lazywithclass/winston-cloudwatch#info=peerDependencies)
==================

Send logs to Amazon Cloudwatch using [Winston](https://github.com/winstonjs/winston)

Starting from version 3.0.0 we moved aws-sdk into devDependencies to reduce the size of the package, so if you're not using this on AWS Lambda make sure you add aws-sdk dependency into your application package.json.

If you were using this library before version 2.0.0 have a look at the
[migration guide for Winston](https://github.com/winstonjs/winston/blob/master/UPGRADE-3.0.md) and at the updated
[examples](examples).
Expand Down
Loading

0 comments on commit cc0de4b

Please sign in to comment.