@supabase/postgrest-js
Advanced tools
Comparing version 1.16.1 to 1.16.2
@@ -6,3 +6,4 @@ import PostgrestClient from './PostgrestClient'; | ||
import PostgrestBuilder from './PostgrestBuilder'; | ||
export { PostgrestClient, PostgrestQueryBuilder, PostgrestFilterBuilder, PostgrestTransformBuilder, PostgrestBuilder, }; | ||
import PostgrestError from './PostgrestError'; | ||
export { PostgrestClient, PostgrestQueryBuilder, PostgrestFilterBuilder, PostgrestTransformBuilder, PostgrestBuilder, PostgrestError, }; | ||
declare const _default: { | ||
@@ -14,5 +15,6 @@ PostgrestClient: typeof PostgrestClient; | ||
PostgrestBuilder: typeof PostgrestBuilder; | ||
PostgrestError: typeof PostgrestError; | ||
}; | ||
export default _default; | ||
export type { PostgrestResponse, PostgrestResponseFailure, PostgrestResponseSuccess, PostgrestSingleResponse, PostgrestMaybeSingleResponse, PostgrestError, } from './types'; | ||
export type { PostgrestResponse, PostgrestResponseFailure, PostgrestResponseSuccess, PostgrestSingleResponse, PostgrestMaybeSingleResponse, } from './types'; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -6,3 +6,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.PostgrestBuilder = exports.PostgrestTransformBuilder = exports.PostgrestFilterBuilder = exports.PostgrestQueryBuilder = exports.PostgrestClient = void 0; | ||
exports.PostgrestError = exports.PostgrestBuilder = exports.PostgrestTransformBuilder = exports.PostgrestFilterBuilder = exports.PostgrestQueryBuilder = exports.PostgrestClient = void 0; | ||
// Always update wrapper.mjs when updating this file. | ||
@@ -19,2 +19,4 @@ const PostgrestClient_1 = __importDefault(require("./PostgrestClient")); | ||
exports.PostgrestBuilder = PostgrestBuilder_1.default; | ||
const PostgrestError_1 = __importDefault(require("./PostgrestError")); | ||
exports.PostgrestError = PostgrestError_1.default; | ||
exports.default = { | ||
@@ -26,3 +28,4 @@ PostgrestClient: PostgrestClient_1.default, | ||
PostgrestBuilder: PostgrestBuilder_1.default, | ||
PostgrestError: PostgrestError_1.default, | ||
}; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@supabase/postgrest-js", | ||
"version": "1.16.1", | ||
"version": "1.16.2", | ||
"description": "Isomorphic PostgREST client", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -7,2 +7,3 @@ // Always update wrapper.mjs when updating this file. | ||
import PostgrestBuilder from './PostgrestBuilder' | ||
import PostgrestError from './PostgrestError' | ||
@@ -15,2 +16,3 @@ export { | ||
PostgrestBuilder, | ||
PostgrestError, | ||
} | ||
@@ -23,2 +25,3 @@ export default { | ||
PostgrestBuilder, | ||
PostgrestError, | ||
} | ||
@@ -31,3 +34,2 @@ export type { | ||
PostgrestMaybeSingleResponse, | ||
PostgrestError, | ||
} from './types' |
@@ -1,1 +0,1 @@ | ||
export const version = '1.16.1' | ||
export const version = '1.16.2' |
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
241772
4470