supabase 1.207.0 → 1.207.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -130,7 +130,7 @@ For Bun versions below v1.0.17, you must add `supabase` as a [trusted dependency
130
130
  Add a symlink to the binary in `$PATH` for easier access:
131
131
 
132
132
  ```sh
133
- ln -s "$(go env GOPATH)/cli" /usr/bin/supabase
133
+ ln -s "$(go env GOPATH)/bin/cli" /usr/bin/supabase
134
134
  ```
135
135
 
136
136
  This works on other non-standard Linux distros.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "supabase",
3
- "version": "1.207.0",
3
+ "version": "1.207.2",
4
4
  "description": "Supabase CLI",
5
5
  "repository": "supabase/cli",
6
6
  "homepage": "https://supabase.com/docs/reference/cli",