Comparing version 0.28.4 to 0.28.5
/*! MIT License © Sindre Sorhus */ | ||
import type { ky as KyInterface } from './types/ky.js'; | ||
import type { Options } from './types/options.js'; | ||
declare const ky: KyInterface; | ||
export default ky; | ||
export { Options }; | ||
export { BeforeRequestHook, BeforeRetryHook, AfterResponseHook } from './types/hooks.js'; | ||
export { Options, NormalizedOptions, RetryOptions, SearchParamsOption, DownloadProgress } from './types/options.js'; | ||
export { Hooks, BeforeRequestHook, BeforeRetryHook, AfterResponseHook } from './types/hooks.js'; | ||
export { ResponsePromise } from './types/response.js'; | ||
export { HTTPError } from './errors/HTTPError.js'; | ||
export { TimeoutError } from './errors/TimeoutError.js'; |
@@ -215,1 +215,2 @@ import type { LiteralUnion, Required } from './common.js'; | ||
} | ||
export { RetryOptions }; |
{ | ||
"name": "ky", | ||
"version": "0.28.4", | ||
"version": "0.28.5", | ||
"description": "Tiny and elegant HTTP client based on the browser 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
81938
877