Skip to content

Commit

Permalink
fix: bump storage-js next version
Browse files Browse the repository at this point in the history
  • Loading branch information
pixtron authored and inian committed Aug 12, 2022
1 parent 8c7f564 commit ea510e0
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 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
Expand Up @@ -41,7 +41,7 @@
"@supabase/gotrue-js": "^1.23.0-next.14",
"@supabase/postgrest-js": "^1.0.0-next.2",
"@supabase/realtime-js": "^1.8.0-next.13",
"@supabase/storage-js": "^1.8.0-next.3",
"@supabase/storage-js": "^1.8.0-next.4",
"cross-fetch": "^3.1.5"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion src/SupabaseClient.ts
Expand Up @@ -6,7 +6,7 @@ import {
PostgrestQueryBuilder,
} from '@supabase/postgrest-js'
import { RealtimeChannel, RealtimeClient, RealtimeClientOptions } from '@supabase/realtime-js'
import { SupabaseStorageClient } from '@supabase/storage-js'
import { StorageClient as SupabaseStorageClient } from '@supabase/storage-js'
import { DEFAULT_HEADERS } from './lib/constants'
import { fetchWithAuth } from './lib/fetch'
import { stripTrailingSlash } from './lib/helpers'
Expand Down

0 comments on commit ea510e0

Please sign in to comment.