@supabase/gotrue-js
Advanced tools
Comparing version 2.55.0 to 2.56.0
import { AuthError } from './errors'; | ||
import { Fetch } from './fetch'; | ||
/** One of the providers supported by GoTrue. */ | ||
export declare type Provider = 'apple' | 'azure' | 'bitbucket' | 'discord' | 'facebook' | 'figma' | 'github' | 'gitlab' | 'google' | 'kakao' | 'keycloak' | 'linkedin' | 'notion' | 'slack' | 'spotify' | 'twitch' | 'twitter' | 'workos' | 'zoom' | 'fly'; | ||
export declare type Provider = 'apple' | 'azure' | 'bitbucket' | 'discord' | 'facebook' | 'figma' | 'github' | 'gitlab' | 'google' | 'kakao' | 'keycloak' | 'linkedin' | 'linkedin_oidc' | 'notion' | 'slack' | 'spotify' | 'twitch' | 'twitter' | 'workos' | 'zoom' | 'fly'; | ||
export declare type AuthChangeEventMFA = 'MFA_CHALLENGE_VERIFIED'; | ||
@@ -6,0 +6,0 @@ export declare type AuthChangeEvent = 'INITIAL_SESSION' | 'PASSWORD_RECOVERY' | 'SIGNED_IN' | 'SIGNED_OUT' | 'TOKEN_REFRESHED' | 'USER_UPDATED' | AuthChangeEventMFA; |
@@ -1,2 +0,2 @@ | ||
export declare const version = "2.55.0"; | ||
export declare const version = "2.56.0"; | ||
//# sourceMappingURL=version.d.ts.map |
@@ -5,3 +5,3 @@ "use strict"; | ||
// Generated by genversion. | ||
exports.version = '2.55.0'; | ||
exports.version = '2.56.0'; | ||
//# sourceMappingURL=version.js.map |
import { AuthError } from './errors'; | ||
import { Fetch } from './fetch'; | ||
/** One of the providers supported by GoTrue. */ | ||
export declare type Provider = 'apple' | 'azure' | 'bitbucket' | 'discord' | 'facebook' | 'figma' | 'github' | 'gitlab' | 'google' | 'kakao' | 'keycloak' | 'linkedin' | 'notion' | 'slack' | 'spotify' | 'twitch' | 'twitter' | 'workos' | 'zoom' | 'fly'; | ||
export declare type Provider = 'apple' | 'azure' | 'bitbucket' | 'discord' | 'facebook' | 'figma' | 'github' | 'gitlab' | 'google' | 'kakao' | 'keycloak' | 'linkedin' | 'linkedin_oidc' | 'notion' | 'slack' | 'spotify' | 'twitch' | 'twitter' | 'workos' | 'zoom' | 'fly'; | ||
export declare type AuthChangeEventMFA = 'MFA_CHALLENGE_VERIFIED'; | ||
@@ -6,0 +6,0 @@ export declare type AuthChangeEvent = 'INITIAL_SESSION' | 'PASSWORD_RECOVERY' | 'SIGNED_IN' | 'SIGNED_OUT' | 'TOKEN_REFRESHED' | 'USER_UPDATED' | AuthChangeEventMFA; |
@@ -1,2 +0,2 @@ | ||
export declare const version = "2.55.0"; | ||
export declare const version = "2.56.0"; | ||
//# sourceMappingURL=version.d.ts.map |
// Generated by genversion. | ||
export const version = '2.55.0'; | ||
export const version = '2.56.0'; | ||
//# sourceMappingURL=version.js.map |
{ | ||
"name": "@supabase/gotrue-js", | ||
"version": "2.55.0", | ||
"version": "2.56.0", | ||
"description": "Isomorphic GoTrue client", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -18,2 +18,3 @@ import { AuthError } from './errors' | ||
| 'linkedin' | ||
| 'linkedin_oidc' | ||
| 'notion' | ||
@@ -20,0 +21,0 @@ | 'slack' |
// Generated by genversion. | ||
export const version = '2.55.0' | ||
export const version = '2.56.0' |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
715142
12925