@supabase/auth-js
Advanced tools
Comparing version 2.65.1 to 2.65.2-rc.1
@@ -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 (setting `deleted_at` to the current timestamp and disabling their account while preserving their data) from the auth schema. | ||
* @param shouldSoftDelete If true, then the user will be soft-deleted from the auth schema. Soft deletion allows user identification from the hashed user ID but is not reversible. | ||
* 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 (setting `deleted_at` to the current timestamp and disabling their account while preserving their data) from the auth schema. | ||
* @param shouldSoftDelete If true, then the user will be soft-deleted from the auth schema. Soft deletion allows user identification from the hashed user ID but is not reversible. | ||
* Defaults to false for backward compatibility. | ||
@@ -216,0 +216,0 @@ * |
@@ -1,2 +0,2 @@ | ||
export declare const version = "2.65.1"; | ||
export declare const version = "2.65.2-rc.1"; | ||
//# sourceMappingURL=version.d.ts.map |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.version = void 0; | ||
exports.version = '2.65.1'; | ||
exports.version = '2.65.2-rc.1'; | ||
//# 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 (setting `deleted_at` to the current timestamp and disabling their account while preserving their data) from the auth schema. | ||
* @param shouldSoftDelete If true, then the user will be soft-deleted from the auth schema. Soft deletion allows user identification from the hashed user ID but is not reversible. | ||
* 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 (setting `deleted_at` to the current timestamp and disabling their account while preserving their data) from the auth schema. | ||
* @param shouldSoftDelete If true, then the user will be soft-deleted from the auth schema. Soft deletion allows user identification from the hashed user ID but is not reversible. | ||
* Defaults to false for backward compatibility. | ||
@@ -214,0 +214,0 @@ * |
@@ -1,2 +0,2 @@ | ||
export declare const version = "2.65.1"; | ||
export declare const version = "2.65.2-rc.1"; | ||
//# sourceMappingURL=version.d.ts.map |
@@ -1,2 +0,2 @@ | ||
export const version = '2.65.1'; | ||
export const version = '2.65.2-rc.1'; | ||
//# sourceMappingURL=version.js.map |
{ | ||
"name": "@supabase/auth-js", | ||
"version": "2.65.1", | ||
"version": "2.65.2-rc.1", | ||
"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 (setting `deleted_at` to the current timestamp and disabling their account while preserving their data) from the auth schema. | ||
* @param shouldSoftDelete If true, then the user will be soft-deleted from the auth schema. Soft deletion allows user identification from the hashed user ID but is not reversible. | ||
* Defaults to false for backward compatibility. | ||
@@ -266,0 +266,0 @@ * |
@@ -1,1 +0,1 @@ | ||
export const version = '2.65.1' | ||
export const version = '2.65.2-rc.1' |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
52
7
10
3
52
810589
1