@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/internal.mjs
CHANGED
|
@@ -2,13 +2,13 @@ import {
|
|
|
2
2
|
ClerkProvider,
|
|
3
3
|
IS_REACT_SHARED_VARIANT_COMPATIBLE,
|
|
4
4
|
MultisessionAppSupport
|
|
5
|
-
} from "./chunk-
|
|
5
|
+
} from "./chunk-MMG24L52.mjs";
|
|
6
6
|
import {
|
|
7
7
|
OAuthConsent,
|
|
8
8
|
incompatibleRoutingWithPathProvidedError,
|
|
9
9
|
noPathProvidedError,
|
|
10
10
|
useDerivedAuth
|
|
11
|
-
} from "./chunk-
|
|
11
|
+
} from "./chunk-D7BHL3DR.mjs";
|
|
12
12
|
import {
|
|
13
13
|
errorThrower,
|
|
14
14
|
setErrorThrowerOptions
|
|
@@ -104,7 +104,7 @@ type UseAuthOptions = PendingSessionOptions | undefined | null;
|
|
|
104
104
|
* </If>
|
|
105
105
|
*
|
|
106
106
|
* @unionReturnHeadings
|
|
107
|
-
* ["
|
|
107
|
+
* ["Loading", "Signed out", "Signed in (no active organization)", "Signed in (with active organization)"]
|
|
108
108
|
*
|
|
109
109
|
* @param [options] - An object containing options for the `useAuth()` hook. `treatPendingAsSignedOut` is a boolean that indicates whether pending sessions are considered as signed out or not. Defaults to `true`.
|
|
110
110
|
*
|
|
@@ -104,7 +104,7 @@ type UseAuthOptions = PendingSessionOptions | undefined | null;
|
|
|
104
104
|
* </If>
|
|
105
105
|
*
|
|
106
106
|
* @unionReturnHeadings
|
|
107
|
-
* ["
|
|
107
|
+
* ["Loading", "Signed out", "Signed in (no active organization)", "Signed in (with active organization)"]
|
|
108
108
|
*
|
|
109
109
|
* @param [options] - An object containing options for the `useAuth()` hook. `treatPendingAsSignedOut` is a boolean that indicates whether pending sessions are considered as signed out or not. Defaults to `true`.
|
|
110
110
|
*
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@clerk/react",
|
|
3
|
-
"version": "6.6.3
|
|
3
|
+
"version": "6.6.3",
|
|
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.11.0
|
|
92
|
+
"@clerk/shared": "^4.11.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/
|
|
99
|
-
"@clerk/
|
|
98
|
+
"@clerk/localizations": "4.6.3",
|
|
99
|
+
"@clerk/ui": "1.10.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",
|
|
File without changes
|