@clerk/tanstack-react-start 1.0.0-canary.v20260120163449 → 1.0.0-canary.v20260120165636

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.v20260120163449"
15
+ version: "1.0.0-canary.v20260120165636"
16
16
  };
17
17
  var awaitableNavigateRef = { current: void 0 };
18
18
  function ClerkProvider({
@@ -1,6 +1,7 @@
1
1
  export { ClerkProvider } from './ClerkProvider.js';
2
2
  export { OrganizationList, OrganizationProfile, SignIn, SignUp, UserProfile } from './uiComponents.js';
3
3
  export * from '@clerk/react';
4
+ export { UNSAFE_PortalProvider } from '@clerk/react';
4
5
  import '@clerk/shared/getToken';
5
6
  import '@clerk/react/internal';
6
7
  import './types.js';
@@ -1,4 +1,5 @@
1
1
  export * from './ClerkProvider.js';
2
2
  export { OrganizationList, OrganizationProfile, SignIn, SignUp, UserProfile } from './uiComponents.js';
3
+ export { UNSAFE_PortalProvider } from '@clerk/react';
3
4
  //# sourceMappingURL=index.js.map
4
5
  //# sourceMappingURL=index.js.map
package/dist/index.d.ts CHANGED
@@ -1,7 +1,8 @@
1
1
  export { ClerkProvider } from './client/ClerkProvider.js';
2
2
  export { OrganizationList, OrganizationProfile, SignIn, SignUp, UserProfile } from './client/uiComponents.js';
3
- export { getToken } from '@clerk/shared/getToken';
4
3
  export * from '@clerk/react';
4
+ export { UNSAFE_PortalProvider } from '@clerk/react';
5
+ export { getToken } from '@clerk/shared/getToken';
5
6
  import '@clerk/react/internal';
6
7
  import './client/types.js';
7
8
  import '@clerk/shared/types';
@@ -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.v20260120163449"}`,
13
+ userAgent: `${"@clerk/tanstack-react-start"}@${"1.0.0-canary.v20260120165636"}`,
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.v20260120163449",
30
+ version: "1.0.0-canary.v20260120165636",
31
31
  environment: getEnvVariable("NODE_ENV")
32
32
  }
33
33
  };
@@ -1,7 +1,7 @@
1
- import * as _clerk_shared_index_CAi_ZPkL from '@clerk/shared/index-CAi-ZPkL';
1
+ import * as _clerk_shared_index_BfWGdu5g from '@clerk/shared/index-BfWGdu5g';
2
2
 
3
3
  declare const isClient: () => boolean;
4
4
  declare const isServer: () => boolean;
5
- declare const errorThrower: _clerk_shared_index_CAi_ZPkL.Zn;
5
+ declare const errorThrower: _clerk_shared_index_BfWGdu5g.Zn;
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.v20260120163449",
3
+ "version": "1.0.0-canary.v20260120165636",
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.v20260120163449",
68
- "@clerk/react": "6.0.0-canary.v20260120163449",
69
- "@clerk/shared": "4.0.0-canary.v20260120163449"
67
+ "@clerk/backend": "3.0.0-canary.v20260120165636",
68
+ "@clerk/react": "6.0.0-canary.v20260120165636",
69
+ "@clerk/shared": "4.0.0-canary.v20260120165636"
70
70
  },
71
71
  "devDependencies": {
72
72
  "@tanstack/react-router": "1.132.0",