Skip to content

Commit cd8173e

Browse files
authored
fix: update import of storageClientOptions (#1567)
* fix: update import of storageClientOptions * chore: update storage-js to latest
1 parent f9a28e6 commit cd8173e

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
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
@@ -55,7 +55,7 @@
5555
"@supabase/node-fetch": "2.6.15",
5656
"@supabase/postgrest-js": "1.21.4",
5757
"@supabase/realtime-js": "2.15.5",
58-
"@supabase/storage-js": "2.12.1"
58+
"@supabase/storage-js": "2.12.2"
5959
},
6060
"devDependencies": {
6161
"@sebbo2002/semantic-release-jsr": "^1.0.0",

src/lib/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { AuthClient } from '@supabase/auth-js'
22
import { RealtimeClientOptions } from '@supabase/realtime-js'
33
import { PostgrestError } from '@supabase/postgrest-js'
4-
import { StorageClientOptions } from '@supabase/storage-js/dist/module/StorageClient'
4+
import type { StorageClientOptions } from '@supabase/storage-js'
55

66
type AuthClientOptions = ConstructorParameters<typeof AuthClient>[0]
77

0 commit comments

Comments
 (0)