@smithy/middleware-retry 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 CHANGED
@@ -400,6 +400,7 @@ var getRetryAfterHint = /* @__PURE__ */ __name((response) => {
400
400
  return retryAfterDate;
401
401
  }, "getRetryAfterHint");
402
402
  // Annotate the CommonJS export names for ESM import in node:
403
+
403
404
  0 && (module.exports = {
404
405
  AdaptiveRetryStrategy,
405
406
  CONFIG_MAX_ATTEMPTS,
@@ -420,3 +421,4 @@ var getRetryAfterHint = /* @__PURE__ */ __name((response) => {
420
421
  retryMiddleware,
421
422
  retryMiddlewareOptions
422
423
  });
424
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/middleware-retry",
3
- "version": "2.1.0",
3
+ "version": "2.1.1",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'",
6
6
  "build:cjs": "node ../../scripts/inline middleware-retry",
@@ -31,18 +31,18 @@
31
31
  },
32
32
  "license": "Apache-2.0",
33
33
  "dependencies": {
34
- "@smithy/node-config-provider": "^2.2.0",
35
- "@smithy/protocol-http": "^3.1.0",
36
- "@smithy/service-error-classification": "^2.1.0",
37
- "@smithy/smithy-client": "^2.3.0",
38
- "@smithy/types": "^2.9.0",
39
- "@smithy/util-middleware": "^2.1.0",
40
- "@smithy/util-retry": "^2.1.0",
34
+ "@smithy/node-config-provider": "^2.2.1",
35
+ "@smithy/protocol-http": "^3.1.1",
36
+ "@smithy/service-error-classification": "^2.1.1",
37
+ "@smithy/smithy-client": "^2.3.1",
38
+ "@smithy/types": "^2.9.1",
39
+ "@smithy/util-middleware": "^2.1.1",
40
+ "@smithy/util-retry": "^2.1.1",
41
41
  "tslib": "^2.5.0",
42
42
  "uuid": "^8.3.2"
43
43
  },
44
44
  "devDependencies": {
45
- "@smithy/util-test": "^0.1.13",
45
+ "@smithy/util-test": "^0.1.14",
46
46
  "@tsconfig/recommended": "1.0.1",
47
47
  "@types/uuid": "^8.3.0",
48
48
  "concurrently": "7.0.0",