@supabase/auth-helpers-sveltekit
Advanced tools
Comparing version 0.10.3 to 0.10.4
@@ -47,3 +47,3 @@ // src/supabaseLoadClient.ts | ||
...(_a = options == null ? void 0 : options.global) == null ? void 0 : _a.headers, | ||
"X-Client-Info": `${"@supabase/auth-helpers-sveltekit"}@${"0.10.3"}` | ||
"X-Client-Info": `${"@supabase/auth-helpers-sveltekit"}@${"0.10.4"}` | ||
} | ||
@@ -134,3 +134,3 @@ }, | ||
...(_a = options == null ? void 0 : options.global) == null ? void 0 : _a.headers, | ||
"X-Client-Info": `${"@supabase/auth-helpers-sveltekit"}@${"0.10.3"}` | ||
"X-Client-Info": `${"@supabase/auth-helpers-sveltekit"}@${"0.10.4"}` | ||
} | ||
@@ -137,0 +137,0 @@ }, |
{ | ||
"name": "@supabase/auth-helpers-sveltekit", | ||
"version": "0.10.3", | ||
"version": "0.10.4", | ||
"description": "A collection of framework specific Auth utilities for working with Supabase.", | ||
@@ -49,3 +49,3 @@ "type": "module", | ||
"dependencies": { | ||
"@supabase/auth-helpers-shared": "0.5.0" | ||
"@supabase/auth-helpers-shared": "0.6.0" | ||
}, | ||
@@ -52,0 +52,0 @@ "peerDependencies": { |
+ Added@supabase/auth-helpers-shared@0.6.0(transitive)
- Removed@supabase/auth-helpers-shared@0.5.0(transitive)