@supabase/auth-js
Advanced tools
Comparing version 2.62.1 to 2.62.2
@@ -90,3 +90,3 @@ import { Fetch } from './lib/fetch'; | ||
* @param id The user id you want to remove. | ||
* @param shouldSoftDelete If true, then the user will be soft-deleted from the auth schema. | ||
* @param shouldSoftDelete If true, then the user will be soft-deleted (setting `deleted_at` to the current timestamp and disabling their account while preserving their data) from the auth schema. | ||
* Defaults to false for backward compatibility. | ||
@@ -93,0 +93,0 @@ * |
@@ -213,3 +213,3 @@ "use strict"; | ||
* @param id The user id you want to remove. | ||
* @param shouldSoftDelete If true, then the user will be soft-deleted from the auth schema. | ||
* @param shouldSoftDelete If true, then the user will be soft-deleted (setting `deleted_at` to the current timestamp and disabling their account while preserving their data) from the auth schema. | ||
* Defaults to false for backward compatibility. | ||
@@ -216,0 +216,0 @@ * |
@@ -1,2 +0,2 @@ | ||
export declare const version = "2.62.1"; | ||
export declare const version = "2.62.2"; | ||
//# sourceMappingURL=version.d.ts.map |
@@ -5,3 +5,3 @@ "use strict"; | ||
// Generated by genversion. | ||
exports.version = '2.62.1'; | ||
exports.version = '2.62.2'; | ||
//# sourceMappingURL=version.js.map |
@@ -90,3 +90,3 @@ import { Fetch } from './lib/fetch'; | ||
* @param id The user id you want to remove. | ||
* @param shouldSoftDelete If true, then the user will be soft-deleted from the auth schema. | ||
* @param shouldSoftDelete If true, then the user will be soft-deleted (setting `deleted_at` to the current timestamp and disabling their account while preserving their data) from the auth schema. | ||
* Defaults to false for backward compatibility. | ||
@@ -93,0 +93,0 @@ * |
@@ -211,3 +211,3 @@ var __rest = (this && this.__rest) || function (s, e) { | ||
* @param id The user id you want to remove. | ||
* @param shouldSoftDelete If true, then the user will be soft-deleted from the auth schema. | ||
* @param shouldSoftDelete If true, then the user will be soft-deleted (setting `deleted_at` to the current timestamp and disabling their account while preserving their data) from the auth schema. | ||
* Defaults to false for backward compatibility. | ||
@@ -214,0 +214,0 @@ * |
@@ -1,2 +0,2 @@ | ||
export declare const version = "2.62.1"; | ||
export declare const version = "2.62.2"; | ||
//# sourceMappingURL=version.d.ts.map |
// Generated by genversion. | ||
export const version = '2.62.1'; | ||
export const version = '2.62.2'; | ||
//# sourceMappingURL=version.js.map |
{ | ||
"name": "@supabase/auth-js", | ||
"version": "2.62.1", | ||
"version": "2.62.2", | ||
"private": false, | ||
@@ -5,0 +5,0 @@ "description": "Official client library for Supabase Auth", |
@@ -263,3 +263,3 @@ import { | ||
* @param id The user id you want to remove. | ||
* @param shouldSoftDelete If true, then the user will be soft-deleted from the auth schema. | ||
* @param shouldSoftDelete If true, then the user will be soft-deleted (setting `deleted_at` to the current timestamp and disabling their account while preserving their data) from the auth schema. | ||
* Defaults to false for backward compatibility. | ||
@@ -266,0 +266,0 @@ * |
// Generated by genversion. | ||
export const version = '2.62.1' | ||
export const version = '2.62.2' |
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
760851