@smithy/signature-v4 2.1.0 → 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 CHANGED
@@ -452,14 +452,16 @@ var formatDate = /* @__PURE__ */ __name((now) => {
452
452
  }, "formatDate");
453
453
  var getCanonicalHeaderList = /* @__PURE__ */ __name((headers) => Object.keys(headers).sort().join(";"), "getCanonicalHeaderList");
454
454
  // Annotate the CommonJS export names for ESM import in node:
455
+
455
456
  0 && (module.exports = {
456
- SignatureV4,
457
- clearCredentialCache,
458
- createScope,
459
457
  getCanonicalHeaders,
460
458
  getCanonicalQuery,
461
459
  getPayloadHash,
462
- getSigningKey,
463
460
  moveHeadersToQuery,
464
- prepareRequest
461
+ prepareRequest,
462
+ SignatureV4,
463
+ createScope,
464
+ getSigningKey,
465
+ clearCredentialCache
465
466
  });
467
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/signature-v4",
3
- "version": "2.1.0",
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.0",
28
- "@smithy/is-array-buffer": "^2.1.0",
29
- "@smithy/types": "^2.9.0",
30
- "@smithy/util-hex-encoding": "^2.1.0",
31
- "@smithy/util-middleware": "^2.1.0",
32
- "@smithy/util-uri-escape": "^2.1.0",
33
- "@smithy/util-utf8": "^2.1.0",
27
+ "@smithy/eventstream-codec": "^2.1.2",
28
+ "@smithy/is-array-buffer": "^2.1.1",
29
+ "@smithy/types": "^2.10.0",
30
+ "@smithy/util-hex-encoding": "^2.1.1",
31
+ "@smithy/util-middleware": "^2.1.2",
32
+ "@smithy/util-uri-escape": "^2.1.1",
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.1.0",
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",