@clerk/clerk-react
Advanced tools
Comparing version 4.14.3-staging.0 to 4.14.3-staging.1
/** DO NOT EDIT: This file is automatically generated by ../scripts/info.js */ | ||
export declare const LIB_VERSION = "4.14.3-staging.0"; | ||
export declare const LIB_VERSION = "4.14.3-staging.1"; | ||
export declare const LIB_NAME = "@clerk/clerk-react"; |
@@ -5,3 +5,3 @@ "use strict"; | ||
/** DO NOT EDIT: This file is automatically generated by ../scripts/info.js */ | ||
exports.LIB_VERSION = '4.14.3-staging.0'; | ||
exports.LIB_VERSION = '4.14.3-staging.1'; | ||
exports.LIB_NAME = '@clerk/clerk-react'; |
import type { ActiveSessionResource, AuthenticateWithMetamaskParams, ClientResource, CreateOrganizationParams, CreateOrganizationProps, HandleMagicLinkVerificationParams, HandleOAuthCallbackParams, OrganizationMembershipResource, OrganizationResource, RedirectOptions, Resources, SetActiveParams, SignInProps, SignOut, SignUpProps, UserButtonProps, UserProfileProps, UserResource } from '@clerk/types'; | ||
import type { BeforeEmitCallback } from '@clerk/types'; | ||
import type { OrganizationProfileProps, OrganizationSwitcherProps } from '@clerk/types/src'; | ||
@@ -52,3 +53,3 @@ import type { BrowserClerk, HeadlessBrowserClerk, IsomorphicClerkOptions } from './types'; | ||
setActive: ({ session, organization, beforeEmit }: SetActiveParams) => Promise<void>; | ||
setSession: (session: ActiveSessionResource | string | null, beforeEmit?: ((session: ActiveSessionResource | null) => void | Promise<any>) | undefined) => Promise<void>; | ||
setSession: (session: ActiveSessionResource | string | null, beforeEmit?: BeforeEmitCallback) => Promise<void>; | ||
openSignIn: (props?: SignInProps) => void; | ||
@@ -55,0 +56,0 @@ closeSignIn: () => void; |
{ | ||
"name": "@clerk/clerk-react", | ||
"version": "4.14.3-staging.0", | ||
"version": "4.14.3-staging.1", | ||
"license": "MIT", | ||
@@ -32,4 +32,4 @@ "description": "Clerk React library", | ||
"dependencies": { | ||
"@clerk/shared": "^0.15.3-staging.0", | ||
"@clerk/types": "^3.35.0-staging.0", | ||
"@clerk/shared": "^0.15.3-staging.1", | ||
"@clerk/types": "^3.35.0-staging.1", | ||
"swr": "1.3.0", | ||
@@ -68,3 +68,3 @@ "tslib": "2.4.1" | ||
}, | ||
"gitHead": "3805046a90b63a5d1136afbf85d7a00fb47a0c73" | ||
"gitHead": "e68d0dd1aee11df5122b12fefcc41856267b23f9" | ||
} |
2557
119806