@smithy/util-waiter 2.1.1 → 2.1.2

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