@aws-sdk/middleware-sdk-ec2 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
@@ -122,8 +122,10 @@ var getCopySnapshotPresignedUrlPlugin = /* @__PURE__ */ __name((config) => ({
122
122
  }
123
123
  }), "getCopySnapshotPresignedUrlPlugin");
124
124
  // Annotate the CommonJS export names for ESM import in node:
125
+
125
126
  0 && (module.exports = {
126
127
  copySnapshotPresignedUrlMiddleware,
127
128
  copySnapshotPresignedUrlMiddlewareOptions,
128
129
  getCopySnapshotPresignedUrlPlugin
129
130
  });
131
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/middleware-sdk-ec2",
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-sdk-ec2",
@@ -21,13 +21,13 @@
21
21
  },
22
22
  "license": "Apache-2.0",
23
23
  "dependencies": {
24
- "@aws-sdk/types": "3.495.0",
25
- "@aws-sdk/util-format-url": "3.495.0",
26
- "@smithy/middleware-endpoint": "^2.4.0",
27
- "@smithy/protocol-http": "^3.1.0",
28
- "@smithy/signature-v4": "^2.1.0",
29
- "@smithy/smithy-client": "^2.3.0",
30
- "@smithy/types": "^2.9.0",
24
+ "@aws-sdk/types": "3.502.0",
25
+ "@aws-sdk/util-format-url": "3.502.0",
26
+ "@smithy/middleware-endpoint": "^2.4.1",
27
+ "@smithy/protocol-http": "^3.1.1",
28
+ "@smithy/signature-v4": "^2.1.1",
29
+ "@smithy/smithy-client": "^2.3.1",
30
+ "@smithy/types": "^2.9.1",
31
31
  "tslib": "^2.5.0"
32
32
  },
33
33
  "engines": {