Skip to content

Commit ed26abe

Browse files
authored
feat: bump @supabase/gotrue-js to v2.53.0 (#855)
1 parent ed5a3d4 commit ed26abe

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
},
3939
"dependencies": {
4040
"@supabase/functions-js": "^2.1.5",
41-
"@supabase/gotrue-js": "^2.51.0",
41+
"@supabase/gotrue-js": "^2.53.0",
4242
"@supabase/node-fetch": "^2.6.14",
4343
"@supabase/postgrest-js": "^1.8.4",
4444
"@supabase/realtime-js": "^2.7.4",

src/lib/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ export type SupabaseClientOptions<SchemaName> = {
4343
/**
4444
* If debug messages for authentication client are emitted. Can be used to inspect the behavior of the library.
4545
*/
46-
debug?: boolean
46+
debug?: SupabaseAuthClientOptions['debug']
4747
/**
4848
* Provide your own locking mechanism based on the environment. By default no locking is done at this time.
4949
*

0 commit comments

Comments
 (0)