@aws-sdk/signature-v4-multi-region 3.714.0 → 3.723.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 CHANGED
@@ -35,7 +35,13 @@ var signatureV4CrtContainer = {
35
35
  };
36
36
 
37
37
  // src/SignatureV4MultiRegion.ts
38
- var _SignatureV4MultiRegion = class _SignatureV4MultiRegion {
38
+ var SignatureV4MultiRegion = class {
39
+ static {
40
+ __name(this, "SignatureV4MultiRegion");
41
+ }
42
+ sigv4aSigner;
43
+ sigv4Signer;
44
+ signerOptions;
39
45
  constructor(options) {
40
46
  this.sigv4Signer = new import_middleware_sdk_s3.SignatureV4S3Express(options);
41
47
  this.signerOptions = options;
@@ -95,8 +101,6 @@ For more information please go to https://github.com/aws/aws-sdk-js-v3#functiona
95
101
  return this.sigv4aSigner;
96
102
  }
97
103
  };
98
- __name(_SignatureV4MultiRegion, "SignatureV4MultiRegion");
99
- var SignatureV4MultiRegion = _SignatureV4MultiRegion;
100
104
  // Annotate the CommonJS export names for ESM import in node:
101
105
 
102
106
  0 && (module.exports = {
@@ -1,6 +1,9 @@
1
1
  import { SignatureV4S3Express } from "@aws-sdk/middleware-sdk-s3";
2
2
  import { signatureV4CrtContainer } from "./signature-v4-crt-container";
3
3
  export class SignatureV4MultiRegion {
4
+ sigv4aSigner;
5
+ sigv4Signer;
6
+ signerOptions;
4
7
  constructor(options) {
5
8
  this.sigv4Signer = new SignatureV4S3Express(options);
6
9
  this.signerOptions = options;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/signature-v4-multi-region",
3
- "version": "3.714.0",
3
+ "version": "3.723.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,11 +21,11 @@
21
21
  },
22
22
  "license": "Apache-2.0",
23
23
  "dependencies": {
24
- "@aws-sdk/middleware-sdk-s3": "3.714.0",
25
- "@aws-sdk/types": "3.714.0",
26
- "@smithy/protocol-http": "^4.1.8",
27
- "@smithy/signature-v4": "^4.2.4",
28
- "@smithy/types": "^3.7.2",
24
+ "@aws-sdk/middleware-sdk-s3": "3.723.0",
25
+ "@aws-sdk/types": "3.723.0",
26
+ "@smithy/protocol-http": "^5.0.0",
27
+ "@smithy/signature-v4": "^5.0.0",
28
+ "@smithy/types": "^4.0.0",
29
29
  "tslib": "^2.6.2"
30
30
  },
31
31
  "devDependencies": {
@@ -33,10 +33,10 @@
33
33
  "concurrently": "7.0.0",
34
34
  "downlevel-dts": "0.10.1",
35
35
  "rimraf": "3.0.2",
36
- "typescript": "~4.9.5"
36
+ "typescript": "~5.2.2"
37
37
  },
38
38
  "engines": {
39
- "node": ">=16.0.0"
39
+ "node": ">=18.0.0"
40
40
  },
41
41
  "typesVersions": {
42
42
  "<4.0": {