@aws-sdk/signature-v4-multi-region 3.758.0 → 3.774.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 +4 -5
- package/package.json +2 -2
package/dist-cjs/index.js
CHANGED
|
@@ -19,12 +19,12 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
19
19
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
20
20
|
|
|
21
21
|
// src/index.ts
|
|
22
|
-
var
|
|
23
|
-
__export(
|
|
22
|
+
var index_exports = {};
|
|
23
|
+
__export(index_exports, {
|
|
24
24
|
SignatureV4MultiRegion: () => SignatureV4MultiRegion,
|
|
25
25
|
signatureV4CrtContainer: () => signatureV4CrtContainer
|
|
26
26
|
});
|
|
27
|
-
module.exports = __toCommonJS(
|
|
27
|
+
module.exports = __toCommonJS(index_exports);
|
|
28
28
|
|
|
29
29
|
// src/SignatureV4MultiRegion.ts
|
|
30
30
|
var import_middleware_sdk_s3 = require("@aws-sdk/middleware-sdk-s3");
|
|
@@ -84,8 +84,7 @@ var SignatureV4MultiRegion = class {
|
|
|
84
84
|
let CrtSignerV4 = null;
|
|
85
85
|
try {
|
|
86
86
|
CrtSignerV4 = signatureV4CrtContainer.CrtSignerV4;
|
|
87
|
-
if (typeof CrtSignerV4 !== "function")
|
|
88
|
-
throw new Error();
|
|
87
|
+
if (typeof CrtSignerV4 !== "function") throw new Error();
|
|
89
88
|
} catch (e) {
|
|
90
89
|
e.message = `${e.message}
|
|
91
90
|
Please check whether you have installed the "@aws-sdk/signature-v4-crt" package explicitly.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/signature-v4-multi-region",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.774.0",
|
|
4
4
|
"scripts": {
|
|
5
5
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
6
6
|
"build:cjs": "node ../../scripts/compilation/inline signature-v4-multi-region",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
},
|
|
22
22
|
"license": "Apache-2.0",
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"@aws-sdk/middleware-sdk-s3": "3.
|
|
24
|
+
"@aws-sdk/middleware-sdk-s3": "3.774.0",
|
|
25
25
|
"@aws-sdk/types": "3.734.0",
|
|
26
26
|
"@smithy/protocol-http": "^5.0.1",
|
|
27
27
|
"@smithy/signature-v4": "^5.0.1",
|