@aws-sdk/middleware-eventstream 3.495.0 → 3.496.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
@@ -92,6 +92,7 @@ var getEventStreamPlugin = /* @__PURE__ */ __name((options) => ({
92
92
  }
93
93
  }), "getEventStreamPlugin");
94
94
  // Annotate the CommonJS export names for ESM import in node:
95
+
95
96
  0 && (module.exports = {
96
97
  eventStreamHandlingMiddleware,
97
98
  eventStreamHandlingMiddlewareOptions,
@@ -100,3 +101,4 @@ var getEventStreamPlugin = /* @__PURE__ */ __name((options) => ({
100
101
  getEventStreamPlugin,
101
102
  resolveEventStreamConfig
102
103
  });
104
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/middleware-eventstream",
3
- "version": "3.495.0",
3
+ "version": "3.496.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-eventstream",
@@ -21,9 +21,9 @@
21
21
  },
22
22
  "license": "Apache-2.0",
23
23
  "dependencies": {
24
- "@aws-sdk/types": "3.495.0",
25
- "@smithy/protocol-http": "^3.1.0",
26
- "@smithy/types": "^2.9.0",
24
+ "@aws-sdk/types": "3.496.0",
25
+ "@smithy/protocol-http": "^3.1.1",
26
+ "@smithy/types": "^2.9.1",
27
27
  "tslib": "^2.5.0"
28
28
  },
29
29
  "engines": {