supabase 1.165.4 → 1.166.1
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 +6 -0
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -28,6 +28,12 @@ To install the beta release channel:
|
|
|
28
28
|
npm i supabase@beta --save-dev
|
|
29
29
|
```
|
|
30
30
|
|
|
31
|
+
When installing with yarn 4, you need to disable experimental fetch with the following nodejs config.
|
|
32
|
+
|
|
33
|
+
```
|
|
34
|
+
NODE_OPTIONS=--no-experimental-fetch yarn add supabase
|
|
35
|
+
```
|
|
36
|
+
|
|
31
37
|
> **Note**
|
|
32
38
|
For Bun versions below v1.0.17, you must add `supabase` as a [trusted dependency](https://bun.sh/guides/install/trusted) before running `bun add -D supabase`.
|
|
33
39
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "supabase",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.166.1",
|
|
4
4
|
"description": "Supabase CLI",
|
|
5
5
|
"repository": "supabase/cli",
|
|
6
6
|
"homepage": "https://supabase.com/docs/reference/cli",
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"bin-links": "^4.0.3",
|
|
25
25
|
"https-proxy-agent": "^7.0.2",
|
|
26
26
|
"node-fetch": "^3.3.2",
|
|
27
|
-
"tar": "7.0
|
|
27
|
+
"tar": "7.1.0"
|
|
28
28
|
},
|
|
29
29
|
"release": {
|
|
30
30
|
"branches": [
|