@supabase/auth-helpers-sveltekit
Advanced tools
Comparing version 0.6.11-next.1 to 0.6.11-next.2
# @supabase/auth-helpers-sveltekit | ||
## 0.6.11-next.2 | ||
### Patch Changes | ||
- Updated dependencies [2fdb094] | ||
- @supabase/auth-helpers-shared@0.2.0-next.2 | ||
## 0.6.11-next.1 | ||
@@ -4,0 +11,0 @@ |
export declare const PKG_NAME = "@supabase/auth-helpers-sveltekit"; | ||
export declare const PKG_VERSION = "0.6.11-next.1"; | ||
export declare const PKG_VERSION = "0.6.11-next.2"; |
export const PKG_NAME = "@supabase/auth-helpers-sveltekit"; | ||
export const PKG_VERSION = "0.6.11-next.1"; | ||
export const PKG_VERSION = "0.6.11-next.2"; |
{ | ||
"name": "@supabase/auth-helpers-sveltekit", | ||
"version": "0.6.11-next.1", | ||
"version": "0.6.11-next.2", | ||
"description": "A collection of framework specific Auth utilities for working with Supabase.", | ||
@@ -46,3 +46,3 @@ "type": "module", | ||
"dependencies": { | ||
"@supabase/auth-helpers-shared": "0.2.0-next.1", | ||
"@supabase/auth-helpers-shared": "0.2.0-next.2", | ||
"@supabase/supabase-js": "^1.36.0-next.17" | ||
@@ -49,0 +49,0 @@ }, |
52115
+ Added@supabase/auth-helpers-shared@0.2.0-next.2(transitive)
- Removed@supabase/auth-helpers-shared@0.2.0-next.1(transitive)