Comparing version 1.3.8 to 1.3.9
@@ -14,2 +14,3 @@ type RequestMethod = "GET" | "POST" | "PUT" | "DELETE" | "PATCH"; | ||
maxRedirects?: number; | ||
fetchOptions?: RequestInit; | ||
onRequest?: (url: string, init: RequestInit) => MaybePromise<RequestInit | void>; | ||
@@ -16,0 +17,0 @@ onResponse?: OnResponse<unknown>; |
{ | ||
"name": "requestly", | ||
"version": "1.3.8", | ||
"version": "1.3.9", | ||
"description": "A minimal, but powerful HTTP Client for Node.js", | ||
@@ -27,2 +27,8 @@ "publishConfig": { | ||
], | ||
"scripts": { | ||
"dev": "tsup --watch", | ||
"build": "tsup", | ||
"pub": "npm version patch && npm run build && npm publish", | ||
"prepublishOnly": "pnpm run build" | ||
}, | ||
"devDependencies": { | ||
@@ -55,7 +61,3 @@ "@types/set-cookie-parser": "^2.4.10", | ||
"tough-cookie": "^4.1.4" | ||
}, | ||
"scripts": { | ||
"dev": "tsup --watch", | ||
"build": "tsup" | ||
} | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
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
21946
116