@vitrical/utils
Advanced tools
Comparing version 1.6.8 to 1.6.9
@@ -9,3 +9,3 @@ "use strict"; | ||
const a = typeof window === 'undefined' ? require('axios') : require('axios').default; | ||
var Axios = a && !!a?.request ? a : 'default' in a ? a.default : undefined; | ||
var Axios = a && !!a?.request ? a : undefined; | ||
if (Axios) { | ||
@@ -12,0 +12,0 @@ (0, axios_retry_1.default)(Axios, { |
{ | ||
"name": "@vitrical/utils", | ||
"version": "1.6.8", | ||
"version": "1.6.9", | ||
"description": "Collection of useful functions and typings", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
51682