supabase 2.64.1 → 2.65.0
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 +0 -6
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -23,12 +23,6 @@ Available via [NPM](https://www.npmjs.com) as dev dependency. To install:
|
|
|
23
23
|
npm i supabase --save-dev
|
|
24
24
|
```
|
|
25
25
|
|
|
26
|
-
To install the beta release channel:
|
|
27
|
-
|
|
28
|
-
```bash
|
|
29
|
-
npm i supabase@beta --save-dev
|
|
30
|
-
```
|
|
31
|
-
|
|
32
26
|
When installing with yarn 4, you need to disable experimental fetch with the following nodejs config.
|
|
33
27
|
|
|
34
28
|
```
|