@builder.io/qwik-city
Advanced tools
Comparing version 0.0.103 to 0.0.104
@@ -227,2 +227,4 @@ /// <reference path="./modules.d.ts" /> | ||
params: RouteParams; | ||
/** Platform specific data and functions */ | ||
platform: Record<string, any>; | ||
next: () => Promise<void>; | ||
@@ -229,0 +231,0 @@ abort: () => void; |
@@ -124,2 +124,3 @@ import type { Render } from '@builder.io/qwik/server'; | ||
next: (input?: Request | string, init?: RequestInit) => Promise<Response>; | ||
env: Record<string, any>; | ||
} | ||
@@ -156,3 +157,3 @@ | ||
*/ | ||
export declare function qwikCity(render: Render, opts?: QwikCityCloudflarePagesOptions): ({ request, next, waitUntil }: EventPluginContext) => Promise<Response>; | ||
export declare function qwikCity(render: Render, opts?: QwikCityCloudflarePagesOptions): ({ request, next, env, waitUntil }: EventPluginContext) => Promise<Response>; | ||
@@ -208,2 +209,4 @@ /** | ||
params: RouteParams; | ||
/** Platform specific data and functions */ | ||
platform: Record<string, any>; | ||
next: () => Promise<void>; | ||
@@ -210,0 +213,0 @@ abort: () => void; |
@@ -203,2 +203,4 @@ import type { NextFunction } from 'express'; | ||
params: RouteParams; | ||
/** Platform specific data and functions */ | ||
platform: Record<string, any>; | ||
next: () => Promise<void>; | ||
@@ -205,0 +207,0 @@ abort: () => void; |
@@ -204,2 +204,4 @@ import type { Render } from '@builder.io/qwik/server'; | ||
params: RouteParams; | ||
/** Platform specific data and functions */ | ||
platform: Record<string, any>; | ||
next: () => Promise<void>; | ||
@@ -206,0 +208,0 @@ abort: () => void; |
{ | ||
"name": "@builder.io/qwik-city", | ||
"version": "0.0.103", | ||
"version": "0.0.104", | ||
"description": "The meta-framework for Qwik.", | ||
@@ -5,0 +5,0 @@ "main": "./index.qwik.cjs", |
@@ -197,2 +197,4 @@ import type { Render } from '@builder.io/qwik/server'; | ||
params: RouteParams; | ||
/** Platform specific data and functions */ | ||
platform: Record<string, any>; | ||
next: () => Promise<void>; | ||
@@ -199,0 +201,0 @@ abort: () => void; |
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
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
2147060
62773
1