@supabase/postgrest-js
Advanced tools
Comparing version 0.24.4 to 0.24.5
@@ -6,3 +6,3 @@ /** | ||
*/ | ||
interface PostgrestError { | ||
declare type PostgrestError = { | ||
message: string; | ||
@@ -12,3 +12,3 @@ details: string; | ||
code: string; | ||
} | ||
}; | ||
/** | ||
@@ -15,0 +15,0 @@ * Response format |
@@ -6,3 +6,3 @@ /** | ||
*/ | ||
interface PostgrestError { | ||
declare type PostgrestError = { | ||
message: string; | ||
@@ -12,3 +12,3 @@ details: string; | ||
code: string; | ||
} | ||
}; | ||
/** | ||
@@ -15,0 +15,0 @@ * Response format |
{ | ||
"name": "@supabase/postgrest-js", | ||
"version": "0.24.4", | ||
"version": "0.24.5", | ||
"description": "Isomorphic PostgREST client", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -29,3 +29,3 @@ # Postgrest JS | ||
- update(): https://supabase.io/docs/postgrest/client/update | ||
- delete(): https://supabase.io/docs/postgrest/client/update | ||
- delete(): https://supabase.io/docs/postgrest/client/delete | ||
@@ -32,0 +32,0 @@ ## License |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
134767