Skip to content

Commit

Permalink
deps: Bump postgrest-js to 1.17.9 (#1346)
Browse files Browse the repository at this point in the history
* deps: Bump postgrest-js to 1.17.9

* Fix rest sdk schema
  • Loading branch information
kamilogorek authored Jan 7, 2025
1 parent 651ff12 commit d2f0f6c
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 @@ -43,7 +43,7 @@
"@supabase/auth-js": "2.67.3",
"@supabase/functions-js": "2.4.4",
"@supabase/node-fetch": "2.6.15",
"@supabase/postgrest-js": "1.17.7",
"@supabase/postgrest-js": "1.17.9",
"@supabase/realtime-js": "2.11.2",
"@supabase/storage-js": "2.7.1"
},
Expand Down
2 changes: 1 addition & 1 deletion src/SupabaseClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export default class SupabaseClient<
protected authUrl: string
protected storageUrl: string
protected functionsUrl: string
protected rest: PostgrestClient<Database, SchemaName>
protected rest: PostgrestClient<Database, SchemaName, Schema>
protected storageKey: string
protected fetch?: Fetch
protected changedAccessToken?: string
Expand Down

0 comments on commit d2f0f6c

Please sign in to comment.