@clerk/tanstack-react-start 0.25.4-canary.v20251007110408 → 0.25.4-canary.v20251007163912
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.
@@ -11,7 +11,7 @@ import { jsxs, Fragment, jsx } from 'react/jsx-runtime';
|
|
11
11
|
// src/client/ClerkProvider.tsx
|
12
12
|
var SDK_METADATA = {
|
13
13
|
name: "@clerk/tanstack-react-start",
|
14
|
-
version: "0.25.4-canary.
|
14
|
+
version: "0.25.4-canary.v20251007163912"
|
15
15
|
};
|
16
16
|
var awaitableNavigateRef = { current: void 0 };
|
17
17
|
function ClerkProvider({ children, ...providerProps }) {
|
@@ -15,7 +15,7 @@ async function authenticateRequest(request, opts) {
|
|
15
15
|
isSatellite,
|
16
16
|
domain,
|
17
17
|
publishableKey,
|
18
|
-
userAgent: `${"@clerk/tanstack-react-start"}@${"0.25.4-canary.
|
18
|
+
userAgent: `${"@clerk/tanstack-react-start"}@${"0.25.4-canary.v20251007163912"}`
|
19
19
|
}).authenticateRequest(patchRequest(request), {
|
20
20
|
audience,
|
21
21
|
authorizedParties,
|
@@ -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"}@${"0.25.4-canary.
|
13
|
+
userAgent: `${"@clerk/tanstack-react-start"}@${"0.25.4-canary.v20251007163912"}`,
|
14
14
|
proxyUrl: commonEnv.PROXY_URL,
|
15
15
|
domain: commonEnv.DOMAIN,
|
16
16
|
isSatellite: commonEnv.IS_SATELLITE,
|
package/dist/server/constants.js
CHANGED
@@ -26,7 +26,7 @@ var commonEnvs = () => {
|
|
26
26
|
API_URL: getEnvVariable("CLERK_API_URL") || apiUrlFromPublishableKey(publicEnvs.publishableKey),
|
27
27
|
SDK_METADATA: {
|
28
28
|
name: "@clerk/tanstack-react-start",
|
29
|
-
version: "0.25.4-canary.
|
29
|
+
version: "0.25.4-canary.v20251007163912",
|
30
30
|
environment: getEnvVariable("NODE_ENV")
|
31
31
|
}
|
32
32
|
};
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@clerk/tanstack-react-start",
|
3
|
-
"version": "0.25.4-canary.
|
3
|
+
"version": "0.25.4-canary.v20251007163912",
|
4
4
|
"description": "Clerk SDK for TanStack React Start",
|
5
5
|
"keywords": [
|
6
6
|
"clerk",
|
@@ -55,10 +55,10 @@
|
|
55
55
|
],
|
56
56
|
"dependencies": {
|
57
57
|
"tslib": "2.8.1",
|
58
|
-
"@clerk/backend": "^2.17.3-canary.
|
59
|
-
"@clerk/clerk-react": "^5.51.1-canary.
|
60
|
-
"@clerk/shared": "^3.27.4-canary.
|
61
|
-
"@clerk/types": "^4.93.0-canary.
|
58
|
+
"@clerk/backend": "^2.17.3-canary.v20251007163912",
|
59
|
+
"@clerk/clerk-react": "^5.51.1-canary.v20251007163912",
|
60
|
+
"@clerk/shared": "^3.27.4-canary.v20251007163912",
|
61
|
+
"@clerk/types": "^4.93.0-canary.v20251007163912"
|
62
62
|
},
|
63
63
|
"devDependencies": {
|
64
64
|
"@tanstack/react-router": "1.131.49",
|