@supabase/postgrest-js
Advanced tools
Comparing version 0.19.1 to 0.20.0
@@ -41,3 +41,3 @@ /** | ||
onConflict?: string; | ||
}): PostgrestBuilder<T>; | ||
}): PostgrestFilterBuilder<T>; | ||
/** | ||
@@ -44,0 +44,0 @@ * Performs an UPDATE on the table. |
@@ -114,3 +114,3 @@ "use strict"; | ||
this.body = values; | ||
return this; | ||
return new PostgrestFilterBuilder(this); | ||
} | ||
@@ -117,0 +117,0 @@ /** |
@@ -41,3 +41,3 @@ /** | ||
onConflict?: string; | ||
}): PostgrestBuilder<T>; | ||
}): PostgrestFilterBuilder<T>; | ||
/** | ||
@@ -44,0 +44,0 @@ * Performs an UPDATE on the table. |
@@ -107,3 +107,3 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) { | ||
this.body = values; | ||
return this; | ||
return new PostgrestFilterBuilder(this); | ||
} | ||
@@ -110,0 +110,0 @@ /** |
{ | ||
"name": "@supabase/postgrest-js", | ||
"version": "0.19.1", | ||
"version": "0.20.0", | ||
"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
102190