@smithy/middleware-retry
Advanced tools
Comparing version 2.0.9 to 2.0.10
{ | ||
"name": "@smithy/middleware-retry", | ||
"version": "2.0.9", | ||
"version": "2.0.10", | ||
"scripts": { | ||
@@ -27,6 +27,6 @@ "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types && yarn build:types:downlevel'", | ||
"dependencies": { | ||
"@smithy/node-config-provider": "^2.0.9", | ||
"@smithy/protocol-http": "^3.0.2", | ||
"@smithy/node-config-provider": "^2.0.10", | ||
"@smithy/protocol-http": "^3.0.3", | ||
"@smithy/service-error-classification": "^2.0.0", | ||
"@smithy/types": "^2.3.0", | ||
"@smithy/types": "^2.3.1", | ||
"@smithy/util-middleware": "^2.0.0", | ||
@@ -38,3 +38,3 @@ "@smithy/util-retry": "^2.0.0", | ||
"devDependencies": { | ||
"@smithy/util-test": "^0.1.2", | ||
"@smithy/util-test": "^0.1.3", | ||
"@tsconfig/recommended": "1.0.1", | ||
@@ -41,0 +41,0 @@ "@types/uuid": "^8.3.0", |
@@ -5,1 +5,8 @@ # @smithy/middleware-retry | ||
[![NPM downloads](https://img.shields.io/npm/dm/@smithy/middleware-retry.svg)](https://www.npmjs.com/package/@smithy/middleware-retry) | ||
## Usage | ||
See [@smithy/util-retry](https://github.com/awslabs/smithy-typescript/tree/main/packages/util-retry) | ||
for retry behavior and configuration. | ||
See also: [AWS Documentation: Retry behavior](https://docs.aws.amazon.com/sdkref/latest/guide/feature-retry-behavior.html). |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
63154
12
Updated@smithy/protocol-http@^3.0.3
Updated@smithy/types@^2.3.1