@aws-sdk/middleware-flexible-checksums 3.496.0 → 3.511.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
@@ -301,8 +301,8 @@ var getFlexibleChecksumsPlugin = /* @__PURE__ */ __name((config, middlewareConfi
301
301
  ChecksumLocation,
302
302
  DEFAULT_CHECKSUM_ALGORITHM,
303
303
  S3_EXPRESS_DEFAULT_CHECKSUM_ALGORITHM,
304
- flexibleChecksumsMiddleware,
305
304
  flexibleChecksumsMiddlewareOptions,
305
+ flexibleChecksumsMiddleware,
306
306
  getFlexibleChecksumsPlugin
307
307
  });
308
308
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/middleware-flexible-checksums",
3
- "version": "3.496.0",
3
+ "version": "3.511.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,7 +30,7 @@
30
30
  "dependencies": {
31
31
  "@aws-crypto/crc32": "3.0.0",
32
32
  "@aws-crypto/crc32c": "3.0.0",
33
- "@aws-sdk/types": "3.496.0",
33
+ "@aws-sdk/types": "3.511.0",
34
34
  "@smithy/is-array-buffer": "^2.1.1",
35
35
  "@smithy/protocol-http": "^3.1.1",
36
36
  "@smithy/types": "^2.9.1",