@clerk/tanstack-react-start 1.0.0-snapshot.v20251203203405 → 1.0.0-snapshot.v20251204175016
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.v20251204175016"
|
|
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-snapshot.
|
|
13
|
+
userAgent: `${"@clerk/tanstack-react-start"}@${"1.0.0-snapshot.v20251204175016"}`,
|
|
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.v20251204175016",
|
|
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_KRW_ECGa from '@clerk/shared/error-KRW-ECGa';
|
|
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_KRW_ECGa.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.v20251204175016",
|
|
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/backend": "^3.0.0-snapshot.v20251204175016",
|
|
68
|
+
"@clerk/react": "^6.0.0-snapshot.v20251204175016",
|
|
69
|
+
"@clerk/shared": "^4.0.0-snapshot.v20251204175016"
|
|
70
70
|
},
|
|
71
71
|
"devDependencies": {
|
|
72
72
|
"@tanstack/react-router": "1.132.0",
|