Comparing version 1.7.1 to 1.7.2
@@ -69,3 +69,3 @@ import { type stop } from '../core/constants.js'; | ||
*/ | ||
create: (defaultOptions: Options) => KyInstance; | ||
create: (defaultOptions?: Options) => KyInstance; | ||
/** | ||
@@ -72,0 +72,0 @@ Create a new Ky instance with some defaults overridden with your own. |
{ | ||
"name": "ky", | ||
"version": "1.7.1", | ||
"version": "1.7.2", | ||
"description": "Tiny and elegant HTTP client based on the Fetch API", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -68,10 +68,5 @@ <div align="center"> | ||
###### Download | ||
- [Normal](https://cdn.jsdelivr.net/npm/ky/index.js) | ||
- [Minified](https://cdn.jsdelivr.net/npm/ky/index.min.js) | ||
###### CDN | ||
- [jsdelivr](https://www.jsdelivr.com/package/npm/ky) | ||
- [jsdelivr](https://cdn.jsdelivr.net/npm/ky/+esm) | ||
- [unpkg](https://unpkg.com/ky) | ||
@@ -78,0 +73,0 @@ - [esm.sh](https://esm.sh/ky) |
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
157393
772