@aws-sdk/credential-providers 3.947.0 → 3.952.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 +1 -1
  2. package/package.json +9 -9
package/README.md CHANGED
@@ -940,7 +940,7 @@ const client = new FooClient({
940
940
  profile: "my-profile",
941
941
  credentials: fromLoginCredentials({
942
942
  // Optional. Defaults to the client's profile if that is set.
943
- // Optional. Should match the profile name used with 'aws login --profile <name>'
943
+ // Should match the profile name used with 'aws login --profile <name>'
944
944
  // to ensure credentials are found in the cache. Uses 'default' if no
945
945
  // --profile was specified during aws login or if this option is omitted.
946
946
  profile: "my-profile",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-providers",
3
- "version": "3.947.0",
3
+ "version": "3.952.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",
@@ -31,18 +31,18 @@
31
31
  },
32
32
  "license": "Apache-2.0",
33
33
  "dependencies": {
34
- "@aws-sdk/client-cognito-identity": "3.947.0",
34
+ "@aws-sdk/client-cognito-identity": "3.952.0",
35
35
  "@aws-sdk/core": "3.947.0",
36
- "@aws-sdk/credential-provider-cognito-identity": "3.947.0",
36
+ "@aws-sdk/credential-provider-cognito-identity": "3.952.0",
37
37
  "@aws-sdk/credential-provider-env": "3.947.0",
38
38
  "@aws-sdk/credential-provider-http": "3.947.0",
39
- "@aws-sdk/credential-provider-ini": "3.947.0",
40
- "@aws-sdk/credential-provider-login": "3.947.0",
41
- "@aws-sdk/credential-provider-node": "3.947.0",
39
+ "@aws-sdk/credential-provider-ini": "3.952.0",
40
+ "@aws-sdk/credential-provider-login": "3.952.0",
41
+ "@aws-sdk/credential-provider-node": "3.952.0",
42
42
  "@aws-sdk/credential-provider-process": "3.947.0",
43
- "@aws-sdk/credential-provider-sso": "3.947.0",
44
- "@aws-sdk/credential-provider-web-identity": "3.947.0",
45
- "@aws-sdk/nested-clients": "3.947.0",
43
+ "@aws-sdk/credential-provider-sso": "3.952.0",
44
+ "@aws-sdk/credential-provider-web-identity": "3.952.0",
45
+ "@aws-sdk/nested-clients": "3.952.0",
46
46
  "@aws-sdk/types": "3.936.0",
47
47
  "@smithy/config-resolver": "^4.4.3",
48
48
  "@smithy/core": "^3.18.7",