phewsh 0.12.3 → 0.12.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.
- package/lib/supabase.js +1 -1
- package/package.json +1 -1
package/lib/supabase.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// Supabase REST client for the CLI — no SDK, just fetch (Node 18+ built-in)
|
|
2
2
|
|
|
3
3
|
const SUPABASE_URL = 'https://fpnpfnahwaztdlxuayyv.supabase.co';
|
|
4
|
-
const SUPABASE_ANON_KEY = '
|
|
4
|
+
const SUPABASE_ANON_KEY = 'sb_publishable_sL3R5aB43Yo5Ct0NQwB4fg_je9ccSHY';
|
|
5
5
|
|
|
6
6
|
async function req(path, options = {}, accessToken = null) {
|
|
7
7
|
const headers = {
|