@vercel/fetch-cached-dns
Advanced tools
Comparing version 2.0.0 to 2.0.1
{ | ||
"name": "@vercel/fetch-cached-dns", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "A decorator on top of `fetch` that caches the DNS query of the `hostname` of the passed URL", | ||
@@ -8,3 +8,4 @@ "license": "MIT", | ||
"index.js", | ||
"index.d.ts" | ||
"index.d.ts", | ||
"util.js" | ||
], | ||
@@ -11,0 +12,0 @@ "scripts": { |
6113
7
78