@remix-run/cloudflare
Advanced tools
Comparing version 0.0.0-nightly-9cd670f-20220428 to 0.0.0-nightly-a114c40-20220514
/** | ||
* @remix-run/cloudflare v0.0.0-nightly-9cd670f-20220428 | ||
* @remix-run/cloudflare v0.0.0-nightly-a114c40-20220514 | ||
* | ||
@@ -4,0 +4,0 @@ * Copyright (c) Remix Software Inc. |
/** | ||
* @remix-run/cloudflare v0.0.0-nightly-9cd670f-20220428 | ||
* @remix-run/cloudflare v0.0.0-nightly-a114c40-20220514 | ||
* | ||
@@ -4,0 +4,0 @@ * Copyright (c) Remix Software Inc. |
import "./globals"; | ||
export { createCloudflareKVSessionStorage } from "./sessions/cloudflareKVSessionStorage"; | ||
export { createCookie, createCookieSessionStorage, createMemorySessionStorage, createSessionStorage, } from "./implementations"; | ||
export { createRequestHandler, createSession, isCookie, isSession, json, redirect, } from "@remix-run/server-runtime"; | ||
export type { ActionFunction, AppData, AppLoadContext, CreateRequestHandlerFunction, Cookie, CookieOptions, CookieParseOptions, CookieSerializeOptions, CookieSignatureOptions, DataFunctionArgs, EntryContext, ErrorBoundaryComponent, HandleDataRequestFunction, HandleDocumentRequestFunction, HeadersFunction, HtmlLinkDescriptor, HtmlMetaDescriptor, LinkDescriptor, LinksFunction, LoaderFunction, MetaDescriptor, MetaFunction, PageLinkDescriptor, RequestHandler, RouteComponent, RouteHandle, ServerBuild, ServerEntryModule, Session, SessionData, SessionIdStorageStrategy, SessionStorage, } from "@remix-run/server-runtime"; | ||
export { createRequestHandler, createSession, isCookie, isSession, json, MaxPartSizeExceededError, redirect, unstable_composeUploadHandlers, unstable_createMemoryUploadHandler, unstable_parseMultipartFormData, } from "@remix-run/server-runtime"; | ||
export type { ActionFunction, AppData, AppLoadContext, Cookie, CookieOptions, CookieParseOptions, CookieSerializeOptions, CookieSignatureOptions, CreateRequestHandlerFunction, DataFunctionArgs, EntryContext, ErrorBoundaryComponent, HandleDataRequestFunction, HandleDocumentRequestFunction, HeadersFunction, HtmlLinkDescriptor, HtmlMetaDescriptor, LinkDescriptor, LinksFunction, LoaderFunction, MemoryUploadHandlerFilterArgs, MemoryUploadHandlerOptions, MetaDescriptor, MetaFunction, PageLinkDescriptor, RequestHandler, RouteComponent, RouteHandle, ServerBuild, ServerEntryModule, Session, SessionData, SessionIdStorageStrategy, SessionStorage, UploadHandler, UploadHandlerPart, } from "@remix-run/server-runtime"; |
18
index.js
/** | ||
* @remix-run/cloudflare v0.0.0-nightly-9cd670f-20220428 | ||
* @remix-run/cloudflare v0.0.0-nightly-a114c40-20220514 | ||
* | ||
@@ -26,2 +26,6 @@ * Copyright (c) Remix Software Inc. | ||
exports.createSessionStorage = implementations.createSessionStorage; | ||
Object.defineProperty(exports, 'MaxPartSizeExceededError', { | ||
enumerable: true, | ||
get: function () { return serverRuntime.MaxPartSizeExceededError; } | ||
}); | ||
Object.defineProperty(exports, 'createRequestHandler', { | ||
@@ -51,1 +55,13 @@ enumerable: true, | ||
}); | ||
Object.defineProperty(exports, 'unstable_composeUploadHandlers', { | ||
enumerable: true, | ||
get: function () { return serverRuntime.unstable_composeUploadHandlers; } | ||
}); | ||
Object.defineProperty(exports, 'unstable_createMemoryUploadHandler', { | ||
enumerable: true, | ||
get: function () { return serverRuntime.unstable_createMemoryUploadHandler; } | ||
}); | ||
Object.defineProperty(exports, 'unstable_parseMultipartFormData', { | ||
enumerable: true, | ||
get: function () { return serverRuntime.unstable_parseMultipartFormData; } | ||
}); |
/** | ||
* @remix-run/cloudflare v0.0.0-nightly-9cd670f-20220428 | ||
* @remix-run/cloudflare v0.0.0-nightly-a114c40-20220514 | ||
* | ||
@@ -4,0 +4,0 @@ * Copyright (c) Remix Software Inc. |
/** | ||
* @remix-run/cloudflare v0.0.0-nightly-9cd670f-20220428 | ||
* @remix-run/cloudflare v0.0.0-nightly-a114c40-20220514 | ||
* | ||
@@ -4,0 +4,0 @@ * Copyright (c) Remix Software Inc. |
{ | ||
"name": "@remix-run/cloudflare", | ||
"description": "Cloudflare platform abstractions for Remix", | ||
"version": "0.0.0-nightly-9cd670f-20220428", | ||
"version": "0.0.0-nightly-a114c40-20220514", | ||
"license": "MIT", | ||
@@ -16,3 +16,3 @@ "repository": { | ||
"@cloudflare/kv-asset-handler": "^0.1.3", | ||
"@remix-run/server-runtime": "0.0.0-nightly-9cd670f-20220428" | ||
"@remix-run/server-runtime": "0.0.0-nightly-a114c40-20220514" | ||
}, | ||
@@ -19,0 +19,0 @@ "peerDependencies": { |
/** | ||
* @remix-run/cloudflare v0.0.0-nightly-9cd670f-20220428 | ||
* @remix-run/cloudflare v0.0.0-nightly-a114c40-20220514 | ||
* | ||
@@ -4,0 +4,0 @@ * Copyright (c) Remix Software Inc. |
13251
282
+ Added@remix-run/server-runtime@0.0.0-nightly-a114c40-20220514(transitive)
+ Added@web3-storage/multipart-parser@1.0.0(transitive)
- Removed@remix-run/server-runtime@0.0.0-nightly-9cd670f-20220428(transitive)
Updated@remix-run/server-runtime@0.0.0-nightly-a114c40-20220514