@clerk/react-router 3.0.0-canary-core3.v20251124161754 → 3.0.0-canary-core3.v20251126192506

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-core3.v20251124161754"
15
+ version: "3.0.0-canary-core3.v20251126192506"
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_BnI7mxCB from '@clerk/shared/error-BnI7mxCB';
1
+ import * as _clerk_shared_error_DVxYvdI_ from '@clerk/shared/error-DVxYvdI_';
2
2
 
3
- declare const errorThrower: _clerk_shared_error_BnI7mxCB.v;
3
+ declare const errorThrower: _clerk_shared_error_DVxYvdI_.v;
4
4
 
5
5
  export { errorThrower };
@@ -13,7 +13,7 @@ var clerkClient = (args) => {
13
13
  domain,
14
14
  publishableKey,
15
15
  machineSecretKey,
16
- userAgent: `${"@clerk/react-router"}@${"3.0.0-canary-core3.v20251124161754"}`
16
+ userAgent: `${"@clerk/react-router"}@${"3.0.0-canary-core3.v20251126192506"}`
17
17
  });
18
18
  };
19
19
  export {
@@ -7,7 +7,7 @@ import '@clerk/shared/types';
7
7
  declare function isResponse(value: any): value is Response;
8
8
  declare function isDataWithResponseInit(value: any): value is UNSAFE_DataWithResponseInit<unknown>;
9
9
  declare function isRedirect(res: Response): boolean;
10
- declare const parseCookies: (req: Request) => Record<string, string | undefined>;
10
+ declare const parseCookies: (req: Request) => Record<string, string>;
11
11
  declare function assertValidHandlerResult(val: any, error?: string): asserts val is Record<string, unknown> | null;
12
12
  /**
13
13
  * `get` and `set` properties will only be available if v8_middleware flag is enabled
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@clerk/react-router",
3
- "version": "3.0.0-canary-core3.v20251124161754",
3
+ "version": "3.0.0-canary-core3.v20251126192506",
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-core3.v20251124161754",
87
- "@clerk/react": "^6.0.0-canary-core3.v20251124161754",
88
- "@clerk/shared": "^4.0.0-canary-core3.v20251124161754"
86
+ "@clerk/backend": "^3.0.0-canary-core3.v20251126192506",
87
+ "@clerk/react": "^6.0.0-canary-core3.v20251126192506",
88
+ "@clerk/shared": "^4.0.0-canary-core3.v20251126192506"
89
89
  },
90
90
  "devDependencies": {
91
91
  "@types/cookie": "^0.6.0",