@supabase/gotrue-js
Advanced tools
Comparing version 2.48.0 to 2.48.1
@@ -110,3 +110,3 @@ "use strict"; | ||
else if (typeof fetch === 'undefined') { | ||
_fetch = (...args) => Promise.resolve().then(() => __importStar(require('@supabase/node-fetch'))).then(({ default: fetch }) => fetch(...args)); | ||
_fetch = async (...args) => await (await Promise.resolve().then(() => __importStar(require('cross-fetch')))).fetch(...args); | ||
} | ||
@@ -113,0 +113,0 @@ else { |
@@ -1,2 +0,2 @@ | ||
export declare const version = "2.48.0"; | ||
export declare const version = "2.48.1"; | ||
//# sourceMappingURL=version.d.ts.map |
@@ -5,3 +5,3 @@ "use strict"; | ||
// Generated by genversion. | ||
exports.version = '2.48.0'; | ||
exports.version = '2.48.1'; | ||
//# sourceMappingURL=version.js.map |
@@ -79,3 +79,3 @@ export function expiresAt(expiresIn) { | ||
else if (typeof fetch === 'undefined') { | ||
_fetch = (...args) => import('@supabase/node-fetch').then(({ default: fetch }) => fetch(...args)); | ||
_fetch = async (...args) => await (await import('cross-fetch')).fetch(...args); | ||
} | ||
@@ -82,0 +82,0 @@ else { |
@@ -1,2 +0,2 @@ | ||
export declare const version = "2.48.0"; | ||
export declare const version = "2.48.1"; | ||
//# sourceMappingURL=version.d.ts.map |
// Generated by genversion. | ||
export const version = '2.48.0'; | ||
export const version = '2.48.1'; | ||
//# sourceMappingURL=version.js.map |
{ | ||
"name": "@supabase/gotrue-js", | ||
"version": "2.48.0", | ||
"version": "2.48.1", | ||
"description": "Isomorphic GoTrue client", | ||
@@ -39,3 +39,3 @@ "keywords": [ | ||
"dependencies": { | ||
"@supabase/node-fetch": "^2.6.13" | ||
"cross-fetch": "^3.1.5" | ||
}, | ||
@@ -42,0 +42,0 @@ "devDependencies": { |
@@ -96,4 +96,3 @@ import { SupportedStorage } from './types' | ||
} else if (typeof fetch === 'undefined') { | ||
_fetch = (...args) => | ||
import('@supabase/node-fetch' as any).then(({ default: fetch }) => fetch(...args)) | ||
_fetch = async (...args) => await (await import('cross-fetch')).fetch(...args) | ||
} else { | ||
@@ -100,0 +99,0 @@ _fetch = fetch |
// Generated by genversion. | ||
export const version = '2.48.0' | ||
export const version = '2.48.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
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
6
694773
12624
+ Addedcross-fetch@^3.1.5
+ Addedcross-fetch@3.2.0(transitive)
+ Addednode-fetch@2.7.0(transitive)
- Removed@supabase/node-fetch@^2.6.13
- Removed@supabase/node-fetch@2.6.15(transitive)