@supabase/postgrest-js
Advanced tools
Comparing version 0.37.0 to 0.37.1
@@ -60,3 +60,3 @@ export declare type Fetch = typeof fetch; | ||
*/ | ||
throwOnError(throwOnError?: boolean): PostgrestBuilder<T>; | ||
throwOnError(throwOnError?: boolean): this; | ||
then<TResult1 = PostgrestResponse<T>, TResult2 = never>(onfulfilled?: ((value: PostgrestResponse<T>) => TResult1 | PromiseLike<TResult1>) | undefined | null, onrejected?: ((reason: any) => TResult2 | PromiseLike<TResult2>) | undefined | null): PromiseLike<TResult1 | TResult2>; | ||
@@ -63,0 +63,0 @@ } |
@@ -1,2 +0,2 @@ | ||
export declare const version = "0.37.0"; | ||
export declare const version = "0.37.1"; | ||
//# sourceMappingURL=version.d.ts.map |
@@ -5,3 +5,3 @@ "use strict"; | ||
// generated by genversion | ||
exports.version = '0.37.0'; | ||
exports.version = '0.37.1'; | ||
//# sourceMappingURL=version.js.map |
@@ -60,3 +60,3 @@ export declare type Fetch = typeof fetch; | ||
*/ | ||
throwOnError(throwOnError?: boolean): PostgrestBuilder<T>; | ||
throwOnError(throwOnError?: boolean): this; | ||
then<TResult1 = PostgrestResponse<T>, TResult2 = never>(onfulfilled?: ((value: PostgrestResponse<T>) => TResult1 | PromiseLike<TResult1>) | undefined | null, onrejected?: ((reason: any) => TResult2 | PromiseLike<TResult2>) | undefined | null): PromiseLike<TResult1 | TResult2>; | ||
@@ -63,0 +63,0 @@ } |
@@ -1,2 +0,2 @@ | ||
export declare const version = "0.37.0"; | ||
export declare const version = "0.37.1"; | ||
//# sourceMappingURL=version.d.ts.map |
// generated by genversion | ||
export const version = '0.37.0'; | ||
export const version = '0.37.1'; | ||
//# sourceMappingURL=version.js.map |
{ | ||
"name": "@supabase/postgrest-js", | ||
"version": "0.37.0", | ||
"version": "0.37.1", | ||
"description": "Isomorphic PostgREST client", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -83,3 +83,3 @@ import crossFetch from 'cross-fetch' | ||
*/ | ||
throwOnError(throwOnError?: boolean): PostgrestBuilder<T> { | ||
throwOnError(throwOnError?: boolean): this { | ||
if (throwOnError === null || throwOnError === undefined) { | ||
@@ -86,0 +86,0 @@ throwOnError = true |
// generated by genversion | ||
export const version = '0.37.0' | ||
export const version = '0.37.1' |
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
215609