@aws-sdk/types 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 +2 -0
- package/package.json +2 -2
package/dist-cjs/index.js
CHANGED
|
@@ -288,6 +288,7 @@ var HostAddressType = /* @__PURE__ */ ((HostAddressType2) => {
|
|
|
288
288
|
// src/waiter.ts
|
|
289
289
|
|
|
290
290
|
// Annotate the CommonJS export names for ESM import in node:
|
|
291
|
+
|
|
291
292
|
0 && (module.exports = {
|
|
292
293
|
AbortController,
|
|
293
294
|
AbortHandler,
|
|
@@ -462,3 +463,4 @@ var HostAddressType = /* @__PURE__ */ ((HostAddressType2) => {
|
|
|
462
463
|
WithSdkStreamMixin,
|
|
463
464
|
randomValues
|
|
464
465
|
});
|
|
466
|
+
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/types",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.496.0",
|
|
4
4
|
"main": "./dist-cjs/index.js",
|
|
5
5
|
"module": "./dist-es/index.js",
|
|
6
6
|
"types": "./dist-types/index.d.ts",
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"directory": "packages/types"
|
|
42
42
|
},
|
|
43
43
|
"dependencies": {
|
|
44
|
-
"@smithy/types": "^2.9.
|
|
44
|
+
"@smithy/types": "^2.9.1",
|
|
45
45
|
"tslib": "^2.5.0"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|