@clerk/react-router 3.0.0-canary.v20251212165243 → 3.0.0-canary.v20251212200754

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-canary.v20251212165243"
15
+ version: "3.0.0-canary.v20251212200754"
16
16
  };
17
17
  var awaitableNavigateRef = { current: void 0 };
18
18
  function ClerkProviderBase({ children, ...rest }) {
@@ -1,5 +1,5 @@
1
- import * as _clerk_shared_error_BYj8ux_2 from '@clerk/shared/error-BYj8ux_2';
1
+ import * as _clerk_shared_error_DrbZI8Pq from '@clerk/shared/error-DrbZI8Pq';
2
2
 
3
- declare const errorThrower: _clerk_shared_error_BYj8ux_2.y;
3
+ declare const errorThrower: _clerk_shared_error_DrbZI8Pq.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-canary.v20251212165243"}`
16
+ userAgent: `${"@clerk/react-router"}@${"3.0.0-canary.v20251212200754"}`
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-canary.v20251212165243",
3
+ "version": "3.0.0-canary.v20251212200754",
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/backend": "3.0.0-canary.v20251212165243",
87
- "@clerk/react": "6.0.0-canary.v20251212165243",
88
- "@clerk/shared": "4.0.0-canary.v20251212165243"
86
+ "@clerk/backend": "3.0.0-canary.v20251212200754",
87
+ "@clerk/react": "6.0.0-canary.v20251212200754",
88
+ "@clerk/shared": "4.0.0-canary.v20251212200754"
89
89
  },
90
90
  "devDependencies": {
91
91
  "@types/cookie": "^0.6.0",