@supabase/gotrue-js
Advanced tools
Comparing version 2.61.0 to 2.62.0
@@ -10,2 +10,7 @@ /** | ||
}; | ||
/** | ||
* An error thrown when a lock cannot be acquired after some amount of time. | ||
* | ||
* Use the {@link #isAcquireTimeout} property instead of checking with `instanceof`. | ||
*/ | ||
export declare abstract class LockAcquireTimeoutError extends Error { | ||
@@ -35,4 +40,2 @@ readonly isAcquireTimeout = true; | ||
* | ||
* @experimental | ||
* | ||
* @param name Name of the lock to be acquired. | ||
@@ -39,0 +42,0 @@ * @param acquireTimeout If negative, no timeout. If 0 an error is thrown if |
@@ -17,2 +17,7 @@ "use strict"; | ||
}; | ||
/** | ||
* An error thrown when a lock cannot be acquired after some amount of time. | ||
* | ||
* Use the {@link #isAcquireTimeout} property instead of checking with `instanceof`. | ||
*/ | ||
class LockAcquireTimeoutError extends Error { | ||
@@ -46,4 +51,2 @@ constructor(message) { | ||
* | ||
* @experimental | ||
* | ||
* @param name Name of the lock to be acquired. | ||
@@ -50,0 +53,0 @@ * @param acquireTimeout If negative, no timeout. If 0 an error is thrown if |
@@ -1,2 +0,2 @@ | ||
export declare const version = "2.61.0"; | ||
export declare const version = "2.62.0"; | ||
//# sourceMappingURL=version.d.ts.map |
@@ -5,3 +5,3 @@ "use strict"; | ||
// Generated by genversion. | ||
exports.version = '2.61.0'; | ||
exports.version = '2.62.0'; | ||
//# sourceMappingURL=version.js.map |
@@ -10,2 +10,7 @@ /** | ||
}; | ||
/** | ||
* An error thrown when a lock cannot be acquired after some amount of time. | ||
* | ||
* Use the {@link #isAcquireTimeout} property instead of checking with `instanceof`. | ||
*/ | ||
export declare abstract class LockAcquireTimeoutError extends Error { | ||
@@ -35,4 +40,2 @@ readonly isAcquireTimeout = true; | ||
* | ||
* @experimental | ||
* | ||
* @param name Name of the lock to be acquired. | ||
@@ -39,0 +42,0 @@ * @param acquireTimeout If negative, no timeout. If 0 an error is thrown if |
@@ -14,2 +14,7 @@ import { supportsLocalStorage } from './helpers'; | ||
}; | ||
/** | ||
* An error thrown when a lock cannot be acquired after some amount of time. | ||
* | ||
* Use the {@link #isAcquireTimeout} property instead of checking with `instanceof`. | ||
*/ | ||
export class LockAcquireTimeoutError extends Error { | ||
@@ -41,4 +46,2 @@ constructor(message) { | ||
* | ||
* @experimental | ||
* | ||
* @param name Name of the lock to be acquired. | ||
@@ -45,0 +48,0 @@ * @param acquireTimeout If negative, no timeout. If 0 an error is thrown if |
@@ -1,2 +0,2 @@ | ||
export declare const version = "2.61.0"; | ||
export declare const version = "2.62.0"; | ||
//# sourceMappingURL=version.d.ts.map |
// Generated by genversion. | ||
export const version = '2.61.0'; | ||
export const version = '2.62.0'; | ||
//# sourceMappingURL=version.js.map |
{ | ||
"name": "@supabase/gotrue-js", | ||
"version": "2.61.0", | ||
"version": "2.62.0", | ||
"private": false, | ||
@@ -5,0 +5,0 @@ "description": "Official client library for Supabase Auth", |
@@ -18,2 +18,7 @@ import { supportsLocalStorage } from './helpers' | ||
/** | ||
* An error thrown when a lock cannot be acquired after some amount of time. | ||
* | ||
* Use the {@link #isAcquireTimeout} property instead of checking with `instanceof`. | ||
*/ | ||
export abstract class LockAcquireTimeoutError extends Error { | ||
@@ -47,4 +52,2 @@ public readonly isAcquireTimeout = true | ||
* | ||
* @experimental | ||
* | ||
* @param name Name of the lock to be acquired. | ||
@@ -51,0 +54,0 @@ * @param acquireTimeout If negative, no timeout. If 0 an error is thrown if |
// Generated by genversion. | ||
export const version = '2.61.0' | ||
export const version = '2.62.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 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
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
760033
13692
8