@aws-sdk/token-providers 3.714.0 → 3.721.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.
@@ -4,5 +4,6 @@ export interface FromStaticInit extends CredentialProviderOptions {
4
4
  }
5
5
  /**
6
6
  * Creates a token provider that will read from static token.
7
+ * @public
7
8
  */
8
9
  export declare const fromStatic: ({ token, logger }: FromStaticInit) => TokenIdentityProvider;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/token-providers",
3
- "version": "3.714.0",
3
+ "version": "3.721.0",
4
4
  "description": "A collection of token providers",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -42,7 +42,7 @@
42
42
  "typescript": "~4.9.5"
43
43
  },
44
44
  "peerDependencies": {
45
- "@aws-sdk/client-sso-oidc": "^3.714.0"
45
+ "@aws-sdk/client-sso-oidc": "^3.721.0"
46
46
  },
47
47
  "types": "./dist-types/index.d.ts",
48
48
  "engines": {