@supabase/lite 0.0.1-next.2 → 0.0.1-next.3

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@supabase/lite",
3
- "version": "0.0.1-next.2",
3
+ "version": "0.0.1-next.3",
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
  "repository": {
@@ -111,7 +111,7 @@
111
111
  "dev": "vite",
112
112
  "typecheck": "tsc --project tsconfig.check.json",
113
113
  "build": "bun run build.ts",
114
- "build:all": "bun run build:static && bun run build.ts --types",
114
+ "build:all": "bun run build:static && bun run build.ts --types --minify",
115
115
  "build:static": "vite build",
116
116
  "watch:static": "vite build --watch",
117
117
  "dev:bun": "bun run --hot dev/bun/bun.dev.ts",