@aws-sdk/signature-v4-crt 3.170.0 → 3.171.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.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [3.171.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.170.0...v3.171.0) (2022-09-14)
7
+
8
+ **Note:** Version bump only for package @aws-sdk/signature-v4-crt
9
+
10
+
11
+
12
+
13
+
6
14
  # [3.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
7
15
 
8
16
  **Note:** Version bump only for package @aws-sdk/signature-v4-crt
@@ -11,7 +11,6 @@ export declare type AwsSigningAlgorithm = crtAuth.AwsSigningAlgorithm;
11
11
  export interface CrtSignerV4Init extends SignatureV4Init {
12
12
  signingAlgorithm?: AwsSigningAlgorithm;
13
13
  }
14
-
15
14
  export declare class CrtSignerV4 implements RequestPresigner, RequestSigner {
16
15
  private readonly service;
17
16
  private readonly regionProvider;
@@ -40,7 +39,6 @@ export declare class CrtSignerV4 implements RequestPresigner, RequestSigner {
40
39
  ): Promise<HttpRequest>;
41
40
  private getQueryParam;
42
41
  private signRequest;
43
-
44
42
  verifySigv4aSigning(
45
43
  request: HttpRequest,
46
44
  signature: string,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/signature-v4-crt",
3
- "version": "3.170.0",
3
+ "version": "3.171.0",
4
4
  "description": "A revision of AWS Signature V4 request signer based on AWS Common Runtime https://github.com/awslabs/aws-crt-nodejs",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -22,18 +22,18 @@
22
22
  "license": "Apache-2.0",
23
23
  "dependencies": {
24
24
  "@aws-sdk/is-array-buffer": "3.170.0",
25
- "@aws-sdk/querystring-parser": "3.170.0",
26
- "@aws-sdk/signature-v4": "3.170.0",
25
+ "@aws-sdk/querystring-parser": "3.171.0",
26
+ "@aws-sdk/signature-v4": "3.171.0",
27
27
  "@aws-sdk/util-hex-encoding": "3.170.0",
28
- "@aws-sdk/util-middleware": "3.170.0",
28
+ "@aws-sdk/util-middleware": "3.171.0",
29
29
  "@aws-sdk/util-uri-escape": "3.170.0",
30
30
  "aws-crt": "^1.12.5",
31
31
  "tslib": "^2.3.1"
32
32
  },
33
33
  "devDependencies": {
34
34
  "@aws-crypto/sha256-js": "2.0.0",
35
- "@aws-sdk/protocol-http": "3.170.0",
36
- "@aws-sdk/types": "3.170.0",
35
+ "@aws-sdk/protocol-http": "3.171.0",
36
+ "@aws-sdk/types": "3.171.0",
37
37
  "@aws-sdk/util-buffer-from": "3.170.0",
38
38
  "@tsconfig/recommended": "1.0.1",
39
39
  "concurrently": "7.0.0",