@supabase/postgrest-js
Advanced tools
Comparing version 0.31.2 to 0.32.0
import PostgrestClient from './PostgrestClient'; | ||
import PostgrestFilterBuilder from './lib/PostgrestFilterBuilder'; | ||
import PostgrestQueryBuilder from './lib/PostgrestQueryBuilder'; | ||
import { PostgrestBuilder } from './lib/types'; | ||
export { PostgrestClient, PostgrestFilterBuilder, PostgrestQueryBuilder, PostgrestBuilder }; | ||
import { PostgrestBuilder, PostgrestResponse, PostgrestSingleResponse, PostgrestMaybeSingleResponse, PostgrestError } from './lib/types'; | ||
export { PostgrestClient, PostgrestBuilder, PostgrestQueryBuilder, PostgrestFilterBuilder, PostgrestResponse, PostgrestSingleResponse, PostgrestMaybeSingleResponse, PostgrestError, }; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -6,3 +6,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.PostgrestBuilder = exports.PostgrestQueryBuilder = exports.PostgrestFilterBuilder = exports.PostgrestClient = void 0; | ||
exports.PostgrestFilterBuilder = exports.PostgrestQueryBuilder = exports.PostgrestBuilder = exports.PostgrestClient = void 0; | ||
const PostgrestClient_1 = __importDefault(require("./PostgrestClient")); | ||
@@ -9,0 +9,0 @@ exports.PostgrestClient = PostgrestClient_1.default; |
@@ -6,3 +6,3 @@ /** | ||
*/ | ||
declare type PostgrestError = { | ||
export declare type PostgrestError = { | ||
message: string; | ||
@@ -9,0 +9,0 @@ details: string; |
import PostgrestClient from './PostgrestClient'; | ||
import PostgrestFilterBuilder from './lib/PostgrestFilterBuilder'; | ||
import PostgrestQueryBuilder from './lib/PostgrestQueryBuilder'; | ||
import { PostgrestBuilder } from './lib/types'; | ||
export { PostgrestClient, PostgrestFilterBuilder, PostgrestQueryBuilder, PostgrestBuilder }; | ||
import { PostgrestBuilder, PostgrestResponse, PostgrestSingleResponse, PostgrestMaybeSingleResponse, PostgrestError } from './lib/types'; | ||
export { PostgrestClient, PostgrestBuilder, PostgrestQueryBuilder, PostgrestFilterBuilder, PostgrestResponse, PostgrestSingleResponse, PostgrestMaybeSingleResponse, PostgrestError, }; | ||
//# sourceMappingURL=index.d.ts.map |
import PostgrestClient from './PostgrestClient'; | ||
import PostgrestFilterBuilder from './lib/PostgrestFilterBuilder'; | ||
import PostgrestQueryBuilder from './lib/PostgrestQueryBuilder'; | ||
import { PostgrestBuilder } from './lib/types'; | ||
export { PostgrestClient, PostgrestFilterBuilder, PostgrestQueryBuilder, PostgrestBuilder }; | ||
import { PostgrestBuilder, } from './lib/types'; | ||
export { PostgrestClient, PostgrestBuilder, PostgrestQueryBuilder, PostgrestFilterBuilder, }; | ||
//# sourceMappingURL=index.js.map |
@@ -6,3 +6,3 @@ /** | ||
*/ | ||
declare type PostgrestError = { | ||
export declare type PostgrestError = { | ||
message: string; | ||
@@ -9,0 +9,0 @@ details: string; |
{ | ||
"name": "@supabase/postgrest-js", | ||
"version": "0.31.2", | ||
"version": "0.32.0", | ||
"description": "Isomorphic PostgREST client", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
import PostgrestClient from './PostgrestClient' | ||
import PostgrestFilterBuilder from './lib/PostgrestFilterBuilder' | ||
import PostgrestQueryBuilder from './lib/PostgrestQueryBuilder' | ||
import { PostgrestBuilder } from './lib/types' | ||
import { | ||
PostgrestBuilder, | ||
PostgrestResponse, | ||
PostgrestSingleResponse, | ||
PostgrestMaybeSingleResponse, | ||
PostgrestError, | ||
} from './lib/types' | ||
export { PostgrestClient, PostgrestFilterBuilder, PostgrestQueryBuilder, PostgrestBuilder } | ||
export { | ||
PostgrestClient, | ||
PostgrestBuilder, | ||
PostgrestQueryBuilder, | ||
PostgrestFilterBuilder, | ||
PostgrestResponse, | ||
PostgrestSingleResponse, | ||
PostgrestMaybeSingleResponse, | ||
PostgrestError, | ||
} |
@@ -8,3 +8,3 @@ import fetch from 'cross-fetch' | ||
*/ | ||
type PostgrestError = { | ||
export type PostgrestError = { | ||
message: string | ||
@@ -11,0 +11,0 @@ details: string |
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
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
194104
3605