Skip to content

Commit 1d13090

Browse files
authored
feat: bump functions-js (get regional types more integrated) (supabase#996)
* bump functions-js to 2.2.2 * Update package-lock.json
1 parent fc95abb commit 1d13090

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
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
@@ -40,7 +40,7 @@
4040
"serve:coverage": "npm run test:coverage && serve test/coverage"
4141
},
4242
"dependencies": {
43-
"@supabase/functions-js": "2.1.5",
43+
"@supabase/functions-js": "2.2.2",
4444
"@supabase/gotrue-js": "2.62.2",
4545
"@supabase/node-fetch": "2.6.15",
4646
"@supabase/postgrest-js": "1.9.2",

src/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ export {
1414
FunctionsFetchError,
1515
FunctionsRelayError,
1616
FunctionsError,
17+
FunctionInvokeOptions,
18+
FunctionRegion,
1719
} from '@supabase/functions-js'
1820
export * from '@supabase/realtime-js'
1921
export { default as SupabaseClient } from './SupabaseClient'

0 commit comments

Comments
 (0)