@aws-sdk/middleware-sdk-route53 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
@@ -109,6 +109,7 @@ var getIdNormalizerPlugin = /* @__PURE__ */ __name((unused) => ({
109
109
  }
110
110
  }), "getIdNormalizerPlugin");
111
111
  // Annotate the CommonJS export names for ESM import in node:
112
+
112
113
  0 && (module.exports = {
113
114
  changeResourceRecordSetsMiddleware,
114
115
  changeResourceRecordSetsMiddlewareOptions,
@@ -117,3 +118,4 @@ var getIdNormalizerPlugin = /* @__PURE__ */ __name((unused) => ({
117
118
  idNormalizerMiddleware,
118
119
  idNormalizerMiddlewareOptions
119
120
  });
121
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/middleware-sdk-route53",
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-route53",
@@ -21,8 +21,8 @@
21
21
  },
22
22
  "license": "Apache-2.0",
23
23
  "dependencies": {
24
- "@aws-sdk/types": "3.495.0",
25
- "@smithy/types": "^2.9.0",
24
+ "@aws-sdk/types": "3.496.0",
25
+ "@smithy/types": "^2.9.1",
26
26
  "tslib": "^2.5.0"
27
27
  },
28
28
  "engines": {