supabase / postgres-meta

A RESTful API for managing your Postgres. Fetch tables, add roles, and run queries
https://supabase.com
Apache License 2.0
856 stars 112 forks source link

fix(typegen): typescript: deprecate `Json` type in favour of `unknown` #750

Open isaacharrisholt opened 3 months ago

isaacharrisholt commented 3 months ago

What kind of change does this PR introduce?

Bug fix

What is the current behavior?

676

What is the new behavior?

Json has been marked as deprecated and is now just equivalent to unknown.

FIxes #676