Comparing version 3.0.0-beta.8 to 3.0.0-beta.9
@@ -88,6 +88,2 @@ import type { CookieAttributes } from "oslo/cookie"; | ||
interface NextJsAppServerContext { | ||
cookies: NextCookiesFunction; | ||
request: NextRequest | null; | ||
} | ||
interface NextJsAppServerContext { | ||
headers: NextHeadersFunction; | ||
@@ -94,0 +90,0 @@ cookies: NextCookiesFunction; |
{ | ||
"name": "lucia", | ||
"version": "3.0.0-beta.8", | ||
"version": "3.0.0-beta.9", | ||
"description": "A simple and flexible authentication library", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
54018
957