@smithy/signature-v4 2.0.17 → 2.0.19
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/README.md +1 -1
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
[](https://www.npmjs.com/package/@smithy/signature-v4)
|
|
4
4
|
[](https://www.npmjs.com/package/@smithy/signature-v4)
|
|
5
5
|
|
|
6
|
-
This package contains an implementation of the
|
|
6
|
+
This package contains an implementation of the [AWS Signature Version 4](https://docs.aws.amazon.com/AmazonS3/latest/API/sig-v4-authenticating-requests.html)
|
|
7
7
|
authentication scheme.
|
|
8
8
|
|
|
9
9
|
It is internal to Smithy-TypeScript generated clients, and not generally intended for standalone usage outside this context.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@smithy/signature-v4",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.19",
|
|
4
4
|
"description": "A standalone implementation of the AWS Signature V4 request signing algorithm",
|
|
5
5
|
"main": "./dist-cjs/index.js",
|
|
6
6
|
"module": "./dist-es/index.js",
|
|
@@ -24,18 +24,18 @@
|
|
|
24
24
|
},
|
|
25
25
|
"license": "Apache-2.0",
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@smithy/eventstream-codec": "^2.0.
|
|
27
|
+
"@smithy/eventstream-codec": "^2.0.16",
|
|
28
28
|
"@smithy/is-array-buffer": "^2.0.0",
|
|
29
|
-
"@smithy/types": "^2.
|
|
29
|
+
"@smithy/types": "^2.8.0",
|
|
30
30
|
"@smithy/util-hex-encoding": "^2.0.0",
|
|
31
|
-
"@smithy/util-middleware": "^2.0.
|
|
31
|
+
"@smithy/util-middleware": "^2.0.9",
|
|
32
32
|
"@smithy/util-uri-escape": "^2.0.0",
|
|
33
33
|
"@smithy/util-utf8": "^2.0.2",
|
|
34
34
|
"tslib": "^2.5.0"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
37
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
38
|
-
"@smithy/protocol-http": "^3.0.
|
|
38
|
+
"@smithy/protocol-http": "^3.0.12",
|
|
39
39
|
"@tsconfig/recommended": "1.0.1",
|
|
40
40
|
"concurrently": "7.0.0",
|
|
41
41
|
"downlevel-dts": "0.10.1",
|