nice-grpc-client-middleware-retry
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -34,3 +34,3 @@ "use strict"; | ||
catch (error) { | ||
abort_controller_x_1.rethrowAbortError(error); | ||
(0, abort_controller_x_1.rethrowAbortError)(error); | ||
if (attempt >= retryMaxAttempts || | ||
@@ -45,3 +45,3 @@ !(error instanceof nice_grpc_common_1.ClientError) || | ||
onRetryableError === null || onRetryableError === void 0 ? void 0 : onRetryableError(error, attempt, delayMs); | ||
await abort_controller_x_1.delay(signal, delayMs); | ||
await (0, abort_controller_x_1.delay)(signal, delayMs); | ||
} | ||
@@ -48,0 +48,0 @@ } |
{ | ||
"name": "nice-grpc-client-middleware-retry", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Retry client middleware for nice-grpc", | ||
@@ -28,3 +28,3 @@ "repository": "deeplay-io/nice-grpc", | ||
"jest-mock-random": "^1.1.1", | ||
"nice-grpc": "^1.0.5", | ||
"nice-grpc": "^1.0.6", | ||
"ts-proto": "^1.97.0" | ||
@@ -37,3 +37,3 @@ }, | ||
}, | ||
"gitHead": "5d08d062313f513648d2632af85d77607513637c" | ||
"gitHead": "c1a525d031cd5f2f4498b92c9756970eff760b16" | ||
} |
Sorry, the diff of this file is not supported yet
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
15925