@supabase/auth-helpers-sveltekit
Advanced tools
Comparing version 0.10.5 to 0.10.6
@@ -40,2 +40,4 @@ // src/supabaseLoadClient.ts | ||
} | ||
const storageKey = cookieOptions == null ? void 0 : cookieOptions.name; | ||
cookieOptions == null ? true : delete cookieOptions.name; | ||
const client = createSupabaseClient(supabaseUrl, supabaseKey, { | ||
@@ -48,7 +50,7 @@ ...options, | ||
...(_a = options == null ? void 0 : options.global) == null ? void 0 : _a.headers, | ||
"X-Client-Info": `${"@supabase/auth-helpers-sveltekit"}@${"0.10.5"}` | ||
"X-Client-Info": `${"@supabase/auth-helpers-sveltekit"}@${"0.10.6"}` | ||
} | ||
}, | ||
auth: { | ||
storageKey: cookieOptions == null ? void 0 : cookieOptions.name, | ||
storageKey, | ||
storage: new SvelteKitLoadAuthStorageAdapter(serverSession, cookieOptions) | ||
@@ -129,2 +131,4 @@ } | ||
var _a; | ||
const storageKey = cookieOptions == null ? void 0 : cookieOptions.name; | ||
cookieOptions == null ? true : delete cookieOptions.name; | ||
const client = createSupabaseClient2(supabaseUrl, supabaseKey, { | ||
@@ -136,7 +140,7 @@ ...options, | ||
...(_a = options == null ? void 0 : options.global) == null ? void 0 : _a.headers, | ||
"X-Client-Info": `${"@supabase/auth-helpers-sveltekit"}@${"0.10.5"}` | ||
"X-Client-Info": `${"@supabase/auth-helpers-sveltekit"}@${"0.10.6"}` | ||
} | ||
}, | ||
auth: { | ||
storageKey: cookieOptions == null ? void 0 : cookieOptions.name, | ||
storageKey, | ||
storage: new SvelteKitServerAuthStorageAdapter(event, cookieOptions, expiryMargin) | ||
@@ -143,0 +147,0 @@ } |
{ | ||
"name": "@supabase/auth-helpers-sveltekit", | ||
"version": "0.10.5", | ||
"version": "0.10.6", | ||
"description": "A collection of framework specific Auth utilities for working with Supabase.", | ||
@@ -49,3 +49,3 @@ "type": "module", | ||
"dependencies": { | ||
"@supabase/auth-helpers-shared": "0.6.1" | ||
"@supabase/auth-helpers-shared": "0.6.2" | ||
}, | ||
@@ -52,0 +52,0 @@ "peerDependencies": { |
Sorry, the diff of this file is not supported yet
32325
263
+ Added@supabase/auth-helpers-shared@0.6.2(transitive)
- Removed@supabase/auth-helpers-shared@0.6.1(transitive)