@aws-sdk/signature-v4-crt 3.38.0 → 3.45.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,41 @@
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.45.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.44.0...v3.45.0) (2021-12-23)
7
+
8
+ **Note:** Version bump only for package @aws-sdk/signature-v4-crt
9
+
10
+
11
+
12
+
13
+
14
+ # [3.41.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.40.1...v3.41.0) (2021-11-11)
15
+
16
+
17
+ ### Bug Fixes
18
+
19
+ * **signature-v4-crt:** notify this package is node.js only ([#3009](https://github.com/aws/aws-sdk-js-v3/issues/3009)) ([39e758c](https://github.com/aws/aws-sdk-js-v3/commit/39e758cc986aec660c119c6e8aa14a704d141a4c))
20
+
21
+
22
+
23
+
24
+
25
+ # [3.40.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.39.0...v3.40.0) (2021-11-05)
26
+
27
+ **Note:** Version bump only for package @aws-sdk/signature-v4-crt
28
+
29
+
30
+
31
+
32
+
33
+ # [3.39.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.38.0...v3.39.0) (2021-10-29)
34
+
35
+ **Note:** Version bump only for package @aws-sdk/signature-v4-crt
36
+
37
+
38
+
39
+
40
+
6
41
  # [3.38.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.37.0...v3.38.0) (2021-10-22)
7
42
 
8
43
  **Note:** Version bump only for package @aws-sdk/signature-v4-crt
package/README.md CHANGED
@@ -2,3 +2,6 @@
2
2
 
3
3
  [![NPM version](https://img.shields.io/npm/v/@aws-sdk/signature-v4-crt/latest.svg)](https://www.npmjs.com/package/@aws-sdk/signature-v4-crt)
4
4
  [![NPM downloads](https://img.shields.io/npm/dm/@aws-sdk/signature-v4-crt.svg)](https://www.npmjs.com/package/@aws-sdk/signature-v4-crt)
5
+
6
+ This package contains native modules that only executable in Node.js runtime.
7
+ Please refer to [this issue](https://github.com/aws/aws-sdk-js-v3/issues/2822) for more information.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/signature-v4-crt",
3
- "version": "3.38.0",
3
+ "version": "3.45.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",
@@ -20,17 +20,17 @@
20
20
  "license": "Apache-2.0",
21
21
  "dependencies": {
22
22
  "@aws-sdk/is-array-buffer": "3.37.0",
23
- "@aws-sdk/querystring-parser": "3.38.0",
24
- "@aws-sdk/signature-v4": "3.38.0",
23
+ "@aws-sdk/querystring-parser": "3.40.0",
24
+ "@aws-sdk/signature-v4": "3.45.0",
25
25
  "@aws-sdk/util-hex-encoding": "3.37.0",
26
26
  "@aws-sdk/util-uri-escape": "3.37.0",
27
27
  "aws-crt": "^1.9.7",
28
28
  "tslib": "^2.3.0"
29
29
  },
30
30
  "devDependencies": {
31
- "@aws-crypto/sha256-js": "^1.0.0",
32
- "@aws-sdk/protocol-http": "3.38.0",
33
- "@aws-sdk/types": "3.38.0",
31
+ "@aws-crypto/sha256-js": "2.0.0",
32
+ "@aws-sdk/protocol-http": "3.40.0",
33
+ "@aws-sdk/types": "3.40.0",
34
34
  "@aws-sdk/util-buffer-from": "3.37.0",
35
35
  "@types/jest": "^26.0.4",
36
36
  "jest": "^26.1.0",