Skip to content

Commit

Permalink
fix: bump next versions of dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
alaister committed Aug 16, 2022
1 parent 127bba6 commit f5e2809
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 38 deletions.
56 changes: 28 additions & 28 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Expand Up @@ -37,11 +37,11 @@
"docs:json": "typedoc --entryPoints src/index.ts --out docs --includes src/**/*.ts --json docs/spec.json"
},
"dependencies": {
"@supabase/functions-js": "^1.4.0-next.1",
"@supabase/gotrue-js": "^1.23.0-next.15",
"@supabase/postgrest-js": "^1.0.0-next.6",
"@supabase/functions-js": "^1.4.0-next.5",
"@supabase/gotrue-js": "^1.23.0-next.20",
"@supabase/postgrest-js": "^1.0.0-next.7",
"@supabase/realtime-js": "^1.8.0-next.16",
"@supabase/storage-js": "^1.8.0-next.5",
"@supabase/storage-js": "^1.8.0-next.6",
"cross-fetch": "^3.1.5"
},
"devDependencies": {
Expand Down
2 changes: 0 additions & 2 deletions src/SupabaseClient.ts
Expand Up @@ -234,7 +234,6 @@ export default class SupabaseClient<
persistSession,
detectSessionInUrl,
storage,
cookieOptions,
storageKey,
}: SupabaseAuthClientOptions,
headers?: Record<string, string>,
Expand All @@ -253,7 +252,6 @@ export default class SupabaseClient<
detectSessionInUrl,
storage,
fetch,
cookieOptions,
})
}

Expand Down
4 changes: 0 additions & 4 deletions src/lib/types.ts
Expand Up @@ -36,10 +36,6 @@ export type SupabaseClientOptions<SchemaName> = {
* A storage provider. Used to store the logged in session.
*/
storage?: SupabaseAuthClientOptions['storage']
/**
* Options passed to the gotrue-js instance
*/
cookieOptions?: SupabaseAuthClientOptions['cookieOptions']
}
/**
* Options passed to the realtime-js instance
Expand Down

0 comments on commit f5e2809

Please sign in to comment.