@aws-sdk/middleware-retry
Advanced tools
Comparing version 3.327.0 to 3.329.0
@@ -34,3 +34,3 @@ "use strict"; | ||
catch (e) { | ||
const retryErrorInfo = getRetyErrorInto(e); | ||
const retryErrorInfo = getRetryErrorInfo(e); | ||
lastError = (0, util_1.asSdkError)(e); | ||
@@ -66,3 +66,3 @@ try { | ||
typeof retryStrategy.recordSuccess !== "undefined"; | ||
const getRetyErrorInto = (error) => { | ||
const getRetryErrorInfo = (error) => { | ||
const errorInfo = { | ||
@@ -69,0 +69,0 @@ errorType: getRetryErrorType(error), |
@@ -31,3 +31,3 @@ import { HttpRequest, HttpResponse } from "@aws-sdk/protocol-http"; | ||
catch (e) { | ||
const retryErrorInfo = getRetyErrorInto(e); | ||
const retryErrorInfo = getRetryErrorInfo(e); | ||
lastError = asSdkError(e); | ||
@@ -62,3 +62,3 @@ try { | ||
typeof retryStrategy.recordSuccess !== "undefined"; | ||
const getRetyErrorInto = (error) => { | ||
const getRetryErrorInfo = (error) => { | ||
const errorInfo = { | ||
@@ -65,0 +65,0 @@ errorType: getRetryErrorType(error), |
{ | ||
"name": "@aws-sdk/middleware-retry", | ||
"version": "3.327.0", | ||
"version": "3.329.0", | ||
"scripts": { | ||
@@ -24,7 +24,7 @@ "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'", | ||
"dependencies": { | ||
"@aws-sdk/protocol-http": "3.310.0", | ||
"@aws-sdk/service-error-classification": "3.327.0", | ||
"@aws-sdk/types": "3.310.0", | ||
"@aws-sdk/util-middleware": "3.310.0", | ||
"@aws-sdk/util-retry": "3.327.0", | ||
"@aws-sdk/protocol-http": "3.329.0", | ||
"@aws-sdk/service-error-classification": "3.329.0", | ||
"@aws-sdk/types": "3.329.0", | ||
"@aws-sdk/util-middleware": "3.329.0", | ||
"@aws-sdk/util-retry": "3.329.0", | ||
"tslib": "^2.5.0", | ||
@@ -34,3 +34,3 @@ "uuid": "^8.3.2" | ||
"devDependencies": { | ||
"@aws-sdk/node-config-provider": "3.310.0", | ||
"@aws-sdk/node-config-provider": "3.329.0", | ||
"@tsconfig/recommended": "1.0.1", | ||
@@ -37,0 +37,0 @@ "@types/uuid": "^8.3.0", |
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
59646
+ Added@aws-sdk/protocol-http@3.329.0(transitive)
+ Added@aws-sdk/service-error-classification@3.329.0(transitive)
+ Added@aws-sdk/types@3.329.0(transitive)
+ Added@aws-sdk/util-middleware@3.329.0(transitive)
+ Added@aws-sdk/util-retry@3.329.0(transitive)
- Removed@aws-sdk/protocol-http@3.310.0(transitive)
- Removed@aws-sdk/service-error-classification@3.327.0(transitive)
- Removed@aws-sdk/types@3.310.0(transitive)
- Removed@aws-sdk/util-middleware@3.310.0(transitive)
- Removed@aws-sdk/util-retry@3.327.0(transitive)
Updated@aws-sdk/types@3.329.0
Updated@aws-sdk/util-retry@3.329.0