@aws-sdk/middleware-sdk-route53 3.775.0 → 3.804.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 +3 -3
- package/package.json +3 -3
package/dist-cjs/index.js
CHANGED
|
@@ -112,11 +112,11 @@ var getIdNormalizerPlugin = /* @__PURE__ */ __name((unused) => ({
|
|
|
112
112
|
// Annotate the CommonJS export names for ESM import in node:
|
|
113
113
|
|
|
114
114
|
0 && (module.exports = {
|
|
115
|
-
changeResourceRecordSetsMiddleware,
|
|
116
115
|
changeResourceRecordSetsMiddlewareOptions,
|
|
117
116
|
getChangeResourceRecordSetsPlugin,
|
|
118
|
-
|
|
117
|
+
changeResourceRecordSetsMiddleware,
|
|
119
118
|
idNormalizerMiddlewareOptions,
|
|
120
|
-
getIdNormalizerPlugin
|
|
119
|
+
getIdNormalizerPlugin,
|
|
120
|
+
idNormalizerMiddleware
|
|
121
121
|
});
|
|
122
122
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/middleware-sdk-route53",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.804.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",
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
},
|
|
24
24
|
"license": "Apache-2.0",
|
|
25
25
|
"dependencies": {
|
|
26
|
-
"@aws-sdk/types": "3.
|
|
26
|
+
"@aws-sdk/types": "3.804.0",
|
|
27
27
|
"@smithy/types": "^4.2.0",
|
|
28
28
|
"tslib": "^2.6.2"
|
|
29
29
|
},
|
|
@@ -51,6 +51,6 @@
|
|
|
51
51
|
"concurrently": "7.0.0",
|
|
52
52
|
"downlevel-dts": "0.10.1",
|
|
53
53
|
"rimraf": "3.0.2",
|
|
54
|
-
"typescript": "~5.
|
|
54
|
+
"typescript": "~5.8.3"
|
|
55
55
|
}
|
|
56
56
|
}
|