@smithy/signature-v4 2.1.1 → 2.1.2
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/dist-cjs/index.js +5 -5
- package/package.json +5 -5
package/dist-cjs/index.js
CHANGED
|
@@ -454,14 +454,14 @@ var getCanonicalHeaderList = /* @__PURE__ */ __name((headers) => Object.keys(hea
|
|
|
454
454
|
// Annotate the CommonJS export names for ESM import in node:
|
|
455
455
|
|
|
456
456
|
0 && (module.exports = {
|
|
457
|
-
SignatureV4,
|
|
458
|
-
clearCredentialCache,
|
|
459
|
-
createScope,
|
|
460
457
|
getCanonicalHeaders,
|
|
461
458
|
getCanonicalQuery,
|
|
462
459
|
getPayloadHash,
|
|
463
|
-
getSigningKey,
|
|
464
460
|
moveHeadersToQuery,
|
|
465
|
-
prepareRequest
|
|
461
|
+
prepareRequest,
|
|
462
|
+
SignatureV4,
|
|
463
|
+
createScope,
|
|
464
|
+
getSigningKey,
|
|
465
|
+
clearCredentialCache
|
|
466
466
|
});
|
|
467
467
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@smithy/signature-v4",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.2",
|
|
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.1.
|
|
27
|
+
"@smithy/eventstream-codec": "^2.1.2",
|
|
28
28
|
"@smithy/is-array-buffer": "^2.1.1",
|
|
29
|
-
"@smithy/types": "^2.
|
|
29
|
+
"@smithy/types": "^2.10.0",
|
|
30
30
|
"@smithy/util-hex-encoding": "^2.1.1",
|
|
31
|
-
"@smithy/util-middleware": "^2.1.
|
|
31
|
+
"@smithy/util-middleware": "^2.1.2",
|
|
32
32
|
"@smithy/util-uri-escape": "^2.1.1",
|
|
33
33
|
"@smithy/util-utf8": "^2.1.1",
|
|
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.
|
|
38
|
+
"@smithy/protocol-http": "^3.2.0",
|
|
39
39
|
"@tsconfig/recommended": "1.0.1",
|
|
40
40
|
"concurrently": "7.0.0",
|
|
41
41
|
"downlevel-dts": "0.10.1",
|