@aws-sdk/dsql-signer 3.799.0 → 3.804.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.
@@ -8,7 +8,7 @@ export declare const getRuntimeConfig: (config: DsqlSignerConfig) => {
8
8
  hostname: string;
9
9
  region: string | import("@smithy/types").Provider<any>;
10
10
  sha256: import("@smithy/types").ChecksumConstructor | typeof Sha256;
11
- expiresIn?: number | undefined;
12
- profile?: string | undefined;
11
+ expiresIn?: number;
12
+ profile?: string;
13
13
  runtime: string;
14
14
  };
@@ -8,7 +8,7 @@ export declare const getRuntimeConfig: (config: DsqlSignerConfig) => {
8
8
  hostname: string;
9
9
  region: string | import("@smithy/types").Provider<string>;
10
10
  sha256: import("@smithy/types").ChecksumConstructor | (new (secret?: import("@smithy/types").SourceData | undefined) => Hash);
11
- expiresIn?: number | undefined;
12
- profile?: string | undefined;
11
+ expiresIn?: number;
12
+ profile?: string;
13
13
  runtime: string;
14
14
  };
@@ -8,7 +8,7 @@ export declare const getRuntimeConfig: (config: DsqlSignerConfig) => {
8
8
  hostname: string;
9
9
  region: string | import("@smithy/types").Provider<any>;
10
10
  sha256: import("@smithy/types").ChecksumConstructor | typeof Sha256;
11
- expiresIn?: number | undefined;
12
- profile?: string | undefined;
11
+ expiresIn?: number;
12
+ profile?: string;
13
13
  runtime: string;
14
14
  };
@@ -8,7 +8,7 @@ export declare const getRuntimeConfig: (config: DsqlSignerConfig) => {
8
8
  hostname: string;
9
9
  region: string | import("@smithy/types").Provider<any>;
10
10
  sha256: import("@smithy/types").ChecksumConstructor | typeof Sha256;
11
- expiresIn?: number | undefined;
12
- profile?: string | undefined;
11
+ expiresIn?: number;
12
+ profile?: string;
13
13
  runtime: string;
14
14
  };
@@ -9,7 +9,7 @@ export declare const getRuntimeConfig: (config: DsqlSignerConfig) => {
9
9
  sha256:
10
10
  | import("@smithy/types").ChecksumConstructor
11
11
  | (new (secret?: import("@smithy/types").SourceData | undefined) => Hash);
12
- expiresIn?: number | undefined;
13
- profile?: string | undefined;
12
+ expiresIn?: number;
13
+ profile?: string;
14
14
  runtime: string;
15
15
  };
@@ -8,7 +8,7 @@ export declare const getRuntimeConfig: (config: DsqlSignerConfig) => {
8
8
  hostname: string;
9
9
  region: string | import("@smithy/types").Provider<any>;
10
10
  sha256: import("@smithy/types").ChecksumConstructor | typeof Sha256;
11
- expiresIn?: number | undefined;
12
- profile?: string | undefined;
11
+ expiresIn?: number;
12
+ profile?: string;
13
13
  runtime: string;
14
14
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/dsql-signer",
3
- "version": "3.799.0",
3
+ "version": "3.804.0",
4
4
  "description": "Dsql utility for generating a password token that can be used for IAM authentication to a Dsql Database.",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -27,8 +27,8 @@
27
27
  "dependencies": {
28
28
  "@aws-crypto/sha256-browser": "5.2.0",
29
29
  "@aws-crypto/sha256-js": "5.2.0",
30
- "@aws-sdk/credential-providers": "3.799.0",
31
- "@aws-sdk/util-format-url": "3.775.0",
30
+ "@aws-sdk/credential-providers": "3.804.0",
31
+ "@aws-sdk/util-format-url": "3.804.0",
32
32
  "@smithy/config-resolver": "^4.1.0",
33
33
  "@smithy/hash-node": "^4.0.2",
34
34
  "@smithy/invalid-dependency": "^4.0.2",
@@ -43,7 +43,7 @@
43
43
  "concurrently": "7.0.0",
44
44
  "downlevel-dts": "0.10.1",
45
45
  "rimraf": "3.0.2",
46
- "typescript": "~5.2.2"
46
+ "typescript": "~5.8.3"
47
47
  },
48
48
  "typesVersions": {
49
49
  "<4.0": {