Skip to content

Commit

Permalink
feat: bump functions-js (get regional types more integrated) (#996)
Browse files Browse the repository at this point in the history
* bump functions-js to 2.2.2

* Update package-lock.json
  • Loading branch information
mansueli committed Mar 28, 2024
1 parent fc95abb commit 1d13090
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 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 @@ -40,7 +40,7 @@
"serve:coverage": "npm run test:coverage && serve test/coverage"
},
"dependencies": {
"@supabase/functions-js": "2.1.5",
"@supabase/functions-js": "2.2.2",
"@supabase/gotrue-js": "2.62.2",
"@supabase/node-fetch": "2.6.15",
"@supabase/postgrest-js": "1.9.2",
Expand Down
2 changes: 2 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ export {
FunctionsFetchError,
FunctionsRelayError,
FunctionsError,
FunctionInvokeOptions,
FunctionRegion,
} from '@supabase/functions-js'
export * from '@supabase/realtime-js'
export { default as SupabaseClient } from './SupabaseClient'
Expand Down

0 comments on commit 1d13090

Please sign in to comment.