@aws-sdk/signature-v4-crt 3.495.0 → 3.496.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 +2 -0
- package/package.json +9 -9
package/dist-cjs/index.js
CHANGED
|
@@ -261,6 +261,8 @@ __name(getHeadersUnsignable, "getHeadersUnsignable");
|
|
|
261
261
|
import_signature_v4_multi_region.signatureV4CrtContainer.CrtSignerV4 = CrtSignerV4;
|
|
262
262
|
import_util_user_agent_node.crtAvailability.isCrtAvailable = true;
|
|
263
263
|
// Annotate the CommonJS export names for ESM import in node:
|
|
264
|
+
|
|
264
265
|
0 && (module.exports = {
|
|
265
266
|
CrtSignerV4
|
|
266
267
|
});
|
|
268
|
+
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/signature-v4-crt",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.496.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,19 +22,19 @@
|
|
|
22
22
|
},
|
|
23
23
|
"license": "Apache-2.0",
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"@aws-sdk/signature-v4-multi-region": "3.
|
|
26
|
-
"@aws-sdk/types": "3.
|
|
27
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
28
|
-
"@smithy/querystring-parser": "^2.1.
|
|
29
|
-
"@smithy/signature-v4": "^2.1.
|
|
30
|
-
"@smithy/types": "^2.9.
|
|
31
|
-
"@smithy/util-middleware": "^2.1.
|
|
25
|
+
"@aws-sdk/signature-v4-multi-region": "3.496.0",
|
|
26
|
+
"@aws-sdk/types": "3.496.0",
|
|
27
|
+
"@aws-sdk/util-user-agent-node": "3.496.0",
|
|
28
|
+
"@smithy/querystring-parser": "^2.1.1",
|
|
29
|
+
"@smithy/signature-v4": "^2.1.1",
|
|
30
|
+
"@smithy/types": "^2.9.1",
|
|
31
|
+
"@smithy/util-middleware": "^2.1.1",
|
|
32
32
|
"aws-crt": "^1.18.3",
|
|
33
33
|
"tslib": "^2.5.0"
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|
|
36
36
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
37
|
-
"@smithy/protocol-http": "^3.1.
|
|
37
|
+
"@smithy/protocol-http": "^3.1.1",
|
|
38
38
|
"@tsconfig/recommended": "1.0.1",
|
|
39
39
|
"concurrently": "7.0.0",
|
|
40
40
|
"downlevel-dts": "0.10.1",
|