supabase 1.104.0 → 1.104.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -31,6 +31,9 @@ To install the beta release channel:
|
|
|
31
31
|
npm i supabase@beta --save-dev
|
|
32
32
|
```
|
|
33
33
|
|
|
34
|
+
> **Note**
|
|
35
|
+
For Bun users, you must add `supabase` as a [trusted dependency](https://bun.sh/guides/install/trusted) before running `bun add -D supabase`.
|
|
36
|
+
|
|
34
37
|
<details>
|
|
35
38
|
<summary><b>macOS</b></summary>
|
|
36
39
|
|