@supabase/auth-js
Advanced tools
Comparing version 2.63.0-rc.11 to 2.63.0-rc.rc.11
@@ -421,8 +421,2 @@ import { AuthError } from './errors'; | ||
options?: { | ||
/** | ||
* A custom data object to store the user's metadata. This maps to the `auth.users.user_metadata` column. | ||
* | ||
* The `data` should be a JSON object that includes user-specific info, such as their first and last name. | ||
*/ | ||
data?: object; | ||
/** Verification token received when the user completes the captcha on the site. */ | ||
@@ -429,0 +423,0 @@ captchaToken?: string; |
@@ -1,2 +0,2 @@ | ||
export declare const version = "2.63.0-rc.11"; | ||
export declare const version = "2.63.0-rc.rc.11"; | ||
//# sourceMappingURL=version.d.ts.map |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.version = void 0; | ||
exports.version = '2.63.0-rc.11'; | ||
exports.version = '2.63.0-rc.rc.11'; | ||
//# sourceMappingURL=version.js.map |
@@ -421,8 +421,2 @@ import { AuthError } from './errors'; | ||
options?: { | ||
/** | ||
* A custom data object to store the user's metadata. This maps to the `auth.users.user_metadata` column. | ||
* | ||
* The `data` should be a JSON object that includes user-specific info, such as their first and last name. | ||
*/ | ||
data?: object; | ||
/** Verification token received when the user completes the captcha on the site. */ | ||
@@ -429,0 +423,0 @@ captchaToken?: string; |
@@ -1,2 +0,2 @@ | ||
export declare const version = "2.63.0-rc.11"; | ||
export declare const version = "2.63.0-rc.rc.11"; | ||
//# sourceMappingURL=version.d.ts.map |
@@ -1,2 +0,2 @@ | ||
export const version = '2.63.0-rc.11'; | ||
export const version = '2.63.0-rc.rc.11'; | ||
//# sourceMappingURL=version.js.map |
{ | ||
"name": "@supabase/auth-js", | ||
"version": "2.63.0-rc.11", | ||
"version": "2.63.0-rc.rc.11", | ||
"private": false, | ||
@@ -5,0 +5,0 @@ "description": "Official client library for Supabase Auth", |
@@ -509,8 +509,2 @@ import { AuthError } from './errors' | ||
options?: { | ||
/** | ||
* A custom data object to store the user's metadata. This maps to the `auth.users.user_metadata` column. | ||
* | ||
* The `data` should be a JSON object that includes user-specific info, such as their first and last name. | ||
*/ | ||
data?: object | ||
/** Verification token received when the user completes the captcha on the site. */ | ||
@@ -517,0 +511,0 @@ captchaToken?: string |
@@ -1,1 +0,1 @@ | ||
export const version = '2.63.0-rc.11' | ||
export const version = '2.63.0-rc.rc.11' |
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 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
773241
13881