@supabase/supabase-js
Advanced tools
Comparing version 2.47.10 to 2.47.11
@@ -1,2 +0,2 @@ | ||
export declare const version = "2.47.10"; | ||
export declare const version = "2.47.11"; | ||
//# sourceMappingURL=version.d.ts.map |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.version = void 0; | ||
exports.version = '2.47.10'; | ||
exports.version = '2.47.11'; | ||
//# sourceMappingURL=version.js.map |
@@ -24,3 +24,3 @@ import { FunctionsClient } from '@supabase/functions-js'; | ||
protected functionsUrl: string; | ||
protected rest: PostgrestClient<Database, SchemaName>; | ||
protected rest: PostgrestClient<Database, SchemaName, Schema>; | ||
protected storageKey: string; | ||
@@ -27,0 +27,0 @@ protected fetch?: Fetch; |
@@ -1,2 +0,2 @@ | ||
export declare const version = "2.47.10"; | ||
export declare const version = "2.47.11"; | ||
//# sourceMappingURL=version.d.ts.map |
@@ -1,2 +0,2 @@ | ||
export const version = '2.47.10'; | ||
export const version = '2.47.11'; | ||
//# sourceMappingURL=version.js.map |
@@ -24,3 +24,3 @@ import { FunctionsClient } from '@supabase/functions-js'; | ||
protected functionsUrl: string; | ||
protected rest: PostgrestClient<Database, SchemaName>; | ||
protected rest: PostgrestClient<Database, SchemaName, Schema>; | ||
protected storageKey: string; | ||
@@ -27,0 +27,0 @@ protected fetch?: Fetch; |
{ | ||
"name": "@supabase/supabase-js", | ||
"version": "2.47.10", | ||
"version": "2.47.11", | ||
"description": "Isomorphic Javascript client for Supabase", | ||
@@ -46,3 +46,3 @@ "keywords": [ | ||
"@supabase/node-fetch": "2.6.15", | ||
"@supabase/postgrest-js": "1.17.7", | ||
"@supabase/postgrest-js": "1.17.9", | ||
"@supabase/realtime-js": "2.11.2", | ||
@@ -49,0 +49,0 @@ "@supabase/storage-js": "2.7.1" |
@@ -14,3 +14,2 @@ # `supabase-js` - Isomorphic JavaScript Client for Supabase. | ||
Then you're able to import the library and establish the connection with the database: | ||
@@ -17,0 +16,0 @@ |
@@ -1,1 +0,1 @@ | ||
export const version = '2.47.10' | ||
export const version = '2.47.11' |
@@ -50,3 +50,3 @@ import { FunctionsClient } from '@supabase/functions-js' | ||
protected functionsUrl: string | ||
protected rest: PostgrestClient<Database, SchemaName> | ||
protected rest: PostgrestClient<Database, SchemaName, Schema> | ||
protected storageKey: string | ||
@@ -53,0 +53,0 @@ protected fetch?: Fetch |
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
238021
95
+ Added@supabase/postgrest-js@1.17.9(transitive)
+ Added@types/node@22.10.5(transitive)
- Removed@supabase/postgrest-js@1.17.7(transitive)
- Removed@types/node@22.10.6(transitive)