supabase 1.68.2 → 1.68.4

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.
Files changed (2) hide show
  1. package/README.md +7 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -40,6 +40,13 @@ npm i supabase@beta --save-dev
40
40
  brew install supabase/tap/supabase
41
41
  ```
42
42
 
43
+ To install the beta release channel:
44
+
45
+ ```sh
46
+ brew install supabase/tap/supabase-beta
47
+ brew link --overwrite supabase-beta
48
+ ```
49
+
43
50
  To upgrade:
44
51
 
45
52
  ```sh
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "supabase",
3
- "version": "1.68.2",
3
+ "version": "1.68.4",
4
4
  "description": "Supabase CLI",
5
5
  "repository": "supabase/cli",
6
6
  "homepage": "https://supabase.com/docs/reference/cli",