@supabase/lite 0.7.1-next.7 → 0.7.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.
Files changed (1) hide show
  1. package/package.json +2 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@supabase/lite",
3
- "version": "0.7.1-next.7",
3
+ "version": "0.7.1",
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",
@@ -128,11 +128,7 @@
128
128
  "smoke:pack": "bun run internal/smoke-pack.ts",
129
129
  "prepack": "bun run internal/package-readme.ts prepare",
130
130
  "postpack": "bun run internal/package-readme.ts cleanup",
131
- "prepublishOnly": "npm whoami && bun run typecheck && bun run test && bun run build:all && bun run smoke:pack -- --no-build",
132
- "release:patch": "echo \"Use GitHub Actions > Release with version_specifier=patch.\" && exit 1",
133
- "release:minor": "echo \"Use GitHub Actions > Release with version_specifier=minor.\" && exit 1",
134
- "release:next": "echo \"Use GitHub Actions > Release Next from develop.\" && exit 1",
135
- "release:canary": "echo \"PR previews publish through GitHub Actions > Preview Package using pkg.pr.new.\" && exit 1"
131
+ "prepublishOnly": "npm whoami && bun run typecheck && bun run test && bun run build:all && bun run smoke:pack -- --no-build"
136
132
  },
137
133
  "dependencies": {
138
134
  "commander": "^14.0.3",