Comparing version 0.4.11 to 0.4.12
@@ -1,7 +0,11 @@ | ||
import { $ as $Fetch } from './error-ee81f326'; | ||
export { $ as $Fetch, C as CreateFetchOptions, d as FetchError, a as FetchOptions, F as FetchRequest, b as FetchResponse, S as SearchParams, c as createFetch, e as createFetchError, s as setHeader } from './error-ee81f326'; | ||
import { $ as $Fetch } from './error-881dd1a9'; | ||
export { $ as $Fetch, C as CreateFetchOptions, d as FetchError, a as FetchOptions, F as FetchRequest, b as FetchResponse, S as SearchParams, c as createFetch, e as createFetchError } from './error-881dd1a9'; | ||
declare const fetch: typeof globalThis.fetch; | ||
declare const Headers: { | ||
new (init?: HeadersInit | undefined): Headers; | ||
prototype: Headers; | ||
}; | ||
declare const $fetch: $Fetch; | ||
export { $fetch, fetch }; | ||
export { $fetch, Headers, fetch }; |
@@ -1,3 +0,3 @@ | ||
import { $ as $Fetch } from './error-ee81f326'; | ||
export { $ as $Fetch, C as CreateFetchOptions, d as FetchError, a as FetchOptions, F as FetchRequest, b as FetchResponse, S as SearchParams, c as createFetch, e as createFetchError, s as setHeader } from './error-ee81f326'; | ||
import { $ as $Fetch } from './error-881dd1a9'; | ||
export { $ as $Fetch, C as CreateFetchOptions, d as FetchError, a as FetchOptions, F as FetchRequest, b as FetchResponse, S as SearchParams, c as createFetch, e as createFetchError } from './error-881dd1a9'; | ||
import nodeFetch from 'node-fetch'; | ||
@@ -7,4 +7,8 @@ | ||
declare const fetch: typeof globalThis.fetch; | ||
declare const Headers: { | ||
new (init?: HeadersInit | undefined): Headers; | ||
prototype: Headers; | ||
}; | ||
declare const $fetch: $Fetch; | ||
export { $fetch, createNodeFetch, fetch }; | ||
export { $fetch, Headers, createNodeFetch, fetch }; |
@@ -1,7 +0,10 @@ | ||
import { $ as $Fetch } from './error-ee81f326'; | ||
export { $ as $Fetch, C as CreateFetchOptions, d as FetchError, a as FetchOptions, F as FetchRequest, b as FetchResponse, S as SearchParams, c as createFetch, e as createFetchError, s as setHeader } from './error-ee81f326'; | ||
import { $ as $Fetch } from './error-881dd1a9'; | ||
export { $ as $Fetch, C as CreateFetchOptions, d as FetchError, a as FetchOptions, F as FetchRequest, b as FetchResponse, S as SearchParams, c as createFetch, e as createFetchError } from './error-881dd1a9'; | ||
export { Headers } from './node'; | ||
import 'node-fetch'; | ||
declare const fetch: typeof globalThis.fetch; | ||
declare const $fetch: $Fetch; | ||
export { $fetch, fetch }; |
{ | ||
"name": "ohmyfetch", | ||
"version": "0.4.11", | ||
"version": "0.4.12", | ||
"description": "oh-my-fetch", | ||
@@ -5,0 +5,0 @@ "repository": "unjs/ohmyfetch", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
29622
2
8
15
285