@clerk/react 6.6.3-snapshot.v20260513155808 → 6.6.3
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/{chunk-NUYS3MFD.mjs → chunk-D7BHL3DR.mjs} +1 -1
- package/dist/{chunk-NUYS3MFD.mjs.map → chunk-D7BHL3DR.mjs.map} +1 -1
- package/dist/{chunk-RKNLALW6.mjs → chunk-MMG24L52.mjs} +3 -3
- package/dist/experimental.js.map +1 -1
- package/dist/experimental.mjs +1 -1
- package/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/internal.d.mts +1 -1
- package/dist/internal.d.ts +1 -1
- package/dist/internal.js +1 -1
- package/dist/internal.js.map +1 -1
- package/dist/internal.mjs +2 -2
- package/dist/{useAuth-BYiDKD-3.d.mts → useAuth-ClszkEhj.d.mts} +1 -1
- package/dist/{useAuth-DcwU7ADV.d.ts → useAuth-DFYP0feq.d.ts} +1 -1
- package/package.json +4 -4
- /package/dist/{chunk-RKNLALW6.mjs.map → chunk-MMG24L52.mjs.map} +0 -0
package/dist/index.mjs
CHANGED
|
@@ -12,7 +12,7 @@ import {
|
|
|
12
12
|
RedirectToTasks,
|
|
13
13
|
RedirectToUserProfile,
|
|
14
14
|
Show
|
|
15
|
-
} from "./chunk-
|
|
15
|
+
} from "./chunk-MMG24L52.mjs";
|
|
16
16
|
import {
|
|
17
17
|
APIKeys,
|
|
18
18
|
CreateOrganization,
|
|
@@ -55,7 +55,7 @@ import {
|
|
|
55
55
|
useUser,
|
|
56
56
|
useWaitlist,
|
|
57
57
|
withClerk
|
|
58
|
-
} from "./chunk-
|
|
58
|
+
} from "./chunk-D7BHL3DR.mjs";
|
|
59
59
|
import {
|
|
60
60
|
setErrorThrowerOptions
|
|
61
61
|
} from "./chunk-RQWALB2R.mjs";
|
package/dist/internal.d.mts
CHANGED
|
@@ -8,7 +8,7 @@ export { Ui } from '@clerk/ui/internal';
|
|
|
8
8
|
import React from 'react';
|
|
9
9
|
export { publishableKeyFromHost } from '@clerk/shared/keys';
|
|
10
10
|
import { ErrorThrowerOptions } from '@clerk/shared/error';
|
|
11
|
-
export { M as MultisessionAppSupport, u as useDerivedAuth } from './useAuth-
|
|
11
|
+
export { M as MultisessionAppSupport, u as useDerivedAuth } from './useAuth-ClszkEhj.mjs';
|
|
12
12
|
export { buildClerkJSScriptAttributes, buildClerkJsScriptAttributes, buildClerkUIScriptAttributes, clerkJSScriptUrl, clerkJsScriptUrl, clerkUIScriptUrl, setClerkJSLoadingErrorPackageName, setClerkJsLoadingErrorPackageName } from '@clerk/shared/loadClerkJsScript';
|
|
13
13
|
import '@clerk/shared/ui';
|
|
14
14
|
|
package/dist/internal.d.ts
CHANGED
|
@@ -8,7 +8,7 @@ export { Ui } from '@clerk/ui/internal';
|
|
|
8
8
|
import React from 'react';
|
|
9
9
|
export { publishableKeyFromHost } from '@clerk/shared/keys';
|
|
10
10
|
import { ErrorThrowerOptions } from '@clerk/shared/error';
|
|
11
|
-
export { M as MultisessionAppSupport, u as useDerivedAuth } from './useAuth-
|
|
11
|
+
export { M as MultisessionAppSupport, u as useDerivedAuth } from './useAuth-DFYP0feq.js';
|
|
12
12
|
export { buildClerkJSScriptAttributes, buildClerkJsScriptAttributes, buildClerkUIScriptAttributes, clerkJSScriptUrl, clerkJsScriptUrl, clerkUIScriptUrl, setClerkJSLoadingErrorPackageName, setClerkJsLoadingErrorPackageName } from '@clerk/shared/loadClerkJsScript';
|
|
13
13
|
import '@clerk/shared/ui';
|
|
14
14
|
|
package/dist/internal.js
CHANGED
|
@@ -1661,7 +1661,7 @@ if (typeof globalThis.__BUILD_DISABLE_RHC__ === "undefined") {
|
|
|
1661
1661
|
}
|
|
1662
1662
|
var SDK_METADATA = {
|
|
1663
1663
|
name: "@clerk/react",
|
|
1664
|
-
version: "6.6.3
|
|
1664
|
+
version: "6.6.3",
|
|
1665
1665
|
environment: process.env.NODE_ENV
|
|
1666
1666
|
};
|
|
1667
1667
|
var _status, _domain, _proxyUrl, _publishableKey, _eventBus, _stateProxy, _instance, _IsomorphicClerk_instances, waitForClerkJS_fn;
|