@clerk/tanstack-react-start 1.0.0-snapshot.v20251218183643 → 1.0.0-snapshot.v20251224145055
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.v20251224145055"
|
|
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.v20251224145055"}`,
|
|
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.v20251224145055",
|
|
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_B_G3M_Fy from '@clerk/shared/error-B_G3M-Fy';
|
|
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_B_G3M_Fy._;
|
|
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.v20251224145055",
|
|
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-snapshot.
|
|
68
|
-
"@clerk/react": "6.0.0-snapshot.
|
|
69
|
-
"@clerk/shared": "4.0.0-snapshot.
|
|
67
|
+
"@clerk/backend": "3.0.0-snapshot.v20251224145055",
|
|
68
|
+
"@clerk/react": "6.0.0-snapshot.v20251224145055",
|
|
69
|
+
"@clerk/shared": "4.0.0-snapshot.v20251224145055"
|
|
70
70
|
},
|
|
71
71
|
"devDependencies": {
|
|
72
72
|
"@tanstack/react-router": "1.132.0",
|
|
@@ -76,8 +76,8 @@
|
|
|
76
76
|
"peerDependencies": {
|
|
77
77
|
"@tanstack/react-router": "^1.132.0",
|
|
78
78
|
"@tanstack/react-start": "^1.132.0",
|
|
79
|
-
"react": "^18.0.0 ||
|
|
80
|
-
"react-dom": "^18.0.0 ||
|
|
79
|
+
"react": "^18.0.0 || ~19.0.3 || ~19.1.4 || ~19.2.3 || ~19.3.0-0",
|
|
80
|
+
"react-dom": "^18.0.0 || ~19.0.3 || ~19.1.4 || ~19.2.3 || ~19.3.0-0"
|
|
81
81
|
},
|
|
82
82
|
"engines": {
|
|
83
83
|
"node": ">=20.9.0"
|