axios-retry
Advanced tools
Comparing version 3.9.0 to 3.9.1
{ | ||
"name": "axios-retry", | ||
"version": "3.9.0", | ||
"version": "3.9.1", | ||
"author": "Rubén Norte <ruben.norte@softonic.com>", | ||
@@ -11,3 +11,4 @@ "description": "Axios plugin that intercepts failed requests and retries them whenever posible.", | ||
"lib", | ||
"index.cjs" | ||
"index.js", | ||
"index.d.ts" | ||
], | ||
@@ -62,3 +63,3 @@ "scripts": { | ||
}, | ||
"types": "lib/esm/index.d.ts", | ||
"types": "./index.d.ts", | ||
"main": "index.js", | ||
@@ -68,11 +69,5 @@ "module": "lib/esm/index.js", | ||
".": { | ||
"import": { | ||
"types": "./lib/esm/index.d.ts", | ||
"default": "./lib/esm/index.js" | ||
}, | ||
"require": { | ||
"types": "./lib/cjs/index.d.ts", | ||
"default": "./index.js" | ||
}, | ||
"default": "./index.js" | ||
"types": "./index.d.ts", | ||
"import": "./lib/esm/index.js", | ||
"require": "./index.js" | ||
}, | ||
@@ -79,0 +74,0 @@ "./package.json": "./package.json" |
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
72007
12
916