Comparing version
{ | ||
"name": "unenv", | ||
"version": "0.5.2", | ||
"version": "0.5.3", | ||
"description": "", | ||
@@ -13,2 +13,3 @@ "repository": "unjs/unenv", | ||
"./runtime/mock/proxy-cjs": "./runtime/mock/proxy.cjs", | ||
"./runtime/mock/proxy-cjs/*": "./runtime/mock/proxy.cjs", | ||
"./runtime/*": { | ||
@@ -28,4 +29,4 @@ "require": "./runtime/*.cjs", | ||
"mime": "^3.0.0", | ||
"node-fetch-native": "^0.1.2", | ||
"pathe": "^0.3.0" | ||
"node-fetch-native": "^0.1.4", | ||
"pathe": "^0.3.3" | ||
}, | ||
@@ -41,3 +42,3 @@ "devDependencies": { | ||
}, | ||
"packageManager": "pnpm@7.0.0", | ||
"packageManager": "pnpm@7.9.0", | ||
"scripts": { | ||
@@ -44,0 +45,0 @@ "build": "unbuild", |
/// <reference types="node" /> | ||
/// <reference types="node" /> | ||
import { EventEmitter } from 'events'; | ||
@@ -3,0 +4,0 @@ import type * as stream from 'stream'; |
/// <reference types="node" /> | ||
/// <reference types="node" /> | ||
import type * as stream from 'stream'; | ||
@@ -3,0 +4,0 @@ import { Duplex } from './duplex'; |
/// <reference types="node" /> | ||
/// <reference types="node" /> | ||
import { EventEmitter } from 'events'; | ||
@@ -3,0 +4,0 @@ import type * as stream from 'stream'; |
@@ -1,2 +0,2 @@ | ||
export declare const fetch: (input: RequestInfo, init?: RequestInit) => Promise<Response>; | ||
export declare const fetch: (input: RequestInfo | URL, init?: RequestInit) => Promise<Response>; | ||
export default fetch; | ||
@@ -8,3 +8,3 @@ export declare const Headers: { | ||
export declare const Request: { | ||
new (input: RequestInfo, init?: RequestInit): Request; | ||
new (input: RequestInfo | URL, init?: RequestInit): Request; | ||
prototype: Request; | ||
@@ -11,0 +11,0 @@ }; |
declare const fetch: { | ||
(input: RequestInfo, init?: RequestInit): Promise<Response>; | ||
(input: RequestInfo | URL, init?: RequestInit): Promise<Response>; | ||
Promise: PromiseConstructor; | ||
@@ -11,3 +11,3 @@ isRedirect: (code: number) => boolean; | ||
export declare const Request: { | ||
new (input: RequestInfo, init?: RequestInit): Request; | ||
new (input: RequestInfo | URL, init?: RequestInit): Request; | ||
prototype: Request; | ||
@@ -14,0 +14,0 @@ }; |
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
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
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
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
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
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
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
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
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
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
316790
0.45%9110
0.86%Updated
Updated