@aws-sdk/middleware-sdk-api-gateway 3.734.0 → 3.775.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
@@ -19,13 +19,13 @@ var __copyProps = (to, from, except, desc) => {
19
19
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
20
20
 
21
21
  // src/index.ts
22
- var src_exports = {};
23
- __export(src_exports, {
22
+ var index_exports = {};
23
+ __export(index_exports, {
24
24
  acceptHeaderMiddleware: () => acceptHeaderMiddleware,
25
25
  acceptHeaderMiddlewareOptions: () => acceptHeaderMiddlewareOptions,
26
26
  getAcceptHeaderPlugin: () => getAcceptHeaderPlugin
27
27
  });
28
- module.exports = __toCommonJS(src_exports);
28
+ module.exports = __toCommonJS(index_exports);
29
29
  var import_protocol_http = require("@smithy/protocol-http");
30
30
  function acceptHeaderMiddleware() {
31
31
  return (next) => async (args) => {
@@ -49,9 +49,9 @@ var acceptHeaderMiddlewareOptions = {
49
49
  override: true
50
50
  };
51
51
  var getAcceptHeaderPlugin = /* @__PURE__ */ __name((unused) => ({
52
- applyToStack: (clientStack) => {
52
+ applyToStack: /* @__PURE__ */ __name((clientStack) => {
53
53
  clientStack.add(acceptHeaderMiddleware(), acceptHeaderMiddlewareOptions);
54
- }
54
+ }, "applyToStack")
55
55
  }), "getAcceptHeaderPlugin");
56
56
  // Annotate the CommonJS export names for ESM import in node:
57
57
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/middleware-sdk-api-gateway",
3
- "version": "3.734.0",
3
+ "version": "3.775.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-api-gateway",
@@ -23,9 +23,9 @@
23
23
  },
24
24
  "license": "Apache-2.0",
25
25
  "dependencies": {
26
- "@aws-sdk/types": "3.734.0",
27
- "@smithy/protocol-http": "^5.0.1",
28
- "@smithy/types": "^4.1.0",
26
+ "@aws-sdk/types": "3.775.0",
27
+ "@smithy/protocol-http": "^5.1.0",
28
+ "@smithy/types": "^4.2.0",
29
29
  "tslib": "^2.6.2"
30
30
  },
31
31
  "engines": {