Comparing version 1.7.0 to 1.7.1
type UndiciHeadersInit = string[][] | Record<string, string | readonly string[]> | Headers; | ||
type UndiciBodyInit = ArrayBuffer | AsyncIterable<Uint8Array> | Blob | FormData | Iterable<Uint8Array> | NodeJS.ArrayBufferView | URLSearchParams | null | string; | ||
type UndiciBodyInit = ArrayBuffer | AsyncIterable<Uint8Array> | Blob | FormData | Iterable<Uint8Array> | ArrayBufferView | URLSearchParams | null | string; | ||
type UndiciRequestRedirect = 'error' | 'follow' | 'manual'; | ||
@@ -4,0 +4,0 @@ type UndiciRequestCredentials = 'omit' | 'include' | 'same-origin'; |
{ | ||
"name": "ky", | ||
"version": "1.7.0", | ||
"version": "1.7.1", | ||
"description": "Tiny and elegant HTTP client based on the Fetch API", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
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
157524