@supabase/postgrest-js
Advanced tools
Comparing version 0.31.0 to 0.31.1
@@ -263,7 +263,5 @@ import PostgrestTransformBuilder from './PostgrestTransformBuilder'; | ||
*/ | ||
match(query: { | ||
[key: string]: string; | ||
}): this; | ||
match(query: Record<string, unknown>): this; | ||
} | ||
export {}; | ||
//# sourceMappingURL=PostgrestFilterBuilder.d.ts.map |
@@ -263,7 +263,5 @@ import PostgrestTransformBuilder from './PostgrestTransformBuilder'; | ||
*/ | ||
match(query: { | ||
[key: string]: string; | ||
}): this; | ||
match(query: Record<string, unknown>): this; | ||
} | ||
export {}; | ||
//# sourceMappingURL=PostgrestFilterBuilder.d.ts.map |
{ | ||
"name": "@supabase/postgrest-js", | ||
"version": "0.31.0", | ||
"version": "0.31.1", | ||
"description": "Isomorphic PostgREST client", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -441,3 +441,3 @@ import PostgrestTransformBuilder from './PostgrestTransformBuilder' | ||
*/ | ||
match(query: { [key: string]: string }) { | ||
match(query: Record<string, unknown>): this { | ||
Object.keys(query).forEach((key) => { | ||
@@ -444,0 +444,0 @@ this.url.searchParams.append(`${key}`, `eq.${query[key]}`) |
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
192456
3571