@supabase/postgrest-js
Advanced tools
Comparing version 1.17.6 to 1.17.7
@@ -18,2 +18,3 @@ import PostgrestClient from './PostgrestClient'; | ||
export type { PostgrestResponse, PostgrestResponseFailure, PostgrestResponseSuccess, PostgrestSingleResponse, PostgrestMaybeSingleResponse, } from './types'; | ||
export type { GetResult as UnstableGetResult } from './select-query-parser/result'; | ||
//# sourceMappingURL=index.d.ts.map |
{ | ||
"name": "@supabase/postgrest-js", | ||
"version": "1.17.6", | ||
"version": "1.17.7", | ||
"description": "Isomorphic PostgREST client", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -32,1 +32,4 @@ // Always update wrapper.mjs when updating this file. | ||
} from './types' | ||
// https://github.com/supabase/postgrest-js/issues/551 | ||
// To be replaced with a helper type that only uses public types | ||
export type { GetResult as UnstableGetResult } from './select-query-parser/result' |
@@ -1,1 +0,1 @@ | ||
export const version = '1.17.6' | ||
export const version = '1.17.7' |
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
324926
5629