@supabase/supabase-js
Advanced tools
Comparing version 2.34.0 to 2.35.0
@@ -42,3 +42,3 @@ import { GoTrueClient } from '@supabase/gotrue-js'; | ||
*/ | ||
debug?: boolean; | ||
debug?: SupabaseAuthClientOptions['debug']; | ||
/** | ||
@@ -45,0 +45,0 @@ * Provide your own locking mechanism based on the environment. By default no locking is done at this time. |
@@ -1,2 +0,2 @@ | ||
export declare const version = "2.34.0"; | ||
export declare const version = "2.35.0"; | ||
//# sourceMappingURL=version.d.ts.map |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.version = void 0; | ||
exports.version = '2.34.0'; | ||
exports.version = '2.35.0'; | ||
//# sourceMappingURL=version.js.map |
@@ -42,3 +42,3 @@ import { GoTrueClient } from '@supabase/gotrue-js'; | ||
*/ | ||
debug?: boolean; | ||
debug?: SupabaseAuthClientOptions['debug']; | ||
/** | ||
@@ -45,0 +45,0 @@ * Provide your own locking mechanism based on the environment. By default no locking is done at this time. |
@@ -1,2 +0,2 @@ | ||
export declare const version = "2.34.0"; | ||
export declare const version = "2.35.0"; | ||
//# sourceMappingURL=version.d.ts.map |
@@ -1,2 +0,2 @@ | ||
export const version = '2.34.0'; | ||
export const version = '2.35.0'; | ||
//# sourceMappingURL=version.js.map |
{ | ||
"name": "@supabase/supabase-js", | ||
"version": "2.34.0", | ||
"version": "2.35.0", | ||
"description": "Isomorphic Javascript client for Supabase", | ||
@@ -41,3 +41,3 @@ "keywords": [ | ||
"@supabase/functions-js": "^2.1.5", | ||
"@supabase/gotrue-js": "^2.51.0", | ||
"@supabase/gotrue-js": "^2.53.0", | ||
"@supabase/node-fetch": "^2.6.14", | ||
@@ -44,0 +44,0 @@ "@supabase/postgrest-js": "^1.8.4", |
@@ -46,3 +46,3 @@ import { GoTrueClient } from '@supabase/gotrue-js' | ||
*/ | ||
debug?: boolean | ||
debug?: SupabaseAuthClientOptions['debug'] | ||
/** | ||
@@ -49,0 +49,0 @@ * Provide your own locking mechanism based on the environment. By default no locking is done at this time. |
@@ -1,1 +0,1 @@ | ||
export const version = '2.34.0' | ||
export const version = '2.35.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 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
209972
Updated@supabase/gotrue-js@^2.53.0