@supabase/lite 0.2.0 → 0.2.1-next.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.
package/package.json CHANGED
@@ -1,13 +1,8 @@
1
1
  {
2
2
  "name": "@supabase/lite",
3
- "version": "0.2.0",
3
+ "version": "0.2.1-next.1",
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
- "repository": {
7
- "type": "git",
8
- "url": "https://github.com/supabase-community/lite.git",
9
- "directory": "app"
10
- },
11
6
  "bin": {
12
7
  "lite": "./dist/cli/index.js"
13
8
  },
@@ -69,6 +64,8 @@
69
64
  "files": [
70
65
  "dist",
71
66
  "README.md",
67
+ "STATUS.md",
68
+ "UPGRADE.md",
72
69
  "!dist/*.tsbuildinfo",
73
70
  "!dist/*.map",
74
71
  "!dist/**/*.map",
@@ -140,7 +137,8 @@
140
137
  "kysely": "^0.28.11",
141
138
  "kysely-generic-sqlite": "^1.2.1",
142
139
  "kysely-postgres-js": "^3.0.0",
143
- "pgsql-parser": "latest",
140
+ "pgsql-parser": "17.9.15",
141
+ "pgsql-deparser": "17.18.3",
144
142
  "bcryptjs": "^3.0.3",
145
143
  "uuid": "^13.0.0"
146
144
  },
@@ -183,7 +181,6 @@
183
181
  "jsonv-ts": "^0.10.1",
184
182
  "open": "^11.0.0",
185
183
  "pgserve": "^1.1.6",
186
- "pgsql-deparser": "latest",
187
184
  "picocolors": "^1.1.1",
188
185
  "react": "^19.2.0",
189
186
  "react-dom": "^19.2.0",