Comparing version 0.24.0 to 0.25.0
@@ -1,3 +0,1 @@ | ||
/// <reference lib="dom"/> | ||
type Primitive = null | undefined | string | number | boolean | symbol | bigint; | ||
@@ -428,2 +426,3 @@ | ||
constructor(request: Request); | ||
request: Request; | ||
} | ||
@@ -430,0 +429,0 @@ |
{ | ||
"name": "ky", | ||
"version": "0.24.0", | ||
"version": "0.25.0", | ||
"description": "Tiny and elegant HTTP client based on the browser Fetch API", | ||
@@ -80,3 +80,11 @@ "license": "MIT", | ||
] | ||
}, | ||
"tsd": { | ||
"compilerOptions": { | ||
"lib": [ | ||
"es2018", | ||
"dom" | ||
] | ||
} | ||
} | ||
} |
@@ -568,3 +568,3 @@ <div align="center"> | ||
Either use a test runner that can run in the browser, like Mocha, or use [AVA](http://ava.li) with `ky-universal`. [Read more.](https://github.com/sindresorhus/ky-universal#faq) | ||
Either use a test runner that can run in the browser, like Mocha, or use [AVA](https://avajs.dev) with `ky-universal`. [Read more.](https://github.com/sindresorhus/ky-universal#faq) | ||
@@ -632,2 +632,3 @@ #### How do I use this without a bundler like Webpack? | ||
- [got](https://github.com/sindresorhus/got) - Simplified HTTP requests for Node.js | ||
- [ky-hooks-change-case](https://github.com/alice-health/ky-hooks-change-case) - Ky hooks to modify cases on requests and responses of objects | ||
@@ -634,0 +635,0 @@ ## Maintainers |
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
66799
638