@clerk/tanstack-react-start 1.0.0-snapshot.v20251215210631 → 1.0.0-snapshot.v20251216175437
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-snapshot.
|
|
15
|
+
version: "1.0.0-snapshot.v20251216175437"
|
|
16
16
|
};
|
|
17
17
|
var awaitableNavigateRef = { current: void 0 };
|
|
18
18
|
function ClerkProvider({
|
package/dist/client/index.d.ts
CHANGED
|
@@ -1,7 +1,6 @@
|
|
|
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';
|
|
5
4
|
import '@clerk/react/internal';
|
|
6
5
|
import './types.js';
|
|
7
6
|
import '@clerk/shared/types';
|
package/dist/client/index.js
CHANGED
package/dist/index.d.ts
CHANGED
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
export { ClerkProvider } from './client/ClerkProvider.js';
|
|
2
2
|
export { OrganizationList, OrganizationProfile, SignIn, SignUp, UserProfile } from './client/uiComponents.js';
|
|
3
3
|
export * from '@clerk/react';
|
|
4
|
-
export { UNSAFE_PortalProvider } from '@clerk/react';
|
|
5
4
|
import '@clerk/react/internal';
|
|
6
5
|
import './client/types.js';
|
|
7
6
|
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-snapshot.
|
|
13
|
+
userAgent: `${"@clerk/tanstack-react-start"}@${"1.0.0-snapshot.v20251216175437"}`,
|
|
14
14
|
proxyUrl: commonEnv.PROXY_URL,
|
|
15
15
|
domain: commonEnv.DOMAIN,
|
|
16
16
|
isSatellite: commonEnv.IS_SATELLITE,
|
package/dist/server/constants.js
CHANGED
|
@@ -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-snapshot.
|
|
30
|
+
version: "1.0.0-snapshot.v20251216175437",
|
|
31
31
|
environment: getEnvVariable("NODE_ENV")
|
|
32
32
|
}
|
|
33
33
|
};
|
package/dist/utils/index.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as _clerk_shared_error_DrbZI8Pq from '@clerk/shared/error-DrbZI8Pq';
|
|
2
2
|
|
|
3
3
|
declare const isClient: () => boolean;
|
|
4
4
|
declare const isServer: () => boolean;
|
|
5
|
-
declare const errorThrower:
|
|
5
|
+
declare const errorThrower: _clerk_shared_error_DrbZI8Pq.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-snapshot.
|
|
3
|
+
"version": "1.0.0-snapshot.v20251216175437",
|
|
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/
|
|
68
|
-
"@clerk/
|
|
69
|
-
"@clerk/
|
|
67
|
+
"@clerk/react": "6.0.0-snapshot.v20251216175437",
|
|
68
|
+
"@clerk/shared": "4.0.0-snapshot.v20251216175437",
|
|
69
|
+
"@clerk/backend": "3.0.0-snapshot.v20251216175437"
|
|
70
70
|
},
|
|
71
71
|
"devDependencies": {
|
|
72
72
|
"@tanstack/react-router": "1.132.0",
|