@clerk/react-router 3.0.0-snapshot.v20251204175016 → 3.0.0-snapshot.v20251211120550
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.
|
@@ -12,7 +12,7 @@ import { useAwaitableNavigate } from "./useAwaitableNavigate.js";
|
|
|
12
12
|
export * from "@clerk/react";
|
|
13
13
|
var SDK_METADATA = {
|
|
14
14
|
name: "@clerk/react-router",
|
|
15
|
-
version: "3.0.0-snapshot.
|
|
15
|
+
version: "3.0.0-snapshot.v20251211120550"
|
|
16
16
|
};
|
|
17
17
|
var awaitableNavigateRef = { current: void 0 };
|
|
18
18
|
function ClerkProviderBase({ children, ...rest }) {
|
package/dist/errorThrower.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as _clerk_shared_error_Bar_OO4s from '@clerk/shared/error-Bar-OO4s';
|
|
2
2
|
|
|
3
|
-
declare const errorThrower:
|
|
3
|
+
declare const errorThrower: _clerk_shared_error_Bar_OO4s.y;
|
|
4
4
|
|
|
5
5
|
export { errorThrower };
|
|
@@ -13,7 +13,7 @@ var clerkClient = (args, overrides = {}) => {
|
|
|
13
13
|
domain,
|
|
14
14
|
publishableKey,
|
|
15
15
|
machineSecretKey,
|
|
16
|
-
userAgent: `${"@clerk/react-router"}@${"3.0.0-snapshot.
|
|
16
|
+
userAgent: `${"@clerk/react-router"}@${"3.0.0-snapshot.v20251211120550"}`
|
|
17
17
|
});
|
|
18
18
|
};
|
|
19
19
|
export {
|
package/dist/server/types.d.ts
CHANGED
|
@@ -24,9 +24,9 @@ type ClerkMiddlewareOptions = {
|
|
|
24
24
|
signInUrl?: string;
|
|
25
25
|
signUpUrl?: string;
|
|
26
26
|
/**
|
|
27
|
-
* Used to activate a specific [
|
|
27
|
+
* Used to activate a specific [Organization](https://clerk.com/docs/guides/organizations/overview) or [Personal Account](https://clerk.com/docs/guides/dashboard/overview) based on URL path parameters. If there's a mismatch between the Active Organization in the session (e.g., as reported by `auth()`) and the Organization indicated by the URL, an attempt to activate the Organization specified in the URL will be made.
|
|
28
28
|
*
|
|
29
|
-
* If the activation can't be performed, either because an
|
|
29
|
+
* If the activation can't be performed, either because an Organization doesn't exist or the user lacks access, the Active Organization in the session won't be changed. Ultimately, it's the responsibility of the page to verify that the resources are appropriate to render given the URL and handle mismatches appropriately (e.g., by returning a 404).
|
|
30
30
|
*/
|
|
31
31
|
organizationSyncOptions?: OrganizationSyncOptions;
|
|
32
32
|
} & Pick<VerifyTokenOptions, 'audience' | 'authorizedParties'> & MultiDomainAndOrProxy & SignInForceRedirectUrl & SignInFallbackRedirectUrl & SignUpForceRedirectUrl & SignUpFallbackRedirectUrl;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@clerk/react-router",
|
|
3
|
-
"version": "3.0.0-snapshot.
|
|
3
|
+
"version": "3.0.0-snapshot.v20251211120550",
|
|
4
4
|
"description": "Clerk SDK for React Router",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"clerk",
|
|
@@ -83,9 +83,9 @@
|
|
|
83
83
|
"dependencies": {
|
|
84
84
|
"cookie": "0.7.2",
|
|
85
85
|
"tslib": "2.8.1",
|
|
86
|
-
"@clerk/
|
|
87
|
-
"@clerk/
|
|
88
|
-
"@clerk/
|
|
86
|
+
"@clerk/react": "6.0.0-snapshot.v20251211120550",
|
|
87
|
+
"@clerk/shared": "4.0.0-snapshot.v20251211120550",
|
|
88
|
+
"@clerk/backend": "3.0.0-snapshot.v20251211120550"
|
|
89
89
|
},
|
|
90
90
|
"devDependencies": {
|
|
91
91
|
"@types/cookie": "^0.6.0",
|