@aws-sdk/middleware-flexible-checksums 3.495.0 → 3.502.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
@@ -295,12 +295,14 @@ var getFlexibleChecksumsPlugin = /* @__PURE__ */ __name((config, middlewareConfi
295
295
  }
296
296
  }), "getFlexibleChecksumsPlugin");
297
297
  // Annotate the CommonJS export names for ESM import in node:
298
+
298
299
  0 && (module.exports = {
299
300
  ChecksumAlgorithm,
300
301
  ChecksumLocation,
301
302
  DEFAULT_CHECKSUM_ALGORITHM,
302
303
  S3_EXPRESS_DEFAULT_CHECKSUM_ALGORITHM,
303
- flexibleChecksumsMiddleware,
304
304
  flexibleChecksumsMiddlewareOptions,
305
+ flexibleChecksumsMiddleware,
305
306
  getFlexibleChecksumsPlugin
306
307
  });
308
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/middleware-flexible-checksums",
3
- "version": "3.495.0",
3
+ "version": "3.502.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 middleware-flexible-checksums",
@@ -30,15 +30,15 @@
30
30
  "dependencies": {
31
31
  "@aws-crypto/crc32": "3.0.0",
32
32
  "@aws-crypto/crc32c": "3.0.0",
33
- "@aws-sdk/types": "3.495.0",
34
- "@smithy/is-array-buffer": "^2.1.0",
35
- "@smithy/protocol-http": "^3.1.0",
36
- "@smithy/types": "^2.9.0",
37
- "@smithy/util-utf8": "^2.1.0",
33
+ "@aws-sdk/types": "3.502.0",
34
+ "@smithy/is-array-buffer": "^2.1.1",
35
+ "@smithy/protocol-http": "^3.1.1",
36
+ "@smithy/types": "^2.9.1",
37
+ "@smithy/util-utf8": "^2.1.1",
38
38
  "tslib": "^2.5.0"
39
39
  },
40
40
  "devDependencies": {
41
- "@smithy/node-http-handler": "^2.3.0",
41
+ "@smithy/node-http-handler": "^2.3.1",
42
42
  "concurrently": "7.0.0",
43
43
  "downlevel-dts": "0.10.1",
44
44
  "rimraf": "3.0.2",