@aws-sdk/credential-providers 3.714.0 → 3.715.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 +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -25,8 +25,8 @@ A collection of all credential providers.
25
25
  1. [Supported Configuration](#supported-configuration)
26
26
  1. [SSO login with AWS CLI](#sso-login-with-the-aws-cli)
27
27
  1. [Sample Files](#sample-files-2)
28
- 1. [From Node.js default credentials provider chain](#fromNodeProviderChain)
29
- 1. [Creating a custom credentials chain](#createCredentialChain)
28
+ 1. [From Node.js default credentials provider chain](#fromnodeproviderchain)
29
+ 1. [Creating a custom credentials chain](#createcredentialchain)
30
30
 
31
31
  ## Terminology
32
32
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-providers",
3
- "version": "3.714.0",
3
+ "version": "3.715.0",
4
4
  "description": "A collection of credential providers, without requiring service clients like STS, Cognito",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",