@clerk/clerk-react
Advanced tools
Comparing version 4.0.0-next.12 to 4.0.0-next.13
/** DO NOT EDIT: This file is automatically generated by ../scripts/info.js */ | ||
export declare const LIB_VERSION = "4.0.0-next.12"; | ||
export declare const LIB_VERSION = "4.0.0-next.13"; | ||
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 = '4.0.0-next.12'; | ||
exports.LIB_VERSION = '4.0.0-next.13'; | ||
exports.LIB_NAME = '@clerk/clerk-react'; | ||
//# sourceMappingURL=info.js.map |
@@ -59,3 +59,4 @@ "use strict"; | ||
this.__unstable__updateProps = (props) => { | ||
if (this.clerkjs) { | ||
// Handle case where accounts has clerk-react@4 installed, but clerk-js@3 is manually loaded | ||
if (this.clerkjs && '__unstable__updateProps' in this.clerkjs) { | ||
this.clerkjs.__unstable__updateProps(props); | ||
@@ -62,0 +63,0 @@ } |
{ | ||
"name": "@clerk/clerk-react", | ||
"version": "4.0.0-next.12", | ||
"version": "4.0.0-next.13", | ||
"license": "MIT", | ||
@@ -31,3 +31,3 @@ "description": "Clerk.dev React library", | ||
"dependencies": { | ||
"@clerk/types": "^3.0.0-next.11", | ||
"@clerk/types": "^3.0.0-next.12", | ||
"swr": "^1.3.0", | ||
@@ -72,3 +72,3 @@ "tslib": "^2.3.1" | ||
}, | ||
"gitHead": "9f351ebd0d4fd9ea4131ad006eda73c19f1e18f1" | ||
"gitHead": "cbacdfc2cdf869160d9117a8745c2bf6cde36881" | ||
} |
/** DO NOT EDIT: This file is automatically generated by ../scripts/info.js */ | ||
export const LIB_VERSION = '4.0.0-next.12'; | ||
export const LIB_VERSION = '4.0.0-next.13'; | ||
export const LIB_NAME = '@clerk/clerk-react'; |
@@ -256,3 +256,4 @@ import type { | ||
__unstable__updateProps = (props: any): any => { | ||
if (this.clerkjs) { | ||
// Handle case where accounts has clerk-react@4 installed, but clerk-js@3 is manually loaded | ||
if (this.clerkjs && '__unstable__updateProps' in this.clerkjs) { | ||
(this.clerkjs as any).__unstable__updateProps(props); | ||
@@ -259,0 +260,0 @@ } else { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
263521
4655
Updated@clerk/types@^3.0.0-next.12