@hmduc16031996/claude-mb-bridge 1.1.0 → 1.1.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.
- package/dist/config.js +2 -2
- package/dist/index.d.ts +1 -0
- package/dist/index.js +1 -0
- package/package.json +2 -2
package/dist/config.js
CHANGED
|
@@ -35,8 +35,8 @@ export function saveConfig(updates) {
|
|
|
35
35
|
*/
|
|
36
36
|
export function getConfig(options) {
|
|
37
37
|
const saved = loadSavedConfig();
|
|
38
|
-
const supabaseUrl = process.env.SUPABASE_URL || 'https://
|
|
39
|
-
const supabaseAnonKey = process.env.SUPABASE_ANON_KEY || '
|
|
38
|
+
const supabaseUrl = process.env.SUPABASE_URL || 'https://ioudtjpdsqgfdwjaqwlh.supabase.co';
|
|
39
|
+
const supabaseAnonKey = process.env.SUPABASE_ANON_KEY || 'sb_publishable_bFIXT3PRf5iik77pmOu_OQ_2-mObqDj';
|
|
40
40
|
return {
|
|
41
41
|
supabaseUrl,
|
|
42
42
|
supabaseAnonKey,
|
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hmduc16031996/claude-mb-bridge",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.2",
|
|
4
4
|
"description": "Bridge between Claude Code CLI and your mobile app via Supabase",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -38,4 +38,4 @@
|
|
|
38
38
|
"supabase"
|
|
39
39
|
],
|
|
40
40
|
"license": "MIT"
|
|
41
|
-
}
|
|
41
|
+
}
|