axios-retry
Advanced tools
Comparing version 3.2.5 to 3.2.6
@@ -8,2 +8,6 @@ # Change Log | ||
## [3.2.5] - 2022-04-29 | ||
- handle retryCondition false return value | ||
## [3.2.4] - 2021-10-27 | ||
@@ -10,0 +14,0 @@ |
{ | ||
"name": "axios-retry", | ||
"version": "3.2.5", | ||
"version": "3.2.6", | ||
"author": "Rubén Norte <ruben.norte@softonic.com>", | ||
@@ -67,2 +67,3 @@ "description": "Axios plugin that intercepts failed requests and retries them whenever posible.", | ||
".": { | ||
"types": "./index.d.ts", | ||
"import": "./lib/esm/index.js", | ||
@@ -69,0 +70,0 @@ "require": "./index.js" |
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
67378