@clerk/tanstack-react-start 1.0.0-canary.v20251218154417 → 1.0.0-canary.v20251218155029

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 { jsxs, Fragment, jsx } from 'react/jsx-runtime';
12
12
  // src/client/ClerkProvider.tsx
13
13
  var SDK_METADATA = {
14
14
  name: "@clerk/tanstack-react-start",
15
- version: "1.0.0-canary.v20251218154417"
15
+ version: "1.0.0-canary.v20251218155029"
16
16
  };
17
17
  var awaitableNavigateRef = { current: void 0 };
18
18
  function ClerkProvider({
@@ -10,7 +10,7 @@ var clerkClient = (options) => {
10
10
  publishableKey: commonEnv.PUBLISHABLE_KEY,
11
11
  apiUrl: commonEnv.API_URL,
12
12
  apiVersion: commonEnv.API_VERSION,
13
- userAgent: `${"@clerk/tanstack-react-start"}@${"1.0.0-canary.v20251218154417"}`,
13
+ userAgent: `${"@clerk/tanstack-react-start"}@${"1.0.0-canary.v20251218155029"}`,
14
14
  proxyUrl: commonEnv.PROXY_URL,
15
15
  domain: commonEnv.DOMAIN,
16
16
  isSatellite: commonEnv.IS_SATELLITE,
@@ -27,7 +27,7 @@ var commonEnvs = () => {
27
27
  API_URL: getEnvVariable("CLERK_API_URL") || apiUrlFromPublishableKey(publicEnvs.publishableKey),
28
28
  SDK_METADATA: {
29
29
  name: "@clerk/tanstack-react-start",
30
- version: "1.0.0-canary.v20251218154417",
30
+ version: "1.0.0-canary.v20251218155029",
31
31
  environment: getEnvVariable("NODE_ENV")
32
32
  }
33
33
  };
@@ -1,7 +1,7 @@
1
- import * as _clerk_shared_error_Sic4NpOV from '@clerk/shared/error-Sic4NpOV';
1
+ import * as _clerk_shared_error_YFxFrD4_ from '@clerk/shared/error-YFxFrD4-';
2
2
 
3
3
  declare const isClient: () => boolean;
4
4
  declare const isServer: () => boolean;
5
- declare const errorThrower: _clerk_shared_error_Sic4NpOV.y;
5
+ declare const errorThrower: _clerk_shared_error_YFxFrD4_.y;
6
6
 
7
7
  export { errorThrower, isClient, isServer };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@clerk/tanstack-react-start",
3
- "version": "1.0.0-canary.v20251218154417",
3
+ "version": "1.0.0-canary.v20251218155029",
4
4
  "description": "Clerk SDK for TanStack React Start",
5
5
  "keywords": [
6
6
  "clerk",
@@ -64,9 +64,9 @@
64
64
  ],
65
65
  "dependencies": {
66
66
  "tslib": "2.8.1",
67
- "@clerk/backend": "3.0.0-canary.v20251218154417",
68
- "@clerk/react": "6.0.0-canary.v20251218154417",
69
- "@clerk/shared": "4.0.0-canary.v20251218154417"
67
+ "@clerk/backend": "3.0.0-canary.v20251218155029",
68
+ "@clerk/react": "6.0.0-canary.v20251218155029",
69
+ "@clerk/shared": "4.0.0-canary.v20251218155029"
70
70
  },
71
71
  "devDependencies": {
72
72
  "@tanstack/react-router": "1.132.0",