@aws-sdk/lib-storage 3.495.0 → 3.498.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
@@ -431,6 +431,8 @@ var _Upload = class _Upload extends import_events.EventEmitter {
431
431
  __name(_Upload, "Upload");
432
432
  var Upload = _Upload;
433
433
  // Annotate the CommonJS export names for ESM import in node:
434
+
434
435
  0 && (module.exports = {
435
436
  Upload
436
437
  });
438
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/lib-storage",
3
- "version": "3.495.0",
3
+ "version": "3.498.0",
4
4
  "description": "Storage higher order operation",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -25,9 +25,9 @@
25
25
  },
26
26
  "license": "Apache-2.0",
27
27
  "dependencies": {
28
- "@smithy/abort-controller": "^2.1.0",
29
- "@smithy/middleware-endpoint": "^2.4.0",
30
- "@smithy/smithy-client": "^2.3.0",
28
+ "@smithy/abort-controller": "^2.1.1",
29
+ "@smithy/middleware-endpoint": "^2.4.1",
30
+ "@smithy/smithy-client": "^2.3.1",
31
31
  "buffer": "5.6.0",
32
32
  "events": "3.3.0",
33
33
  "stream-browserify": "3.0.0",
@@ -37,8 +37,8 @@
37
37
  "@aws-sdk/client-s3": "^3.0.0"
38
38
  },
39
39
  "devDependencies": {
40
- "@aws-sdk/client-s3": "3.495.0",
41
- "@smithy/types": "^2.9.0",
40
+ "@aws-sdk/client-s3": "3.498.0",
41
+ "@smithy/types": "^2.9.1",
42
42
  "@tsconfig/recommended": "1.0.1",
43
43
  "@types/node": "^14.14.31",
44
44
  "concurrently": "7.0.0",