@clerk/react-router 3.0.0-snapshot.v20251218165926 → 3.0.0-snapshot.v20251224145055
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.v20251224145055"
|
|
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_B_G3M_Fy from '@clerk/shared/error-B_G3M-Fy';
|
|
2
2
|
|
|
3
|
-
declare const errorThrower:
|
|
3
|
+
declare const errorThrower: _clerk_shared_error_B_G3M_Fy._;
|
|
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.v20251224145055"}`
|
|
17
17
|
});
|
|
18
18
|
};
|
|
19
19
|
export {
|
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.v20251224145055",
|
|
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/backend": "3.0.0-snapshot.v20251224145055",
|
|
87
|
+
"@clerk/shared": "4.0.0-snapshot.v20251224145055",
|
|
88
|
+
"@clerk/react": "6.0.0-snapshot.v20251224145055"
|
|
89
89
|
},
|
|
90
90
|
"devDependencies": {
|
|
91
91
|
"@types/cookie": "^0.6.0",
|
|
@@ -93,8 +93,8 @@
|
|
|
93
93
|
"react-router": "7.9.4"
|
|
94
94
|
},
|
|
95
95
|
"peerDependencies": {
|
|
96
|
-
"react": "^18.0.0 ||
|
|
97
|
-
"react-dom": "^18.0.0 ||
|
|
96
|
+
"react": "^18.0.0 || ~19.0.3 || ~19.1.4 || ~19.2.3 || ~19.3.0-0",
|
|
97
|
+
"react-dom": "^18.0.0 || ~19.0.3 || ~19.1.4 || ~19.2.3 || ~19.3.0-0",
|
|
98
98
|
"react-router": "^7.9.0"
|
|
99
99
|
},
|
|
100
100
|
"engines": {
|