Skip to content

Commit

Permalink
feat: bump @supabase/gotrue-js to v2.53.0 (#855)
Browse files Browse the repository at this point in the history
  • Loading branch information
hf committed Sep 20, 2023
1 parent ed5a3d4 commit ed26abe
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 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
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
},
"dependencies": {
"@supabase/functions-js": "^2.1.5",
"@supabase/gotrue-js": "^2.51.0",
"@supabase/gotrue-js": "^2.53.0",
"@supabase/node-fetch": "^2.6.14",
"@supabase/postgrest-js": "^1.8.4",
"@supabase/realtime-js": "^2.7.4",
Expand Down
2 changes: 1 addition & 1 deletion src/lib/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export type SupabaseClientOptions<SchemaName> = {
/**
* If debug messages for authentication client are emitted. Can be used to inspect the behavior of the library.
*/
debug?: boolean
debug?: SupabaseAuthClientOptions['debug']
/**
* Provide your own locking mechanism based on the environment. By default no locking is done at this time.
*
Expand Down

0 comments on commit ed26abe

Please sign in to comment.