@expo/server
Advanced tools
Comparing version
@@ -0,1 +1,2 @@ | ||
import './assertion'; | ||
declare const Response: { | ||
@@ -24,6 +25,12 @@ prototype: Response; | ||
export declare const ExpoResponse: { | ||
new (input: URL | RequestInfo, init?: RequestInit | undefined): Request; | ||
prototype: Request; | ||
new (body?: BodyInit | null, init?: ResponseInit): Response; | ||
prototype: Response; | ||
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Response/error_static) */ | ||
error(): Response; | ||
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Response/json_static) */ | ||
json(data: any, init?: ResponseInit): Response; | ||
/** [MDN Reference](https://developer.mozilla.org/docs/Web/API/Response/redirect_static) */ | ||
redirect(url: string | URL, status?: number): Response; | ||
}; | ||
export declare function installGlobals(): void; | ||
export {}; |
@@ -5,2 +5,3 @@ "use strict"; | ||
/* eslint-disable no-var */ | ||
require("./assertion"); | ||
const node_1 = require("@remix-run/node"); | ||
@@ -10,3 +11,3 @@ /** @deprecated */ | ||
/** @deprecated */ | ||
exports.ExpoResponse = Request; | ||
exports.ExpoResponse = Response; | ||
function installGlobals() { | ||
@@ -13,0 +14,0 @@ (0, node_1.installGlobals)(); |
{ | ||
"name": "@expo/server", | ||
"version": "0.4.2", | ||
"version": "0.4.3", | ||
"description": "Server API for Expo Router projects", | ||
@@ -45,3 +45,3 @@ "main": "build/index.js", | ||
}, | ||
"gitHead": "ee4f30ef3b5fa567ad1bf94794197f7683fdd481" | ||
"gitHead": "2893e9cba95261919532de0675468c601b87b017" | ||
} |
Sorry, the diff of this file is not supported yet
51573
6.94%34
9.68%824
4.83%