@aws-sdk/credential-provider-node 3.598.0 → 3.600.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +3 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -5,9 +5,9 @@
5
5
 
6
6
  ## AWS Credential Provider for Node.JS
7
7
 
8
- This module provides a factory function, `fromEnv`, that will attempt to source
9
- AWS credentials from a Node.JS environment. It will attempt to find credentials
10
- from the following sources (listed in order of precedence):
8
+ This module provides a factory function, `defaultProvider`, that will attempt to
9
+ source AWS credentials from a Node.JS environment. It will attempt to find
10
+ credentials from the following sources (listed in order of precedence):
11
11
 
12
12
  - Environment variables exposed via `process.env`
13
13
  - SSO credentials from token cache
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-node",
3
- "version": "3.598.0",
3
+ "version": "3.600.0",
4
4
  "description": "AWS credential provider that sources credentials from a Node.JS environment. ",
5
5
  "engines": {
6
6
  "node": ">=16.0.0"