Skip to content

Commit ea510e0

Browse files
pixtroninian
authored andcommitted
fix: bump storage-js next version
1 parent 8c7f564 commit ea510e0

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

package-lock.json

Lines changed: 7 additions & 7 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
@@ -41,7 +41,7 @@
4141
"@supabase/gotrue-js": "^1.23.0-next.14",
4242
"@supabase/postgrest-js": "^1.0.0-next.2",
4343
"@supabase/realtime-js": "^1.8.0-next.13",
44-
"@supabase/storage-js": "^1.8.0-next.3",
44+
"@supabase/storage-js": "^1.8.0-next.4",
4545
"cross-fetch": "^3.1.5"
4646
},
4747
"devDependencies": {

src/SupabaseClient.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import {
66
PostgrestQueryBuilder,
77
} from '@supabase/postgrest-js'
88
import { RealtimeChannel, RealtimeClient, RealtimeClientOptions } from '@supabase/realtime-js'
9-
import { SupabaseStorageClient } from '@supabase/storage-js'
9+
import { StorageClient as SupabaseStorageClient } from '@supabase/storage-js'
1010
import { DEFAULT_HEADERS } from './lib/constants'
1111
import { fetchWithAuth } from './lib/fetch'
1212
import { stripTrailingSlash } from './lib/helpers'

0 commit comments

Comments
 (0)