@youtyan/code-viewer 0.8.8 → 0.9.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@youtyan/code-viewer",
3
- "version": "0.8.8",
3
+ "version": "0.9.0",
4
4
  "description": "Local browser-based code and git diff viewer",
5
5
  "type": "module",
6
6
  "bin": {
@@ -41,7 +41,9 @@ browser's Database > Search tab, so the human can review the same workflow.
41
41
  the sidebar — it lists every SQLite file plus PostgreSQL / MySQL / Redis
42
42
  / Elasticsearch / S3 service that any nearby `docker-compose` exposes, as
43
43
  well as any local Supabase CLI (`supabase start`) project found via a
44
- `supabase/config.toml` (id form `supabase:<project_id>`).
44
+ `supabase/config.toml` (id form `supabase:<project_id>`) and any saved
45
+ connection added from the browser UI (id form `connection:<uuid>`,
46
+ including Cloudflare D1 and R2).
45
47
  Use the printed `id` as `--db` on every other command. Credentials and
46
48
  internal config are stripped server-side.
47
49