@supabase/gotrue-js
Advanced tools
Comparing version 2.46.1 to 2.46.2
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.navigatorLock = exports.NavigatorLockAcquireTimeoutError = exports.internals = void 0; | ||
const helpers_1 = require("./helpers"); | ||
/** | ||
@@ -12,2 +13,3 @@ * @experimental | ||
debug: !!(globalThis && | ||
(0, helpers_1.supportsLocalStorage)() && | ||
globalThis.localStorage && | ||
@@ -14,0 +16,0 @@ globalThis.localStorage.getItem('supabase.gotrue-js.locks.debug') === 'true'), |
@@ -1,2 +0,2 @@ | ||
export declare const version = "2.46.1"; | ||
export declare const version = "2.46.2"; | ||
//# sourceMappingURL=version.d.ts.map |
@@ -5,3 +5,3 @@ "use strict"; | ||
// Generated by genversion. | ||
exports.version = '2.46.1'; | ||
exports.version = '2.46.2'; | ||
//# sourceMappingURL=version.js.map |
@@ -0,1 +1,2 @@ | ||
import { supportsLocalStorage } from './helpers'; | ||
/** | ||
@@ -9,2 +10,3 @@ * @experimental | ||
debug: !!(globalThis && | ||
supportsLocalStorage() && | ||
globalThis.localStorage && | ||
@@ -11,0 +13,0 @@ globalThis.localStorage.getItem('supabase.gotrue-js.locks.debug') === 'true'), |
@@ -1,2 +0,2 @@ | ||
export declare const version = "2.46.1"; | ||
export declare const version = "2.46.2"; | ||
//# sourceMappingURL=version.d.ts.map |
// Generated by genversion. | ||
export const version = '2.46.1'; | ||
export const version = '2.46.2'; | ||
//# sourceMappingURL=version.js.map |
{ | ||
"name": "@supabase/gotrue-js", | ||
"version": "2.46.1", | ||
"version": "2.46.2", | ||
"description": "Isomorphic GoTrue client", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -0,1 +1,3 @@ | ||
import { supportsLocalStorage } from './helpers' | ||
/** | ||
@@ -10,2 +12,3 @@ * @experimental | ||
globalThis && | ||
supportsLocalStorage() && | ||
globalThis.localStorage && | ||
@@ -12,0 +15,0 @@ globalThis.localStorage.getItem('supabase.gotrue-js.locks.debug') === 'true' |
// Generated by genversion. | ||
export const version = '2.46.1' | ||
export const version = '2.46.2' |
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
708939
12872