@remix-run/server-runtime
Advanced tools
Comparing version 1.2.2 to 1.2.3-pre.0
/** | ||
* @remix-run/server-runtime v1.2.2 | ||
* @remix-run/server-runtime v1.2.3-pre.0 | ||
* | ||
@@ -4,0 +4,0 @@ * Copyright (c) Remix Software Inc. |
@@ -12,3 +12,3 @@ import type { RouteMatch } from "./routeMatching"; | ||
export declare type AppData = any; | ||
export declare function callRouteAction({ loadContext, match, request }: { | ||
export declare function callRouteAction({ loadContext, match, request, }: { | ||
loadContext: unknown; | ||
@@ -18,3 +18,3 @@ match: RouteMatch<ServerRoute>; | ||
}): Promise<Response>; | ||
export declare function callRouteLoader({ loadContext, match, request }: { | ||
export declare function callRouteLoader({ loadContext, match, request, }: { | ||
request: Request; | ||
@@ -21,0 +21,0 @@ match: RouteMatch<ServerRoute>; |
/** | ||
* @remix-run/server-runtime v1.2.2 | ||
* @remix-run/server-runtime v1.2.3-pre.0 | ||
* | ||
@@ -4,0 +4,0 @@ * Copyright (c) Remix Software Inc. |
/** | ||
* @remix-run/server-runtime v1.2.2 | ||
* @remix-run/server-runtime v1.2.3-pre.0 | ||
* | ||
@@ -4,0 +4,0 @@ * Copyright (c) Remix Software Inc. |
/** | ||
* @remix-run/server-runtime v1.2.2 | ||
* @remix-run/server-runtime v1.2.3-pre.0 | ||
* | ||
@@ -4,0 +4,0 @@ * Copyright (c) Remix Software Inc. |
/** | ||
* @remix-run/server-runtime v1.2.2 | ||
* @remix-run/server-runtime v1.2.3-pre.0 | ||
* | ||
@@ -4,0 +4,0 @@ * Copyright (c) Remix Software Inc. |
/** | ||
* @remix-run/server-runtime v1.2.2 | ||
* @remix-run/server-runtime v1.2.3-pre.0 | ||
* | ||
@@ -4,0 +4,0 @@ * Copyright (c) Remix Software Inc. |
/** | ||
* @remix-run/server-runtime v1.2.2 | ||
* @remix-run/server-runtime v1.2.3-pre.0 | ||
* | ||
@@ -4,0 +4,0 @@ * Copyright (c) Remix Software Inc. |
/** | ||
* @remix-run/server-runtime v1.2.2 | ||
* @remix-run/server-runtime v1.2.3-pre.0 | ||
* | ||
@@ -4,0 +4,0 @@ * Copyright (c) Remix Software Inc. |
/** | ||
* @remix-run/server-runtime v1.2.2 | ||
* @remix-run/server-runtime v1.2.3-pre.0 | ||
* | ||
@@ -4,0 +4,0 @@ * Copyright (c) Remix Software Inc. |
/** | ||
* @remix-run/server-runtime v1.2.2 | ||
* @remix-run/server-runtime v1.2.3-pre.0 | ||
* | ||
@@ -4,0 +4,0 @@ * Copyright (c) Remix Software Inc. |
/** | ||
* @remix-run/server-runtime v1.2.2 | ||
* @remix-run/server-runtime v1.2.3-pre.0 | ||
* | ||
@@ -4,0 +4,0 @@ * Copyright (c) Remix Software Inc. |
/** | ||
* @remix-run/server-runtime v1.2.2 | ||
* @remix-run/server-runtime v1.2.3-pre.0 | ||
* | ||
@@ -4,0 +4,0 @@ * Copyright (c) Remix Software Inc. |
/** | ||
* @remix-run/server-runtime v1.2.2 | ||
* @remix-run/server-runtime v1.2.3-pre.0 | ||
* | ||
@@ -4,0 +4,0 @@ * Copyright (c) Remix Software Inc. |
/** | ||
* @remix-run/server-runtime v1.2.2 | ||
* @remix-run/server-runtime v1.2.3-pre.0 | ||
* | ||
@@ -4,0 +4,0 @@ * Copyright (c) Remix Software Inc. |
/** | ||
* @remix-run/server-runtime v1.2.2 | ||
* @remix-run/server-runtime v1.2.3-pre.0 | ||
* | ||
@@ -4,0 +4,0 @@ * Copyright (c) Remix Software Inc. |
/** | ||
* @remix-run/server-runtime v1.2.2 | ||
* @remix-run/server-runtime v1.2.3-pre.0 | ||
* | ||
@@ -4,0 +4,0 @@ * Copyright (c) Remix Software Inc. |
/** | ||
* @remix-run/server-runtime v1.2.2 | ||
* @remix-run/server-runtime v1.2.3-pre.0 | ||
* | ||
@@ -4,0 +4,0 @@ * Copyright (c) Remix Software Inc. |
/** | ||
* @remix-run/server-runtime v1.2.2 | ||
* @remix-run/server-runtime v1.2.3-pre.0 | ||
* | ||
@@ -4,0 +4,0 @@ * Copyright (c) Remix Software Inc. |
/** | ||
* @remix-run/server-runtime v1.2.2 | ||
* @remix-run/server-runtime v1.2.3-pre.0 | ||
* | ||
@@ -4,0 +4,0 @@ * Copyright (c) Remix Software Inc. |
/** | ||
* @remix-run/server-runtime v1.2.2 | ||
* @remix-run/server-runtime v1.2.3-pre.0 | ||
* | ||
@@ -4,0 +4,0 @@ * Copyright (c) Remix Software Inc. |
/** | ||
* @remix-run/server-runtime v1.2.2 | ||
* @remix-run/server-runtime v1.2.3-pre.0 | ||
* | ||
@@ -4,0 +4,0 @@ * Copyright (c) Remix Software Inc. |
@@ -1,15 +0,15 @@ | ||
export type { ServerBuild, ServerEntryModule, HandleDataRequestFunction, HandleDocumentRequestFunction } from "./build"; | ||
export type { CookieParseOptions, CookieSerializeOptions, CookieSignatureOptions, CookieOptions, Cookie } from "./cookies"; | ||
export type { ServerBuild, ServerEntryModule, HandleDataRequestFunction, HandleDocumentRequestFunction, } from "./build"; | ||
export type { CookieParseOptions, CookieSerializeOptions, CookieSignatureOptions, CookieOptions, Cookie, } from "./cookies"; | ||
export { createCookie, isCookie } from "./cookies"; | ||
export type { AppLoadContext, AppData } from "./data"; | ||
export type { EntryContext } from "./entry"; | ||
export type { LinkDescriptor, HtmlLinkDescriptor, PageLinkDescriptor } from "./links"; | ||
export type { LinkDescriptor, HtmlLinkDescriptor, PageLinkDescriptor, } from "./links"; | ||
export type { ServerPlatform } from "./platform"; | ||
export type { ActionFunction, DataFunctionArgs, ErrorBoundaryComponent, HeadersFunction, HtmlMetaDescriptor, LinksFunction, LoaderFunction, MetaDescriptor, MetaFunction, RouteComponent, RouteHandle } from "./routeModules"; | ||
export type { ActionFunction, DataFunctionArgs, ErrorBoundaryComponent, HeadersFunction, HtmlMetaDescriptor, LinksFunction, LoaderFunction, MetaDescriptor, MetaFunction, RouteComponent, RouteHandle, } from "./routeModules"; | ||
export { json, redirect } from "./responses"; | ||
export type { RequestHandler } from "./server"; | ||
export { createRequestHandler } from "./server"; | ||
export type { SessionData, Session, SessionStorage, SessionIdStorageStrategy } from "./sessions"; | ||
export type { SessionData, Session, SessionStorage, SessionIdStorageStrategy, } from "./sessions"; | ||
export { createSession, isSession, createSessionStorage } from "./sessions"; | ||
export { createCookieSessionStorage } from "./sessions/cookieStorage"; | ||
export { createMemorySessionStorage } from "./sessions/memoryStorage"; |
/** | ||
* @remix-run/server-runtime v1.2.2 | ||
* @remix-run/server-runtime v1.2.3-pre.0 | ||
* | ||
@@ -4,0 +4,0 @@ * Copyright (c) Remix Software Inc. |
/** | ||
* @remix-run/server-runtime v1.2.2 | ||
* @remix-run/server-runtime v1.2.3-pre.0 | ||
* | ||
@@ -4,0 +4,0 @@ * Copyright (c) Remix Software Inc. |
@@ -1,2 +0,2 @@ | ||
export type { ServerBuild, ServerEntryModule, HandleDataRequestFunction, HandleDocumentRequestFunction, CookieParseOptions, CookieSerializeOptions, CookieSignatureOptions, CookieOptions, Cookie, AppLoadContext, AppData, EntryContext, LinkDescriptor, HtmlLinkDescriptor, PageLinkDescriptor, ErrorBoundaryComponent, ActionFunction, HeadersFunction, LinksFunction, LoaderFunction, MetaDescriptor, HtmlMetaDescriptor, MetaFunction, RouteComponent, RouteHandle, RequestHandler, SessionData, Session, SessionStorage, SessionIdStorageStrategy } from "@remix-run/server-runtime"; | ||
export { createCookie, isCookie, createSession, isSession, createSessionStorage, createCookieSessionStorage, createMemorySessionStorage, json, redirect } from "@remix-run/server-runtime"; | ||
export type { ServerBuild, ServerEntryModule, HandleDataRequestFunction, HandleDocumentRequestFunction, CookieParseOptions, CookieSerializeOptions, CookieSignatureOptions, CookieOptions, Cookie, AppLoadContext, AppData, EntryContext, LinkDescriptor, HtmlLinkDescriptor, PageLinkDescriptor, ErrorBoundaryComponent, ActionFunction, HeadersFunction, LinksFunction, LoaderFunction, MetaDescriptor, HtmlMetaDescriptor, MetaFunction, RouteComponent, RouteHandle, RequestHandler, SessionData, Session, SessionStorage, SessionIdStorageStrategy, } from "@remix-run/server-runtime"; | ||
export { createCookie, isCookie, createSession, isSession, createSessionStorage, createCookieSessionStorage, createMemorySessionStorage, json, redirect, } from "@remix-run/server-runtime"; |
/** | ||
* @remix-run/server-runtime v1.2.2 | ||
* @remix-run/server-runtime v1.2.3-pre.0 | ||
* | ||
@@ -4,0 +4,0 @@ * Copyright (c) Remix Software Inc. |
/** | ||
* @remix-run/server-runtime v1.2.2 | ||
* @remix-run/server-runtime v1.2.3-pre.0 | ||
* | ||
@@ -4,0 +4,0 @@ * Copyright (c) Remix Software Inc. |
{ | ||
"name": "@remix-run/server-runtime", | ||
"description": "Server runtime for Remix", | ||
"version": "1.2.2", | ||
"version": "1.2.3-pre.0", | ||
"license": "MIT", | ||
@@ -6,0 +6,0 @@ "main": "./index.js", |
/** | ||
* @remix-run/server-runtime v1.2.2 | ||
* @remix-run/server-runtime v1.2.3-pre.0 | ||
* | ||
@@ -4,0 +4,0 @@ * Copyright (c) Remix Software Inc. |
/** | ||
* @remix-run/server-runtime v1.2.2 | ||
* @remix-run/server-runtime v1.2.3-pre.0 | ||
* | ||
@@ -4,0 +4,0 @@ * Copyright (c) Remix Software Inc. |
/** | ||
* @remix-run/server-runtime v1.2.2 | ||
* @remix-run/server-runtime v1.2.3-pre.0 | ||
* | ||
@@ -4,0 +4,0 @@ * Copyright (c) Remix Software Inc. |
/** | ||
* @remix-run/server-runtime v1.2.2 | ||
* @remix-run/server-runtime v1.2.3-pre.0 | ||
* | ||
@@ -4,0 +4,0 @@ * Copyright (c) Remix Software Inc. |
/** | ||
* @remix-run/server-runtime v1.2.2 | ||
* @remix-run/server-runtime v1.2.3-pre.0 | ||
* | ||
@@ -4,0 +4,0 @@ * Copyright (c) Remix Software Inc. |
@@ -134,3 +134,3 @@ import type { CookieParseOptions, CookieSerializeOptions } from "cookie"; | ||
*/ | ||
export declare function createSessionStorage({ cookie: cookieArg, createData, readData, updateData, deleteData }: SessionIdStorageStrategy): SessionStorage; | ||
export declare function createSessionStorage({ cookie: cookieArg, createData, readData, updateData, deleteData, }: SessionIdStorageStrategy): SessionStorage; | ||
export declare function warnOnceAboutSigningSessionCookie(cookie: Cookie): void; |
/** | ||
* @remix-run/server-runtime v1.2.2 | ||
* @remix-run/server-runtime v1.2.3-pre.0 | ||
* | ||
@@ -4,0 +4,0 @@ * Copyright (c) Remix Software Inc. |
@@ -20,3 +20,3 @@ import type { SessionStorage, SessionIdStorageStrategy } from "../sessions"; | ||
*/ | ||
export declare function createCookieSessionStorage({ cookie: cookieArg }?: CookieSessionStorageOptions): SessionStorage; | ||
export declare function createCookieSessionStorage({ cookie: cookieArg, }?: CookieSessionStorageOptions): SessionStorage; | ||
export {}; |
/** | ||
* @remix-run/server-runtime v1.2.2 | ||
* @remix-run/server-runtime v1.2.3-pre.0 | ||
* | ||
@@ -4,0 +4,0 @@ * Copyright (c) Remix Software Inc. |
@@ -18,3 +18,3 @@ import type { SessionStorage, SessionIdStorageStrategy } from "../sessions"; | ||
*/ | ||
export declare function createMemorySessionStorage({ cookie }?: MemorySessionStorageOptions): SessionStorage; | ||
export declare function createMemorySessionStorage({ cookie, }?: MemorySessionStorageOptions): SessionStorage; | ||
export {}; |
/** | ||
* @remix-run/server-runtime v1.2.2 | ||
* @remix-run/server-runtime v1.2.3-pre.0 | ||
* | ||
@@ -4,0 +4,0 @@ * Copyright (c) Remix Software Inc. |
/** | ||
* @remix-run/server-runtime v1.2.2 | ||
* @remix-run/server-runtime v1.2.3-pre.0 | ||
* | ||
@@ -4,0 +4,0 @@ * Copyright (c) Remix Software Inc. |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
113983
2