@supabase/postgrest-js
Advanced tools
Comparing version 0.24.0 to 0.24.1
@@ -35,2 +35,3 @@ /** | ||
interface PostgrestSingleResponseSuccess<T> extends PostgrestResponseBase { | ||
error: null; | ||
data: T; | ||
@@ -37,0 +38,0 @@ body: T; |
@@ -35,2 +35,3 @@ /** | ||
interface PostgrestSingleResponseSuccess<T> extends PostgrestResponseBase { | ||
error: null; | ||
data: T; | ||
@@ -37,0 +38,0 @@ body: T; |
{ | ||
"name": "@supabase/postgrest-js", | ||
"version": "0.24.0", | ||
"version": "0.24.1", | ||
"description": "Isomorphic PostgREST client", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
130820
2173