@supabase/lite 0.0.1-next.1 → 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.1",
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",
@@ -120,6 +120,8 @@
120
120
  "cli": "LOCAL=1 bun src/cli/index.ts",
121
121
  "docs:generate": "bun run internal/extract.ts",
122
122
  "smoke:pack": "bun run internal/smoke-pack.ts",
123
+ "prepack": "bun run internal/package-readme.ts prepare",
124
+ "postpack": "bun run internal/package-readme.ts cleanup",
123
125
  "prepublishOnly": "npm whoami && bun run typecheck && bun run test && bun run build:all && bun run smoke:pack -- --no-build",
124
126
  "release:patch": "echo \"Use GitHub Actions > Release with version_specifier=patch.\" && exit 1",
125
127
  "release:minor": "echo \"Use GitHub Actions > Release with version_specifier=minor.\" && exit 1",