@aws-sdk/credential-provider-cognito-identity 3.294.0 → 3.296.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.
@@ -1,3 +1,3 @@
1
1
  import { Provider } from "@aws-sdk/types";
2
- export declare type Logins = Record<string, string | Provider<string>>;
3
- export declare type ResolvedLogins = Record<string, string>;
2
+ export type Logins = Record<string, string | Provider<string>>;
3
+ export type ResolvedLogins = Record<string, string>;
@@ -6,7 +6,7 @@ export interface CognitoIdentityCredentials extends AwsCredentialIdentity {
6
6
  */
7
7
  identityId: string;
8
8
  }
9
- export declare type CognitoIdentityCredentialProvider = Provider<CognitoIdentityCredentials>;
9
+ export type CognitoIdentityCredentialProvider = Provider<CognitoIdentityCredentials>;
10
10
  /**
11
11
  * Retrieves temporary AWS credentials using Amazon Cognito's
12
12
  * `GetCredentialsForIdentity` operation.
@@ -1,3 +1,3 @@
1
1
  import { Provider } from "@aws-sdk/types";
2
- export declare type Logins = Record<string, string | Provider<string>>;
3
- export declare type ResolvedLogins = Record<string, string>;
2
+ export type Logins = Record<string, string | Provider<string>>;
3
+ export type ResolvedLogins = Record<string, string>;
@@ -3,7 +3,7 @@ import { CognitoProviderParameters } from "./CognitoProviderParameters";
3
3
  export interface CognitoIdentityCredentials extends AwsCredentialIdentity {
4
4
  identityId: string;
5
5
  }
6
- export declare type CognitoIdentityCredentialProvider =
6
+ export type CognitoIdentityCredentialProvider =
7
7
  Provider<CognitoIdentityCredentials>;
8
8
  export declare function fromCognitoIdentity(
9
9
  parameters: FromCognitoIdentityParameters
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/credential-provider-cognito-identity",
3
- "version": "3.294.0",
3
+ "version": "3.296.0",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
6
6
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -21,10 +21,10 @@
21
21
  },
22
22
  "license": "Apache-2.0",
23
23
  "dependencies": {
24
- "@aws-sdk/client-cognito-identity": "3.294.0",
25
- "@aws-sdk/property-provider": "3.292.0",
26
- "@aws-sdk/types": "3.292.0",
27
- "tslib": "^2.3.1"
24
+ "@aws-sdk/client-cognito-identity": "3.296.0",
25
+ "@aws-sdk/property-provider": "3.296.0",
26
+ "@aws-sdk/types": "3.296.0",
27
+ "tslib": "^2.5.0"
28
28
  },
29
29
  "engines": {
30
30
  "node": ">=14.0.0"
@@ -51,7 +51,7 @@
51
51
  "downlevel-dts": "0.10.1",
52
52
  "rimraf": "3.0.2",
53
53
  "typedoc": "0.23.23",
54
- "typescript": "~4.6.2"
54
+ "typescript": "~4.9.5"
55
55
  },
56
56
  "typedoc": {
57
57
  "entryPoint": "src/index.ts"