@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.
- package/STATUS.md +11 -24
- package/dist/{Connection-CSVCuMv-.d.ts → Connection-DF_xKWko.d.ts} +5 -1
- package/dist/cli/index.js +1 -1
- package/dist/cli/lib.js +5 -5
- package/dist/db/fallback.d.ts +1 -1
- package/dist/db/postgres/{BasePostgresConnection-Clykq58D.d.ts → BasePostgresConnection-NlNmZWv1.d.ts} +4 -0
- package/dist/db/postgres/PostgresConnection.d.ts +1 -1
- package/dist/db/postgres/PostgresConnection.js +16 -15
- package/dist/db/postgres/pglite/PgliteConnection.d.ts +1 -1
- package/dist/db/postgres/pglite/PgliteConnection.js +20 -19
- package/dist/index.d.ts +3 -3
- package/dist/index.js +42 -50
- package/dist/vite/index.d.ts +1 -0
- package/package.json +1 -1
package/dist/vite/index.d.ts
CHANGED
|
@@ -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.
|
|
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": {
|