Skip to content

Commit 84cad2c

Browse files
committed
Merge branch 'master' of github.com:supabase/supabase-js
2 parents f625b1c + 20498ca commit 84cad2c

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

package-lock.json

Lines changed: 3 additions & 3 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
@@ -34,7 +34,7 @@
3434
},
3535
"dependencies": {
3636
"@supabase/gotrue-js": "^1.9.1",
37-
"@supabase/postgrest-js": "^0.21.2",
37+
"@supabase/postgrest-js": "^0.22.0",
3838
"@supabase/realtime-js": "^1.0.6"
3939
},
4040
"devDependencies": {

src/index.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import SupabaseClient from './SupabaseClient'
22
import { SupabaseClientOptions, SupabaseRealtimePayload } from './lib/types'
3+
import { User as AuthUser } from '@supabase/gotrue-js'
34
export * from '@supabase/gotrue-js'
45
export * from '@supabase/realtime-js'
56

@@ -14,4 +15,4 @@ const createClient = (
1415
return new SupabaseClient(supabaseUrl, supabaseKey, options)
1516
}
1617

17-
export { createClient, SupabaseClient, SupabaseClientOptions, SupabaseRealtimePayload }
18+
export { createClient, SupabaseClient, SupabaseClientOptions, SupabaseRealtimePayload, AuthUser }

0 commit comments

Comments
 (0)