Skip to content

Commit

Permalink
fix: bump gotrue-js/next (#495)
Browse files Browse the repository at this point in the history
  • Loading branch information
kangmingtay committed Aug 12, 2022
1 parent 5c3fc3b commit 8fe7215
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -38,7 +38,7 @@
},
"dependencies": {
"@supabase/functions-js": "^1.3.3",
"@supabase/gotrue-js": "^1.23.0-next.12",
"@supabase/gotrue-js": "^1.23.0-next.14",
"@supabase/postgrest-js": "^1.0.0-next.2",
"@supabase/realtime-js": "^1.8.0-next.13",
"@supabase/storage-js": "^1.8.0-next.3",
Expand Down
4 changes: 2 additions & 2 deletions src/SupabaseClient.ts
Expand Up @@ -261,7 +261,7 @@ export default class SupabaseClient<
autoRefreshToken,
persistSession,
detectSessionInUrl,
localStorage,
storage,
cookieOptions,
storageKey,
}: SupabaseAuthClientOptions,
Expand All @@ -279,7 +279,7 @@ export default class SupabaseClient<
autoRefreshToken,
persistSession,
detectSessionInUrl,
localStorage,
storage,
fetch,
cookieOptions,
})
Expand Down
2 changes: 1 addition & 1 deletion src/lib/types.ts
Expand Up @@ -35,7 +35,7 @@ export type SupabaseClientOptions<SchemaName> = {
/**
* A storage provider. Used to store the logged in session.
*/
localStorage?: SupabaseAuthClientOptions['localStorage']
storage?: SupabaseAuthClientOptions['storage']
/**
* Options passed to the gotrue-js instance
*/
Expand Down

0 comments on commit 8fe7215

Please sign in to comment.