@supabase/lite 0.9.1-next.2 → 0.10.0
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/docs/llms.txt +1 -1
- package/package.json +1 -1
package/docs/llms.txt
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Supabase Lite docs
|
|
2
2
|
|
|
3
|
-
Bundled with @supabase/lite 0.
|
|
3
|
+
Bundled with @supabase/lite 0.10.0. Same content as https://docs.lite.dev, which tracks the latest release.
|
|
4
4
|
Files are MDX source (Astro Starlight). Site path -> file: `/` -> `index.mdx`, `/database/rls` -> `database/rls.mdx`.
|
|
5
5
|
|
|
6
6
|
## Start
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@supabase/lite",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.10.0",
|
|
4
4
|
"description": "Lightweight TypeScript-native Supabase implementation on SQLite (alpha). PostgREST + GoTrue compatible — use @supabase/supabase-js as-is.",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"type": "module",
|