axios-cached-dns-resolve
Advanced tools
Comparing version 3.0.3 to 3.0.4
@@ -26,3 +26,7 @@ /* eslint-disable no-plusplus */ | ||
prettyPrint: process.env.NODE_ENV === 'DEBUG' || false, | ||
useLevelLabels: true, | ||
formatters: { | ||
level(label/* , number */) { | ||
return { level: label } | ||
}, | ||
}, | ||
}, | ||
@@ -29,0 +33,0 @@ cache: undefined, |
{ | ||
"name": "axios-cached-dns-resolve", | ||
"version": "3.0.3", | ||
"version": "3.0.4", | ||
"main": "index", | ||
@@ -9,3 +9,3 @@ "description": "Caches dns resolutions made with async dns.resolve instead of default sync dns.lookup, refreshes in background", | ||
"ava": "ava", | ||
"test": "npm run ava", | ||
"test": "npm run ava -timeout=2m", | ||
"watchLint": "esw . --ext=js --ext=mjs --ignore-path .gitignore --fix --watch", | ||
@@ -12,0 +12,0 @@ "lint": "eslint . --ext=js --ext=mjs --ignore-path .gitignore --fix" |
17926
371