lumbung-cli 1.0.0 → 1.0.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/package.json +1 -1
  2. package/src/lib/api.js +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lumbung-cli",
3
- "version": "1.0.0",
3
+ "version": "1.0.2",
4
4
  "description": "CLI tool for Lumbung Kode - Gudang Snippet Kode Modern",
5
5
  "type": "module",
6
6
  "main": "src/index.js",
package/src/lib/api.js CHANGED
@@ -6,7 +6,7 @@ import { createClient } from '@supabase/supabase-js'
6
6
  import { getConfig } from './config.js'
7
7
 
8
8
  // Supabase credentials (same as web app)
9
- const SUPABASE_URL = 'https://pjzfmcsypilbhmzcxlbt.supabase.co'
9
+ const SUPABASE_URL = 'https://xwaxnszxtgelllkstrcd.supabase.co'
10
10
  const SUPABASE_ANON_KEY = 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJzdXBhYmFzZSIsInJlZiI6InBqemZtY3N5cGlsYmhtemN4bGJ0Iiwicm9sZSI6ImFub24iLCJpYXQiOjE3MzQwNTI0NjksImV4cCI6MjA0OTYyODQ2OX0.nE-Oi9xYm6NlI6R4MokXJcG75Wf4P_lEIaEiQzpPfGk'
11
11
 
12
12
  // Create Supabase client