supabase 1.26.6 → 1.26.7

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 +1 -19
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -49,25 +49,7 @@ brew upgrade supabase
49
49
 
50
50
  #### Windows
51
51
 
52
- Available via [Scoop](https://scoop.sh) and [Chocolatey](https://chocolatey.org).
53
-
54
- ##### via Chocolatey
55
-
56
- To install:
57
-
58
- ```powershell
59
- choco install supabase
60
- ```
61
-
62
- To upgrade:
63
-
64
- ```powershell
65
- choco upgrade supabase
66
- ```
67
-
68
- ##### via Scoop
69
-
70
- To install:
52
+ Available via [Scoop](https://scoop.sh). To install:
71
53
 
72
54
  ```powershell
73
55
  scoop bucket add supabase https://github.com/supabase/scoop-bucket.git
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "supabase",
3
- "version": "1.26.6",
3
+ "version": "1.26.7",
4
4
  "description": "Supabase CLI",
5
5
  "repository": "supabase/cli",
6
6
  "homepage": "https://supabase.com/docs/reference/cli",