@builder.io/qwik-city
Advanced tools
Comparing version 0.0.121 to 0.0.122
@@ -305,4 +305,5 @@ /// <reference path="./modules.d.ts" /> | ||
headers: Headers; | ||
cookies: Cookie; | ||
location: string; | ||
constructor(url: string, status?: number, headers?: Headers); | ||
constructor(url: string, status?: number, headers?: Headers, cookies?: Cookie); | ||
} | ||
@@ -309,0 +310,0 @@ |
@@ -284,4 +284,5 @@ import type { Render } from '@builder.io/qwik/server'; | ||
headers: Headers; | ||
cookies: Cookie; | ||
location: string; | ||
constructor(url: string, status?: number, headers?: Headers); | ||
constructor(url: string, status?: number, headers?: Headers, cookies?: Cookie); | ||
} | ||
@@ -288,0 +289,0 @@ |
@@ -281,4 +281,5 @@ import type { Context } from '@netlify/edge-functions'; | ||
headers: Headers; | ||
cookies: Cookie; | ||
location: string; | ||
constructor(url: string, status?: number, headers?: Headers); | ||
constructor(url: string, status?: number, headers?: Headers, cookies?: Cookie); | ||
} | ||
@@ -285,0 +286,0 @@ |
@@ -289,4 +289,5 @@ /// <reference types="node" /> | ||
headers: Headers; | ||
cookies: Cookie; | ||
location: string; | ||
constructor(url: string, status?: number, headers?: Headers); | ||
constructor(url: string, status?: number, headers?: Headers, cookies?: Cookie); | ||
} | ||
@@ -293,0 +294,0 @@ |
@@ -256,4 +256,5 @@ import type { Render } from '@builder.io/qwik/server'; | ||
headers: Headers; | ||
cookies: Cookie; | ||
location: string; | ||
constructor(url: string, status?: number, headers?: Headers); | ||
constructor(url: string, status?: number, headers?: Headers, cookies?: Cookie); | ||
} | ||
@@ -260,0 +261,0 @@ |
{ | ||
"name": "@builder.io/qwik-city", | ||
"version": "0.0.121", | ||
"version": "0.0.122", | ||
"description": "The meta-framework for Qwik.", | ||
@@ -5,0 +5,0 @@ "main": "./index.qwik.mjs", |
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
2387078
70321