@supabase/lite 0.3.0 → 0.3.1-next.1

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.
@@ -2847,6 +2847,7 @@ declare function createServer(app: App, options?: ServerOptions): hono_hono_base
2847
2847
  schema: string;
2848
2848
  ref_schema?: string | undefined;
2849
2849
  foreign_key_name: string;
2850
+ foreign_key_group?: string | undefined;
2850
2851
  fk_def: string;
2851
2852
  is_visible?: boolean | undefined;
2852
2853
  }[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@supabase/lite",
3
- "version": "0.3.0",
3
+ "version": "0.3.1-next.1",
4
4
  "description": "Lightweight TypeScript-native Supabase implementation on SQLite (alpha). PostgREST + GoTrue compatible — use @supabase/supabase-js as-is.",
5
5
  "type": "module",
6
6
  "bin": {