@aws-sdk/middleware-sdk-sqs 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
@@ -136,6 +136,7 @@ var getSendMessageBatchPlugin = /* @__PURE__ */ __name((config) => ({
136
136
  }
137
137
  }), "getSendMessageBatchPlugin");
138
138
  // Annotate the CommonJS export names for ESM import in node:
139
+
139
140
  0 && (module.exports = {
140
141
  getReceiveMessagePlugin,
141
142
  getSendMessageBatchPlugin,
@@ -147,3 +148,4 @@ var getSendMessageBatchPlugin = /* @__PURE__ */ __name((config) => ({
147
148
  sendMessageMiddleware,
148
149
  sendMessageMiddlewareOptions
149
150
  });
151
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/middleware-sdk-sqs",
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-sdk-sqs",
@@ -21,10 +21,10 @@
21
21
  },
22
22
  "license": "Apache-2.0",
23
23
  "dependencies": {
24
- "@aws-sdk/types": "3.495.0",
25
- "@smithy/types": "^2.9.0",
26
- "@smithy/util-hex-encoding": "^2.1.0",
27
- "@smithy/util-utf8": "^2.1.0",
24
+ "@aws-sdk/types": "3.496.0",
25
+ "@smithy/types": "^2.9.1",
26
+ "@smithy/util-hex-encoding": "^2.1.1",
27
+ "@smithy/util-utf8": "^2.1.1",
28
28
  "tslib": "^2.5.0"
29
29
  },
30
30
  "engines": {