@ejnshtein/smol-request
Advanced tools
Comparing version 1.1.2 to 1.1.3
{ | ||
"name": "@ejnshtein/smol-request", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"description": "Tiny http/https request wrapper for Node.js 10 and newer", | ||
@@ -5,0 +5,0 @@ "type": "commonjs", |
@@ -20,3 +20,3 @@ import { Readable } from 'stream' | ||
options?: RequestOptions, | ||
formData?: qs.ParsedUrlQueryInput | ||
formData?: qs.ParsedUrlQueryInput | string | ||
) => Promise<RequestResult> | ||
@@ -23,0 +23,0 @@ |
12258