@victorenator/service-fetch
Advanced tools
Comparing version 1.0.3 to 1.0.4
@@ -18,3 +18,3 @@ import {resolveSrv} from 'node:dns/promises'; | ||
/** | ||
* @param {string|URL} input | ||
* @param {string | URL} input | ||
* @param {RequestInit & RequestService} init | ||
@@ -21,0 +21,0 @@ * @returns {Promise<Response>} |
{ | ||
"name": "@victorenator/service-fetch", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"type": "module", | ||
@@ -15,3 +15,5 @@ "main": "index.js", | ||
"devDependencies": { | ||
"eslint": "^8.14.0" | ||
"@eslint/js": "^9.13.0", | ||
"eslint": "^9.13.0", | ||
"globals": "^15.11.0" | ||
}, | ||
@@ -18,0 +20,0 @@ "keywords": [ |
3106
3