-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(NODE-4898)!: aws credential providers now optional peerDependency (
- Loading branch information
Showing
4 changed files
with
1,160 additions
and
942 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,6 +25,15 @@ This means `npm` will let you know if the version of snappy you have installed i | |
npm install --save snappy@7 | ||
``` | ||
|
||
### @aws-sdk/credential-providers v3.201.0 or later and optional peerDependency | ||
|
||
`@aws-sdk/credential-providers` has been added to the package.json as a peerDependency that is **optional**. | ||
This means `npm` will let you know if the version of the sdk you have installed is incompatible with the driver. | ||
|
||
```sh | ||
npm install --save @aws-sdk/[email protected] | ||
``` | ||
|
||
### Minimum supported Node version | ||
|
||
The new minimum supported Node.js version is now 14.20.1. |
Oops, something went wrong.