@supabase/auth-helpers-sveltekit
Advanced tools
Comparing version
@@ -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.11.0"}` | ||
"X-Client-Info": `${"@supabase/auth-helpers-sveltekit"}@${"0.12.0"}` | ||
} | ||
@@ -73,2 +73,3 @@ }, | ||
this.expiryMargin = expiryMargin; | ||
this.isServer = true; | ||
this.isInitialDelete = true; | ||
@@ -136,3 +137,3 @@ this.currentSession = null; | ||
...(_a = options == null ? void 0 : options.global) == null ? void 0 : _a.headers, | ||
"X-Client-Info": `${"@supabase/auth-helpers-sveltekit"}@${"0.11.0"}` | ||
"X-Client-Info": `${"@supabase/auth-helpers-sveltekit"}@${"0.12.0"}` | ||
} | ||
@@ -139,0 +140,0 @@ }, |
{ | ||
"name": "@supabase/auth-helpers-sveltekit", | ||
"version": "0.11.0", | ||
"version": "0.12.0", | ||
"description": "A collection of framework specific Auth utilities for working with Supabase.", | ||
@@ -39,3 +39,3 @@ "type": "module", | ||
"@supabase/supabase-js": "2.19.0", | ||
"@sveltejs/kit": "^2.0.0", | ||
"@sveltejs/kit": "^2.4.3", | ||
"@sveltejs/vite-plugin-svelte": "^3.0.0", | ||
@@ -47,3 +47,3 @@ "rimraf": "^4.4.1", | ||
"typescript": "^5.0.0", | ||
"vite": "^5.0.0", | ||
"vite": "^5.0.12", | ||
"tsconfig": "0.1.1" | ||
@@ -56,3 +56,3 @@ }, | ||
"@supabase/supabase-js": "^2.19.0", | ||
"@sveltejs/kit": "^1.15.4 || ^2.0.0" | ||
"@sveltejs/kit": "^1.30.3 || ^2.0.0" | ||
}, | ||
@@ -59,0 +59,0 @@ "scripts": { |
Sorry, the diff of this file is not supported yet
31968
0.23%260
0.39%