@clerk/clerk-react
Advanced tools
Comparing version 3.2.9 to 3.2.10
@@ -13,2 +13,11 @@ "use strict"; | ||
Object.defineProperty(exports, "useMagicLink", { enumerable: true, get: function () { return useMagicLink_1.useMagicLink; } }); | ||
/** | ||
* Vite does not define `global` by default | ||
* One workaround is to use the `define` config prop | ||
* https://vitejs.dev/config/#define | ||
* We are solving this in the SDK level to reduce setup steps. | ||
*/ | ||
if (typeof global === 'undefined' && typeof window !== 'undefined' && !window.global) { | ||
window.global = window; | ||
} | ||
//# sourceMappingURL=index.js.map |
/** DO NOT EDIT: This file is automatically generated by ../scripts/info.js */ | ||
export declare const LIB_VERSION = "3.2.9"; | ||
export declare const LIB_VERSION = "3.2.10"; | ||
export declare const LIB_NAME = "@clerk/clerk-react"; | ||
//# sourceMappingURL=info.d.ts.map |
@@ -5,4 +5,4 @@ "use strict"; | ||
/** DO NOT EDIT: This file is automatically generated by ../scripts/info.js */ | ||
exports.LIB_VERSION = '3.2.9'; | ||
exports.LIB_VERSION = '3.2.10'; | ||
exports.LIB_NAME = '@clerk/clerk-react'; | ||
//# sourceMappingURL=info.js.map |
{ | ||
"name": "@clerk/clerk-react", | ||
"version": "3.2.9", | ||
"version": "3.2.10", | ||
"license": "MIT", | ||
@@ -70,3 +70,3 @@ "description": "Clerk.dev React library", | ||
"homepage": "https://clerk.dev/", | ||
"gitHead": "27c6a0bfbc8715f0aace38f56a48d86fc6a3f996" | ||
"gitHead": "1291e80efa88cca8668b4f2828e70a8d1466b372" | ||
} |
@@ -7,1 +7,11 @@ export * from './contexts'; | ||
export { useMagicLink } from './hooks/useMagicLink'; | ||
/** | ||
* Vite does not define `global` by default | ||
* One workaround is to use the `define` config prop | ||
* https://vitejs.dev/config/#define | ||
* We are solving this in the SDK level to reduce setup steps. | ||
*/ | ||
if (typeof global === 'undefined' && typeof window !== 'undefined' && !window.global) { | ||
(window as any).global = window; | ||
} |
/** DO NOT EDIT: This file is automatically generated by ../scripts/info.js */ | ||
export const LIB_VERSION = '3.2.9'; | ||
export const LIB_VERSION = '3.2.10'; | ||
export const LIB_NAME = '@clerk/clerk-react'; |
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
230654
4092