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.
Files changed (2) hide show
  1. package/README.md +0 -6
  2. 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
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "supabase",
3
- "version": "2.64.1",
3
+ "version": "2.65.0",
4
4
  "description": "Supabase CLI",
5
5
  "repository": "supabase/cli",
6
6
  "homepage": "https://supabase.com/docs/reference/cli",