@supabase/auth-helpers-sveltekit
Advanced tools
Comparing version 0.8.1 to 0.8.2
export declare const PKG_NAME = "@supabase/auth-helpers-sveltekit"; | ||
export declare const PKG_VERSION = "0.8.1"; | ||
export declare const PKG_VERSION = "0.8.2"; |
export const PKG_NAME = '@supabase/auth-helpers-sveltekit'; | ||
export const PKG_VERSION = '0.8.1'; | ||
export const PKG_VERSION = '0.8.2'; |
@@ -7,3 +7,3 @@ import { getRequestSupabaseClient } from './supabase-request.js'; | ||
session.expires_at + expiry_margin <= Date.now() / 1000) { | ||
const refreshed = await supabase.auth.setSession(session.refresh_token); | ||
const refreshed = await supabase.auth.setSession(session); | ||
session = refreshed.data.session; | ||
@@ -10,0 +10,0 @@ } |
{ | ||
"name": "@supabase/auth-helpers-sveltekit", | ||
"version": "0.8.1", | ||
"version": "0.8.2", | ||
"description": "A collection of framework specific Auth utilities for working with Supabase.", | ||
@@ -5,0 +5,0 @@ "type": "module", |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0
20087