@supabase/supabase-js
Advanced tools
Comparing version 2.39.8 to 2.40.0
@@ -1,2 +0,2 @@ | ||
export declare const version = "2.39.8"; | ||
export declare const version = "2.40.0"; | ||
//# sourceMappingURL=version.d.ts.map |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.version = void 0; | ||
exports.version = '2.39.8'; | ||
exports.version = '2.40.0'; | ||
//# sourceMappingURL=version.js.map |
@@ -52,3 +52,2 @@ import { FunctionsClient } from '@supabase/functions-js'; | ||
from<ViewName extends string & keyof Schema['Views'], View extends Schema['Views'][ViewName]>(relation: ViewName): PostgrestQueryBuilder<Schema, View, ViewName>; | ||
from(relation: string): PostgrestQueryBuilder<Schema, any, any>; | ||
/** | ||
@@ -55,0 +54,0 @@ * Select a schema to query or perform an function (rpc) call. |
@@ -1,2 +0,2 @@ | ||
export declare const version = "2.39.8"; | ||
export declare const version = "2.40.0"; | ||
//# sourceMappingURL=version.d.ts.map |
@@ -1,2 +0,2 @@ | ||
export const version = '2.39.8'; | ||
export const version = '2.40.0'; | ||
//# sourceMappingURL=version.js.map |
@@ -52,3 +52,2 @@ import { FunctionsClient } from '@supabase/functions-js'; | ||
from<ViewName extends string & keyof Schema['Views'], View extends Schema['Views'][ViewName]>(relation: ViewName): PostgrestQueryBuilder<Schema, View, ViewName>; | ||
from(relation: string): PostgrestQueryBuilder<Schema, any, any>; | ||
/** | ||
@@ -55,0 +54,0 @@ * Select a schema to query or perform an function (rpc) call. |
{ | ||
"name": "@supabase/supabase-js", | ||
"version": "2.39.8", | ||
"version": "2.40.0", | ||
"description": "Isomorphic Javascript client for Supabase", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -1,1 +0,1 @@ | ||
export const version = '2.39.8' | ||
export const version = '2.40.0' |
@@ -140,3 +140,2 @@ import { FunctionsClient } from '@supabase/functions-js' | ||
): PostgrestQueryBuilder<Schema, View, ViewName> | ||
from(relation: string): PostgrestQueryBuilder<Schema, any, any> | ||
/** | ||
@@ -143,0 +142,0 @@ * Perform a query on a table or a view. |
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
218548
1767