@supabase/lite 0.9.1-next.1 → 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.
Files changed (50) hide show
  1. package/FEATURES.md +6 -6
  2. package/LIMITATIONS.md +8 -6
  3. package/PATTERNS.md +66 -6
  4. package/README.md +15 -8
  5. package/STATUS.md +26 -19
  6. package/dist/{Connection-ZWTDByQ5.d.ts → Connection-f_d5HhQ0.d.ts} +301 -293
  7. package/dist/cli/index.js +127 -124
  8. package/dist/cli/lib.d.ts +1 -12
  9. package/dist/cli/lib.js +44 -39
  10. package/dist/db/fallback.d.ts +1 -1
  11. package/dist/db/postgres/PostgresConnection.js +18 -18
  12. package/dist/db/postgres/pglite/PgliteConnection.js +4 -4
  13. package/dist/index.d.ts +90 -38
  14. package/dist/index.js +181 -73
  15. package/dist/static/.vite/manifest.json +34 -2
  16. package/dist/static/assets/InterVariable-Dx4kXJAl.woff2 +0 -0
  17. package/dist/static/assets/InterVariable-Italic-DpCbqKDY.woff2 +0 -0
  18. package/dist/static/assets/SourceCodePro-Variable-BP8Zz55n.woff2 +0 -0
  19. package/dist/static/assets/SourceCodePro-Variable-Italic-eALmlzX7.woff2 +0 -0
  20. package/dist/static/assets/main-BY4iigay.css +1 -0
  21. package/dist/static/assets/main-BnQ-v4V9.js +199 -0
  22. package/dist/static/assets/manrope-latin-ext-wght-normal-Ch3YOpNY.woff2 +0 -0
  23. package/dist/static/assets/manrope-latin-wght-normal-DHIcAJRg.woff2 +0 -0
  24. package/dist/vite/index.d.ts +601 -29
  25. package/dist/vite/index.js +2 -2
  26. package/docs/auth/overview.mdx +1 -1
  27. package/docs/auth/supported-flows.mdx +4 -4
  28. package/docs/compatibility.mdx +4 -4
  29. package/docs/database/migrations.mdx +2 -0
  30. package/docs/database/rls.mdx +7 -5
  31. package/docs/database/schemas.mdx +1 -1
  32. package/docs/integrations/embedded.mdx +20 -3
  33. package/docs/integrations/frameworks.mdx +1 -1
  34. package/docs/integrations/vite.mdx +4 -2
  35. package/docs/llms.txt +2 -2
  36. package/docs/quickstart.mdx +2 -2
  37. package/docs/running.mdx +20 -10
  38. package/docs/storage/limitations.mdx +2 -11
  39. package/docs/storage/overview.mdx +8 -2
  40. package/package.json +2 -1
  41. package/skills/supalite/SKILL.md +1 -1
  42. package/dist/static/assets/main-1bwWb_1q.js +0 -40996
  43. package/dist/static/assets/main-BDsRycsc.css +0 -4045
  44. package/dist/static/fonts/CustomFont-Black.woff2 +0 -0
  45. package/dist/static/fonts/CustomFont-BlackItalic.woff2 +0 -0
  46. package/dist/static/fonts/CustomFont-Bold.woff2 +0 -0
  47. package/dist/static/fonts/CustomFont-BoldItalic.woff2 +0 -0
  48. package/dist/static/fonts/CustomFont-Book.woff2 +0 -0
  49. package/dist/static/fonts/CustomFont-BookItalic.woff2 +0 -0
  50. package/dist/static/fonts/CustomFont-Medium.woff2 +0 -0
@@ -1,11 +1,43 @@
1
1
  {
2
+ "../packages/studio/upstream/apps/studio/fonts/inter/InterVariable-Italic.woff2": {
3
+ "file": "assets/InterVariable-Italic-DpCbqKDY.woff2",
4
+ "src": "../packages/studio/upstream/apps/studio/fonts/inter/InterVariable-Italic.woff2"
5
+ },
6
+ "../packages/studio/upstream/apps/studio/fonts/inter/InterVariable.woff2": {
7
+ "file": "assets/InterVariable-Dx4kXJAl.woff2",
8
+ "src": "../packages/studio/upstream/apps/studio/fonts/inter/InterVariable.woff2"
9
+ },
10
+ "../packages/studio/upstream/apps/studio/fonts/manrope/manrope-latin-ext-wght-normal.woff2": {
11
+ "file": "assets/manrope-latin-ext-wght-normal-Ch3YOpNY.woff2",
12
+ "src": "../packages/studio/upstream/apps/studio/fonts/manrope/manrope-latin-ext-wght-normal.woff2"
13
+ },
14
+ "../packages/studio/upstream/apps/studio/fonts/manrope/manrope-latin-wght-normal.woff2": {
15
+ "file": "assets/manrope-latin-wght-normal-DHIcAJRg.woff2",
16
+ "src": "../packages/studio/upstream/apps/studio/fonts/manrope/manrope-latin-wght-normal.woff2"
17
+ },
18
+ "../packages/studio/upstream/apps/studio/fonts/source-code-pro/SourceCodePro-Variable-Italic.woff2": {
19
+ "file": "assets/SourceCodePro-Variable-Italic-eALmlzX7.woff2",
20
+ "src": "../packages/studio/upstream/apps/studio/fonts/source-code-pro/SourceCodePro-Variable-Italic.woff2"
21
+ },
22
+ "../packages/studio/upstream/apps/studio/fonts/source-code-pro/SourceCodePro-Variable.woff2": {
23
+ "file": "assets/SourceCodePro-Variable-BP8Zz55n.woff2",
24
+ "src": "../packages/studio/upstream/apps/studio/fonts/source-code-pro/SourceCodePro-Variable.woff2"
25
+ },
2
26
  "dev/vite/main.tsx": {
3
- "file": "assets/main-1bwWb_1q.js",
27
+ "file": "assets/main-BnQ-v4V9.js",
4
28
  "name": "main",
5
29
  "src": "dev/vite/main.tsx",
6
30
  "isEntry": true,
7
31
  "css": [
8
- "assets/main-BDsRycsc.css"
32
+ "assets/main-BY4iigay.css"
33
+ ],
34
+ "assets": [
35
+ "assets/InterVariable-Dx4kXJAl.woff2",
36
+ "assets/InterVariable-Italic-DpCbqKDY.woff2",
37
+ "assets/manrope-latin-wght-normal-DHIcAJRg.woff2",
38
+ "assets/manrope-latin-ext-wght-normal-Ch3YOpNY.woff2",
39
+ "assets/SourceCodePro-Variable-BP8Zz55n.woff2",
40
+ "assets/SourceCodePro-Variable-Italic-eALmlzX7.woff2"
9
41
  ]
10
42
  }
11
43
  }