@aws-sdk/signature-v4-crt 3.408.0 → 3.412.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/dist-cjs/index.js +3 -0
- package/dist-es/index.js +3 -0
- package/package.json +5 -4
package/dist-cjs/index.js
CHANGED
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
const tslib_1 = require("tslib");
|
|
4
|
+
const signature_v4_multi_region_1 = require("@aws-sdk/signature-v4-multi-region");
|
|
5
|
+
const CrtSignerV4_1 = require("./CrtSignerV4");
|
|
6
|
+
signature_v4_multi_region_1.signatureV4CrtContainer.CrtSignerV4 = CrtSignerV4_1.CrtSignerV4;
|
|
4
7
|
tslib_1.__exportStar(require("./CrtSignerV4"), exports);
|
package/dist-es/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/signature-v4-crt",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.412.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,6 +22,7 @@
|
|
|
22
22
|
},
|
|
23
23
|
"license": "Apache-2.0",
|
|
24
24
|
"dependencies": {
|
|
25
|
+
"@aws-sdk/signature-v4-multi-region": "3.412.0",
|
|
25
26
|
"@smithy/querystring-parser": "^2.0.0",
|
|
26
27
|
"@smithy/signature-v4": "^2.0.0",
|
|
27
28
|
"@smithy/util-middleware": "^2.0.0",
|
|
@@ -30,9 +31,9 @@
|
|
|
30
31
|
},
|
|
31
32
|
"devDependencies": {
|
|
32
33
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
33
|
-
"@aws-sdk/types": "3.
|
|
34
|
-
"@smithy/protocol-http": "^
|
|
35
|
-
"@smithy/types": "^2.
|
|
34
|
+
"@aws-sdk/types": "3.410.0",
|
|
35
|
+
"@smithy/protocol-http": "^3.0.2",
|
|
36
|
+
"@smithy/types": "^2.3.0",
|
|
36
37
|
"@tsconfig/recommended": "1.0.1",
|
|
37
38
|
"concurrently": "7.0.0",
|
|
38
39
|
"downlevel-dts": "0.10.1",
|