@supabase/supabase-js
Advanced tools
Comparing version 2.42.0 to 2.42.1
@@ -1,2 +0,2 @@ | ||
export declare const version = "2.42.0"; | ||
export declare const version = "2.42.1"; | ||
//# sourceMappingURL=version.d.ts.map |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.version = void 0; | ||
exports.version = '2.42.0'; | ||
exports.version = '2.42.1'; | ||
//# sourceMappingURL=version.js.map |
@@ -68,2 +68,4 @@ import { FunctionsClient } from '@supabase/functions-js'; | ||
* Useful if you only need the count. | ||
* @param options.get - When set to `true`, the function will be called with | ||
* read-only access mode. | ||
* @param options.count - Count algorithm to use to count rows returned by the | ||
@@ -84,2 +86,3 @@ * function. Only applicable for [set-returning | ||
head?: boolean; | ||
get?: boolean; | ||
count?: 'exact' | 'planned' | 'estimated'; | ||
@@ -86,0 +89,0 @@ }): PostgrestFilterBuilder<Schema, Fn['Returns'] extends any[] ? Fn['Returns'][number] extends Record<string, unknown> ? Fn['Returns'][number] : never : never, Fn['Returns']>; |
@@ -115,2 +115,4 @@ "use strict"; | ||
* Useful if you only need the count. | ||
* @param options.get - When set to `true`, the function will be called with | ||
* read-only access mode. | ||
* @param options.count - Count algorithm to use to count rows returned by the | ||
@@ -117,0 +119,0 @@ * function. Only applicable for [set-returning |
@@ -1,2 +0,2 @@ | ||
export declare const version = "2.42.0"; | ||
export declare const version = "2.42.1"; | ||
//# sourceMappingURL=version.d.ts.map |
@@ -1,2 +0,2 @@ | ||
export const version = '2.42.0'; | ||
export const version = '2.42.1'; | ||
//# sourceMappingURL=version.js.map |
@@ -68,2 +68,4 @@ import { FunctionsClient } from '@supabase/functions-js'; | ||
* Useful if you only need the count. | ||
* @param options.get - When set to `true`, the function will be called with | ||
* read-only access mode. | ||
* @param options.count - Count algorithm to use to count rows returned by the | ||
@@ -84,2 +86,3 @@ * function. Only applicable for [set-returning | ||
head?: boolean; | ||
get?: boolean; | ||
count?: 'exact' | 'planned' | 'estimated'; | ||
@@ -86,0 +89,0 @@ }): PostgrestFilterBuilder<Schema, Fn['Returns'] extends any[] ? Fn['Returns'][number] extends Record<string, unknown> ? Fn['Returns'][number] : never : never, Fn['Returns']>; |
@@ -113,2 +113,4 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) { | ||
* Useful if you only need the count. | ||
* @param options.get - When set to `true`, the function will be called with | ||
* read-only access mode. | ||
* @param options.count - Count algorithm to use to count rows returned by the | ||
@@ -115,0 +117,0 @@ * function. Only applicable for [set-returning |
{ | ||
"name": "@supabase/supabase-js", | ||
"version": "2.42.0", | ||
"version": "2.42.1", | ||
"description": "Isomorphic Javascript client for Supabase", | ||
@@ -46,3 +46,3 @@ "keywords": [ | ||
"@supabase/node-fetch": "2.6.15", | ||
"@supabase/postgrest-js": "1.15.0", | ||
"@supabase/postgrest-js": "1.15.1", | ||
"@supabase/realtime-js": "2.9.3", | ||
@@ -49,0 +49,0 @@ "@supabase/storage-js": "2.5.5" |
@@ -1,1 +0,1 @@ | ||
export const version = '2.42.0' | ||
export const version = '2.42.1' |
@@ -176,2 +176,4 @@ import { FunctionsClient } from '@supabase/functions-js' | ||
* Useful if you only need the count. | ||
* @param options.get - When set to `true`, the function will be called with | ||
* read-only access mode. | ||
* @param options.count - Count algorithm to use to count rows returned by the | ||
@@ -195,2 +197,3 @@ * function. Only applicable for [set-returning | ||
head?: boolean | ||
get?: boolean | ||
count?: 'exact' | 'planned' | 'estimated' | ||
@@ -197,0 +200,0 @@ } = {} |
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 too big to display
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
222578
1783
+ Added@supabase/postgrest-js@1.15.1(transitive)
- Removed@supabase/postgrest-js@1.15.0(transitive)