storage-js
storage-js copied to clipboard
JS Client library to interact with Supabase Storage
# Bug report - [x ] I confirm this is a bug with Supabase, not with my own application. - [ x] I confirm I have searched the [Docs](https://docs.supabase.com), GitHub...
## What kind of change does this PR introduce? This builds upon https://github.com/supabase/supabase-js/pull/150 to allow `FetchParameters` to be passed to `uploadOrUpdate`. ## What is the current behavior? You cannot pass...
# Bug report ## Describe the bug 'info' function seems to always return object not found. ```json { "statusCode": "404", "error": "not_found", "message": "Object not found" } ``` ## To...
Bumps [webpack](https://github.com/webpack/webpack) from 5.76.0 to 5.94.0. Release notes Sourced from webpack's releases. v5.94.0 Bug Fixes Added runtime condition for harmony reexport checked Handle properly data/http/https protocols in source maps Make...