supabase 1.111.2 → 1.111.3

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 +13 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -132,6 +132,19 @@ For Bun users, you must add `supabase` as a [trusted dependency](https://bun.sh/
132
132
  This works on other non-standard Linux distros.
133
133
  </details>
134
134
 
135
+ <details>
136
+ <summary><b>Community Maintained Packages</b></summary>
137
+
138
+ Available via [pkgx](https://pkgx.sh/). Package script [here](https://github.com/pkgxdev/pantry/blob/main/projects/supabase.com/cli/package.yml).
139
+ To install in your working directory:
140
+
141
+ ```bash
142
+ pkgx install supabase
143
+ ```
144
+
145
+ Available via [Nixpkgs](https://nixos.org/). Package script [here](https://github.com/NixOS/nixpkgs/blob/master/pkgs/development/tools/supabase-cli/default.nix).
146
+ </details>
147
+
135
148
  ### Run the CLI
136
149
 
137
150
  ```bash
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "supabase",
3
- "version": "1.111.2",
3
+ "version": "1.111.3",
4
4
  "description": "Supabase CLI",
5
5
  "repository": "supabase/cli",
6
6
  "homepage": "https://supabase.com/docs/reference/cli",