@supabase/gotrue-js
Advanced tools
Comparing version 2.51.0 to 2.52.0
@@ -56,2 +56,3 @@ import GoTrueAdminApi from './GoTrueAdminApi'; | ||
protected logDebugMessages: boolean; | ||
protected logger: (message: string, ...args: any[]) => void; | ||
/** | ||
@@ -58,0 +59,0 @@ * Create a new client for use in the browser. |
@@ -35,3 +35,3 @@ import { AuthError } from './errors'; | ||
flowType?: AuthFlowType; | ||
debug?: boolean; | ||
debug?: boolean | ((message: string, ...args: any[]) => void); | ||
/** | ||
@@ -38,0 +38,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.51.0"; | ||
export declare const version = "2.52.0"; | ||
//# sourceMappingURL=version.d.ts.map |
@@ -5,3 +5,3 @@ "use strict"; | ||
// Generated by genversion. | ||
exports.version = '2.51.0'; | ||
exports.version = '2.52.0'; | ||
//# sourceMappingURL=version.js.map |
@@ -56,2 +56,3 @@ import GoTrueAdminApi from './GoTrueAdminApi'; | ||
protected logDebugMessages: boolean; | ||
protected logger: (message: string, ...args: any[]) => void; | ||
/** | ||
@@ -58,0 +59,0 @@ * Create a new client for use in the browser. |
@@ -35,3 +35,3 @@ import { AuthError } from './errors'; | ||
flowType?: AuthFlowType; | ||
debug?: boolean; | ||
debug?: boolean | ((message: string, ...args: any[]) => void); | ||
/** | ||
@@ -38,0 +38,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.51.0"; | ||
export declare const version = "2.52.0"; | ||
//# sourceMappingURL=version.d.ts.map |
// Generated by genversion. | ||
export const version = '2.51.0'; | ||
export const version = '2.52.0'; | ||
//# sourceMappingURL=version.js.map |
{ | ||
"name": "@supabase/gotrue-js", | ||
"version": "2.51.0", | ||
"version": "2.52.0", | ||
"description": "Isomorphic GoTrue client", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -73,4 +73,4 @@ import { AuthError } from './errors' | ||
flowType?: AuthFlowType | ||
/* If debug messages are emitted. Can be used to inspect the behavior of the library. */ | ||
debug?: boolean | ||
/* If debug messages are emitted. Can be used to inspect the behavior of the library. If set to a function, the provided function will be used instead of `console.log()` to perform the logging. */ | ||
debug?: boolean | ((message: string, ...args: any[]) => void) | ||
/** | ||
@@ -77,0 +77,0 @@ * Provide your own locking mechanism based on the environment. By default no locking is done at this time. |
// Generated by genversion. | ||
export const version = '2.51.0' | ||
export const version = '2.52.0' |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
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
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
709490
12806