@clerk/react 6.10.0-snapshot.v20260613035952 → 6.10.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{ClerkProvider-C8tbtOaM.mjs → ClerkProvider-Bf2awr7E.mjs} +2 -2
- package/dist/{ClerkProvider-C8tbtOaM.mjs.map → ClerkProvider-Bf2awr7E.mjs.map} +1 -1
- package/dist/{ClerkProvider-CFK2GrME.cjs → ClerkProvider-gkoi1DHv.cjs} +2 -2
- package/dist/{ClerkProvider-CFK2GrME.cjs.map → ClerkProvider-gkoi1DHv.cjs.map} +1 -1
- package/dist/experimental.d.cts +1 -1
- package/dist/experimental.d.mts +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.d.cts +2 -2
- package/dist/index.d.mts +2 -2
- package/dist/index.mjs +1 -1
- package/dist/internal.cjs +1 -1
- package/dist/internal.d.cts +2 -2
- package/dist/internal.d.mts +2 -2
- package/dist/internal.mjs +1 -1
- package/dist/{types-Bwenmt7y.d.cts → types-Dk-8Yo8b.d.cts} +10 -1
- package/dist/{types-CiIhevkA.d.mts → types-nJoQvbqq.d.mts} +10 -1
- package/dist/types.d.cts +1 -1
- package/dist/types.d.mts +1 -1
- package/dist/{useAuth-BK5Y4htK.d.mts → useAuth-BZTsJdWU.d.cts} +3 -3
- package/dist/{useAuth-BMxaWktj.d.cts → useAuth-Duc_Iidc.d.mts} +3 -3
- package/package.json +4 -4
package/dist/index.d.cts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { _ as Theme, a as OrganizationProfileLinkProps, d as Ui, f as UserButtonActionProps, g as WithClerkProp, h as UserProfilePageProps, m as UserProfileLinkProps, o as OrganizationProfilePageProps, p as UserButtonLinkProps, t as ClerkProviderProps, u as SignInWithMetamaskButtonProps } from "./types-
|
|
2
|
-
import { a as ClerkFailed, d as RedirectToSignIn, f as RedirectToSignUp, g as ShowProps, h as Show, i as ClerkDegraded, l as RedirectToCreateOrganization, m as RedirectToUserProfile, o as ClerkLoaded, p as RedirectToTasks, r as AuthenticateWithRedirectCallback, s as ClerkLoading, t as useAuth, u as RedirectToOrganizationProfile } from "./useAuth-
|
|
1
|
+
import { _ as Theme, a as OrganizationProfileLinkProps, d as Ui, f as UserButtonActionProps, g as WithClerkProp, h as UserProfilePageProps, m as UserProfileLinkProps, o as OrganizationProfilePageProps, p as UserButtonLinkProps, t as ClerkProviderProps, u as SignInWithMetamaskButtonProps } from "./types-Dk-8Yo8b.cjs";
|
|
2
|
+
import { a as ClerkFailed, d as RedirectToSignIn, f as RedirectToSignUp, g as ShowProps, h as Show, i as ClerkDegraded, l as RedirectToCreateOrganization, m as RedirectToUserProfile, o as ClerkLoaded, p as RedirectToTasks, r as AuthenticateWithRedirectCallback, s as ClerkLoading, t as useAuth, u as RedirectToOrganizationProfile } from "./useAuth-BZTsJdWU.cjs";
|
|
3
3
|
import { APIKeysProps, BrowserClerk, BrowserClerkConstructor, ClerkProp, CreateEmailLinkFlowReturn, CreateOrganizationProps, EmailAddressResource, HeadlessBrowserClerk, HeadlessBrowserClerkConstructor, IsomorphicClerkOptions, OrganizationListProps, OrganizationProfileProps, OrganizationSwitcherProps, SetActiveNavigate, SignInButtonProps, SignInProps, SignInResource, SignInSignalValue, SignInStartEmailLinkFlowParams, SignOutOptions, SignUpButtonProps, SignUpProps, SignUpResource, SignUpSignalValue, StartEmailLinkFlowParams, TaskChooseOrganizationProps, TaskResetPasswordProps, TaskSetupMFAProps, UserAvatarProps, UserButtonProps, UserProfileProps, WaitlistProps, WaitlistSignalValue, Without } from "@clerk/shared/types";
|
|
4
4
|
import React, { PropsWithChildren, ReactNode } from "react";
|
|
5
5
|
import { UNSAFE_PortalProvider, __experimental_CheckoutProvider, __experimental_PaymentElement, __experimental_PaymentElementProvider, __experimental_useCheckout, __experimental_usePaymentElement, useAPIKeys, useClerk, useOAuthConsent, useOrganization, useOrganizationCreationDefaults, useOrganizationList, useReverification, useSession, useSessionList, useUser } from "@clerk/shared/react";
|
package/dist/index.d.mts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { _ as Theme, a as OrganizationProfileLinkProps, d as Ui, f as UserButtonActionProps, g as WithClerkProp, h as UserProfilePageProps, m as UserProfileLinkProps, o as OrganizationProfilePageProps, p as UserButtonLinkProps, t as ClerkProviderProps, u as SignInWithMetamaskButtonProps } from "./types-
|
|
2
|
-
import { a as ClerkFailed, d as RedirectToSignIn, f as RedirectToSignUp, g as ShowProps, h as Show, i as ClerkDegraded, l as RedirectToCreateOrganization, m as RedirectToUserProfile, o as ClerkLoaded, p as RedirectToTasks, r as AuthenticateWithRedirectCallback, s as ClerkLoading, t as useAuth, u as RedirectToOrganizationProfile } from "./useAuth-
|
|
1
|
+
import { _ as Theme, a as OrganizationProfileLinkProps, d as Ui, f as UserButtonActionProps, g as WithClerkProp, h as UserProfilePageProps, m as UserProfileLinkProps, o as OrganizationProfilePageProps, p as UserButtonLinkProps, t as ClerkProviderProps, u as SignInWithMetamaskButtonProps } from "./types-nJoQvbqq.mjs";
|
|
2
|
+
import { a as ClerkFailed, d as RedirectToSignIn, f as RedirectToSignUp, g as ShowProps, h as Show, i as ClerkDegraded, l as RedirectToCreateOrganization, m as RedirectToUserProfile, o as ClerkLoaded, p as RedirectToTasks, r as AuthenticateWithRedirectCallback, s as ClerkLoading, t as useAuth, u as RedirectToOrganizationProfile } from "./useAuth-Duc_Iidc.mjs";
|
|
3
3
|
import React, { PropsWithChildren, ReactNode } from "react";
|
|
4
4
|
import { UNSAFE_PortalProvider, __experimental_CheckoutProvider, __experimental_PaymentElement, __experimental_PaymentElementProvider, __experimental_useCheckout, __experimental_usePaymentElement, useAPIKeys, useClerk, useOAuthConsent, useOrganization, useOrganizationCreationDefaults, useOrganizationList, useReverification, useSession, useSessionList, useUser } from "@clerk/shared/react";
|
|
5
5
|
import { getToken } from "@clerk/shared/getToken";
|
package/dist/index.mjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { i as setErrorThrowerOptions } from "./useAssertWrappedByClerkProvider-GaNwZpWo.mjs";
|
|
2
2
|
import { A as SignIn, C as CreateOrganization, D as OrganizationProfile, E as OrganizationList, F as UserAvatar, G as safeExecute, I as UserButton, L as UserProfile, M as TaskChooseOrganization, N as TaskResetPassword, O as OrganizationSwitcher, P as TaskSetupMFA, R as Waitlist, S as APIKeys, T as OAuthConsent, U as assertSingleChild, W as normalizeWithDefaultValue, _ as useSignUp, a as __experimental_usePaymentElement, b as useAuth, c as useOAuthConsent, d as useOrganizationList, f as useReverification, g as useSignIn, h as useUser, i as __experimental_useCheckout, j as SignUp, k as PricingTable, l as useOrganization, m as useSessionList, n as __experimental_PaymentElement, o as useAPIKeys, p as useSession, r as __experimental_PaymentElementProvider, s as useClerk, t as __experimental_CheckoutProvider, u as useOrganizationCreationDefaults, v as useWaitlist, w as GoogleOneTap, y as useEmailLink, z as withClerk } from "./hooks-BiY5Zgpp.mjs";
|
|
3
|
-
import { a as ClerkFailed, d as RedirectToSignIn, f as RedirectToSignUp, h as Show, i as ClerkDegraded, l as RedirectToCreateOrganization, m as RedirectToUserProfile, o as ClerkLoaded, p as RedirectToTasks, r as AuthenticateWithRedirectCallback, s as ClerkLoading, t as ClerkProvider, u as RedirectToOrganizationProfile } from "./ClerkProvider-
|
|
3
|
+
import { a as ClerkFailed, d as RedirectToSignIn, f as RedirectToSignUp, h as Show, i as ClerkDegraded, l as RedirectToCreateOrganization, m as RedirectToUserProfile, o as ClerkLoaded, p as RedirectToTasks, r as AuthenticateWithRedirectCallback, s as ClerkLoading, t as ClerkProvider, u as RedirectToOrganizationProfile } from "./ClerkProvider-Bf2awr7E.mjs";
|
|
4
4
|
import * as react from "react";
|
|
5
5
|
import React, { useEffect, useRef } from "react";
|
|
6
6
|
import * as reactDom from "react-dom";
|
package/dist/internal.cjs
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
2
2
|
const require_hooks = require('./hooks-CBghYU21.cjs');
|
|
3
3
|
const require_useAssertWrappedByClerkProvider = require('./useAssertWrappedByClerkProvider-Cm0djUcB.cjs');
|
|
4
|
-
const require_ClerkProvider = require('./ClerkProvider-
|
|
4
|
+
const require_ClerkProvider = require('./ClerkProvider-gkoi1DHv.cjs');
|
|
5
5
|
let _clerk_shared_loadClerkJsScript = require("@clerk/shared/loadClerkJsScript");
|
|
6
6
|
let _clerk_shared_react = require("@clerk/shared/react");
|
|
7
7
|
let _clerk_shared_keys = require("@clerk/shared/keys");
|
package/dist/internal.d.cts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { d as Ui, g as WithClerkProp, t as ClerkProviderProps } from "./types-
|
|
2
|
-
import { c as MultisessionAppSupport, n as useDerivedAuth } from "./useAuth-
|
|
1
|
+
import { d as Ui, g as WithClerkProp, t as ClerkProviderProps } from "./types-Dk-8Yo8b.cjs";
|
|
2
|
+
import { c as MultisessionAppSupport, n as useDerivedAuth } from "./useAuth-BZTsJdWU.cjs";
|
|
3
3
|
import { ErrorThrowerOptions } from "@clerk/shared/error";
|
|
4
4
|
import { InternalClerkScriptProps, InternalClerkScriptProps as InternalClerkScriptProps$1, RoutingOptions } from "@clerk/shared/types";
|
|
5
5
|
import React from "react";
|
package/dist/internal.d.mts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { d as Ui, g as WithClerkProp, t as ClerkProviderProps } from "./types-
|
|
2
|
-
import { c as MultisessionAppSupport, n as useDerivedAuth } from "./useAuth-
|
|
1
|
+
import { d as Ui, g as WithClerkProp, t as ClerkProviderProps } from "./types-nJoQvbqq.mjs";
|
|
2
|
+
import { c as MultisessionAppSupport, n as useDerivedAuth } from "./useAuth-Duc_Iidc.mjs";
|
|
3
3
|
import React from "react";
|
|
4
4
|
import { buildClerkJSScriptAttributes, buildClerkJsScriptAttributes, buildClerkUIScriptAttributes, clerkJSScriptUrl, clerkJsScriptUrl, clerkUIScriptUrl, setClerkJSLoadingErrorPackageName, setClerkJsLoadingErrorPackageName } from "@clerk/shared/loadClerkJsScript";
|
|
5
5
|
import { ErrorThrowerOptions } from "@clerk/shared/error";
|
package/dist/internal.mjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { i as setErrorThrowerOptions, r as errorThrower } from "./useAssertWrappedByClerkProvider-GaNwZpWo.mjs";
|
|
2
2
|
import { J as noPathProvidedError, K as incompatibleRoutingWithPathProvidedError, T as OAuthConsent$1, x as useDerivedAuth } from "./hooks-BiY5Zgpp.mjs";
|
|
3
|
-
import { c as MultisessionAppSupport, n as IS_REACT_SHARED_VARIANT_COMPATIBLE, t as ClerkProvider } from "./ClerkProvider-
|
|
3
|
+
import { c as MultisessionAppSupport, n as IS_REACT_SHARED_VARIANT_COMPATIBLE, t as ClerkProvider } from "./ClerkProvider-Bf2awr7E.mjs";
|
|
4
4
|
import { buildClerkJSScriptAttributes, buildClerkJsScriptAttributes, buildClerkUIScriptAttributes, clerkJSScriptUrl, clerkJsScriptUrl, clerkUIScriptUrl, setClerkJSLoadingErrorPackageName, setClerkJsLoadingErrorPackageName } from "@clerk/shared/loadClerkJsScript";
|
|
5
5
|
import { useOAuthConsent as useOAuthConsent$1 } from "@clerk/shared/react";
|
|
6
6
|
import { publishableKeyFromHost } from "@clerk/shared/keys";
|
|
@@ -10048,6 +10048,15 @@ type ElementsConfig = {
|
|
|
10048
10048
|
organizationSwitcherPopoverFooter: WithOptions;
|
|
10049
10049
|
organizationProfileMembersSearchInputIcon: WithOptions;
|
|
10050
10050
|
organizationProfileMembersSearchInput: WithOptions;
|
|
10051
|
+
organizationProfileSecuritySsoBadge: WithOptions<string>;
|
|
10052
|
+
organizationProfileSecuritySsoDescription: WithOptions;
|
|
10053
|
+
organizationProfileSecuritySsoConfigureButton: WithOptions<string>;
|
|
10054
|
+
organizationProfileSecuritySsoDetailRows: WithOptions;
|
|
10055
|
+
organizationProfileSecuritySsoDetailRow: WithOptions<string>;
|
|
10056
|
+
organizationProfileSecuritySsoDetailRowLabel: WithOptions<string>;
|
|
10057
|
+
organizationProfileSecuritySsoDetailRowChip: WithOptions<string>;
|
|
10058
|
+
organizationProfileSecuritySsoDetailRowLink: WithOptions<string>;
|
|
10059
|
+
organizationProfileSecuritySsoProviderIcon: WithOptions;
|
|
10051
10060
|
organizationListPreviewItems: WithOptions;
|
|
10052
10061
|
organizationListPreviewItem: WithOptions;
|
|
10053
10062
|
organizationListPreviewButton: WithOptions;
|
|
@@ -10948,4 +10957,4 @@ type UserButtonLinkProps = {
|
|
|
10948
10957
|
};
|
|
10949
10958
|
//#endregion
|
|
10950
10959
|
export { Theme as _, OrganizationProfileLinkProps as a, RedirectToSignUpProps as c, Ui as d, UserButtonActionProps as f, WithClerkProp as g, UserProfilePageProps as h, OpenProps as i, RedirectToTasksProps as l, UserProfileLinkProps as m, CustomPortalsRendererProps as n, OrganizationProfilePageProps as o, UserButtonLinkProps as p, MountProps as r, RedirectToSignInProps as s, ClerkProviderProps as t, SignInWithMetamaskButtonProps as u };
|
|
10951
|
-
//# sourceMappingURL=types-
|
|
10960
|
+
//# sourceMappingURL=types-Dk-8Yo8b.d.cts.map
|
|
@@ -10048,6 +10048,15 @@ type ElementsConfig = {
|
|
|
10048
10048
|
organizationSwitcherPopoverFooter: WithOptions;
|
|
10049
10049
|
organizationProfileMembersSearchInputIcon: WithOptions;
|
|
10050
10050
|
organizationProfileMembersSearchInput: WithOptions;
|
|
10051
|
+
organizationProfileSecuritySsoBadge: WithOptions<string>;
|
|
10052
|
+
organizationProfileSecuritySsoDescription: WithOptions;
|
|
10053
|
+
organizationProfileSecuritySsoConfigureButton: WithOptions<string>;
|
|
10054
|
+
organizationProfileSecuritySsoDetailRows: WithOptions;
|
|
10055
|
+
organizationProfileSecuritySsoDetailRow: WithOptions<string>;
|
|
10056
|
+
organizationProfileSecuritySsoDetailRowLabel: WithOptions<string>;
|
|
10057
|
+
organizationProfileSecuritySsoDetailRowChip: WithOptions<string>;
|
|
10058
|
+
organizationProfileSecuritySsoDetailRowLink: WithOptions<string>;
|
|
10059
|
+
organizationProfileSecuritySsoProviderIcon: WithOptions;
|
|
10051
10060
|
organizationListPreviewItems: WithOptions;
|
|
10052
10061
|
organizationListPreviewItem: WithOptions;
|
|
10053
10062
|
organizationListPreviewButton: WithOptions;
|
|
@@ -10948,4 +10957,4 @@ type UserButtonLinkProps = {
|
|
|
10948
10957
|
};
|
|
10949
10958
|
//#endregion
|
|
10950
10959
|
export { Theme as _, OrganizationProfileLinkProps as a, RedirectToSignUpProps as c, Ui as d, UserButtonActionProps as f, WithClerkProp as g, UserProfilePageProps as h, OpenProps as i, RedirectToTasksProps as l, UserProfileLinkProps as m, CustomPortalsRendererProps as n, OrganizationProfilePageProps as o, UserButtonLinkProps as p, MountProps as r, RedirectToSignInProps as s, ClerkProviderProps as t, SignInWithMetamaskButtonProps as u };
|
|
10951
|
-
//# sourceMappingURL=types-
|
|
10960
|
+
//# sourceMappingURL=types-nJoQvbqq.d.mts.map
|
package/dist/types.d.cts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { a as OrganizationProfileLinkProps, c as RedirectToSignUpProps, f as UserButtonActionProps, g as WithClerkProp, h as UserProfilePageProps, i as OpenProps, l as RedirectToTasksProps, m as UserProfileLinkProps, n as CustomPortalsRendererProps, o as OrganizationProfilePageProps, p as UserButtonLinkProps, r as MountProps, s as RedirectToSignInProps, t as ClerkProviderProps, u as SignInWithMetamaskButtonProps } from "./types-
|
|
1
|
+
import { a as OrganizationProfileLinkProps, c as RedirectToSignUpProps, f as UserButtonActionProps, g as WithClerkProp, h as UserProfilePageProps, i as OpenProps, l as RedirectToTasksProps, m as UserProfileLinkProps, n as CustomPortalsRendererProps, o as OrganizationProfilePageProps, p as UserButtonLinkProps, r as MountProps, s as RedirectToSignInProps, t as ClerkProviderProps, u as SignInWithMetamaskButtonProps } from "./types-Dk-8Yo8b.cjs";
|
|
2
2
|
export type * from "@clerk/shared/types";
|
|
3
3
|
export type { ClerkProviderProps, CustomPortalsRendererProps, MountProps, OpenProps, OrganizationProfileLinkProps, OrganizationProfilePageProps, RedirectToSignInProps, RedirectToSignUpProps, RedirectToTasksProps, SignInWithMetamaskButtonProps, UserButtonActionProps, UserButtonLinkProps, UserProfileLinkProps, UserProfilePageProps, WithClerkProp };
|
package/dist/types.d.mts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { a as OrganizationProfileLinkProps, c as RedirectToSignUpProps, f as UserButtonActionProps, g as WithClerkProp, h as UserProfilePageProps, i as OpenProps, l as RedirectToTasksProps, m as UserProfileLinkProps, n as CustomPortalsRendererProps, o as OrganizationProfilePageProps, p as UserButtonLinkProps, r as MountProps, s as RedirectToSignInProps, t as ClerkProviderProps, u as SignInWithMetamaskButtonProps } from "./types-
|
|
1
|
+
import { a as OrganizationProfileLinkProps, c as RedirectToSignUpProps, f as UserButtonActionProps, g as WithClerkProp, h as UserProfilePageProps, i as OpenProps, l as RedirectToTasksProps, m as UserProfileLinkProps, n as CustomPortalsRendererProps, o as OrganizationProfilePageProps, p as UserButtonLinkProps, r as MountProps, s as RedirectToSignInProps, t as ClerkProviderProps, u as SignInWithMetamaskButtonProps } from "./types-nJoQvbqq.mjs";
|
|
2
2
|
export type * from "@clerk/shared/types";
|
|
3
3
|
export type { ClerkProviderProps, CustomPortalsRendererProps, MountProps, OpenProps, OrganizationProfileLinkProps, OrganizationProfilePageProps, RedirectToSignInProps, RedirectToSignUpProps, RedirectToTasksProps, SignInWithMetamaskButtonProps, UserButtonActionProps, UserButtonLinkProps, UserProfileLinkProps, UserProfilePageProps, WithClerkProp };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { g as WithClerkProp } from "./types-
|
|
2
|
-
import React from "react";
|
|
1
|
+
import { g as WithClerkProp } from "./types-Dk-8Yo8b.cjs";
|
|
3
2
|
import { HandleOAuthCallbackParams, PendingSessionOptions, ShowWhenCondition, UseAuthReturn } from "@clerk/shared/types";
|
|
3
|
+
import React from "react";
|
|
4
4
|
|
|
5
5
|
//#region src/components/controlComponents.d.ts
|
|
6
6
|
declare const ClerkLoaded: ({
|
|
@@ -211,4 +211,4 @@ declare function useDerivedAuth(authObject: any, {
|
|
|
211
211
|
}?: PendingSessionOptions): UseAuthReturn;
|
|
212
212
|
//#endregion
|
|
213
213
|
export { ClerkFailed as a, MultisessionAppSupport as c, RedirectToSignIn as d, RedirectToSignUp as f, ShowProps as g, Show as h, ClerkDegraded as i, RedirectToCreateOrganization as l, RedirectToUserProfile as m, useDerivedAuth as n, ClerkLoaded as o, RedirectToTasks as p, AuthenticateWithRedirectCallback as r, ClerkLoading as s, useAuth as t, RedirectToOrganizationProfile as u };
|
|
214
|
-
//# sourceMappingURL=useAuth-
|
|
214
|
+
//# sourceMappingURL=useAuth-BZTsJdWU.d.cts.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { g as WithClerkProp } from "./types-
|
|
2
|
-
import { HandleOAuthCallbackParams, PendingSessionOptions, ShowWhenCondition, UseAuthReturn } from "@clerk/shared/types";
|
|
1
|
+
import { g as WithClerkProp } from "./types-nJoQvbqq.mjs";
|
|
3
2
|
import React from "react";
|
|
3
|
+
import { HandleOAuthCallbackParams, PendingSessionOptions, ShowWhenCondition, UseAuthReturn } from "@clerk/shared/types";
|
|
4
4
|
|
|
5
5
|
//#region src/components/controlComponents.d.ts
|
|
6
6
|
declare const ClerkLoaded: ({
|
|
@@ -211,4 +211,4 @@ declare function useDerivedAuth(authObject: any, {
|
|
|
211
211
|
}?: PendingSessionOptions): UseAuthReturn;
|
|
212
212
|
//#endregion
|
|
213
213
|
export { ClerkFailed as a, MultisessionAppSupport as c, RedirectToSignIn as d, RedirectToSignUp as f, ShowProps as g, Show as h, ClerkDegraded as i, RedirectToCreateOrganization as l, RedirectToUserProfile as m, useDerivedAuth as n, ClerkLoaded as o, RedirectToTasks as p, AuthenticateWithRedirectCallback as r, ClerkLoading as s, useAuth as t, RedirectToOrganizationProfile as u };
|
|
214
|
-
//# sourceMappingURL=useAuth-
|
|
214
|
+
//# sourceMappingURL=useAuth-Duc_Iidc.d.mts.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@clerk/react",
|
|
3
|
-
"version": "6.10.0
|
|
3
|
+
"version": "6.10.0",
|
|
4
4
|
"description": "Clerk React library",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"clerk",
|
|
@@ -89,14 +89,14 @@
|
|
|
89
89
|
],
|
|
90
90
|
"dependencies": {
|
|
91
91
|
"tslib": "2.8.1",
|
|
92
|
-
"@clerk/shared": "4.18.0
|
|
92
|
+
"@clerk/shared": "^4.18.0"
|
|
93
93
|
},
|
|
94
94
|
"devDependencies": {
|
|
95
95
|
"@types/semver": "^7.7.1",
|
|
96
96
|
"semver": "^7.7.4",
|
|
97
97
|
"yaml": "^2.8.3",
|
|
98
|
-
"@clerk/localizations": "4.8.2
|
|
99
|
-
"@clerk/ui": "1.17.0
|
|
98
|
+
"@clerk/localizations": "4.8.2",
|
|
99
|
+
"@clerk/ui": "1.17.0"
|
|
100
100
|
},
|
|
101
101
|
"peerDependencies": {
|
|
102
102
|
"react": "^18.0.0 || ~19.0.3 || ~19.1.4 || ~19.2.3 || ~19.3.0-0",
|