@smithy/util-waiter 2.1.0 → 2.1.1
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 +3 -3
package/dist-cjs/index.js
CHANGED
|
@@ -145,9 +145,11 @@ var createWaiter = /* @__PURE__ */ __name(async (options, input, acceptorChecks)
|
|
|
145
145
|
return Promise.race(exitConditions);
|
|
146
146
|
}, "createWaiter");
|
|
147
147
|
// Annotate the CommonJS export names for ESM import in node:
|
|
148
|
+
|
|
148
149
|
0 && (module.exports = {
|
|
149
150
|
WaiterState,
|
|
150
151
|
checkExceptions,
|
|
151
152
|
createWaiter,
|
|
152
153
|
waiterServiceDefaults
|
|
153
154
|
});
|
|
155
|
+
|
package/package.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@smithy/util-waiter",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.1",
|
|
4
4
|
"description": "Shared utilities for client waiters for the AWS SDK",
|
|
5
5
|
"dependencies": {
|
|
6
|
-
"@smithy/abort-controller": "^2.1.
|
|
7
|
-
"@smithy/types": "^2.9.
|
|
6
|
+
"@smithy/abort-controller": "^2.1.1",
|
|
7
|
+
"@smithy/types": "^2.9.1",
|
|
8
8
|
"tslib": "^2.5.0"
|
|
9
9
|
},
|
|
10
10
|
"scripts": {
|