@clerk/nextjs 7.0.0-snapshot.v20251217162523 → 7.0.0-snapshot.v20251217194100

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.
@@ -56,7 +56,7 @@ const SIGN_IN_URL = process.env.NEXT_PUBLIC_CLERK_SIGN_IN_URL || "";
56
56
  const SIGN_UP_URL = process.env.NEXT_PUBLIC_CLERK_SIGN_UP_URL || "";
57
57
  const SDK_METADATA = {
58
58
  name: "@clerk/nextjs",
59
- version: "7.0.0-snapshot.v20251217162523",
59
+ version: "7.0.0-snapshot.v20251217194100",
60
60
  environment: process.env.NODE_ENV
61
61
  };
62
62
  const TELEMETRY_DISABLED = (0, import_underscore.isTruthy)(process.env.NEXT_PUBLIC_CLERK_TELEMETRY_DISABLED);
@@ -28,7 +28,7 @@ const clerkClientDefaultOptions = {
28
28
  publishableKey: import_constants.PUBLISHABLE_KEY,
29
29
  apiUrl: import_constants.API_URL,
30
30
  apiVersion: import_constants.API_VERSION,
31
- userAgent: `${"@clerk/nextjs"}@${"7.0.0-snapshot.v20251217162523"}`,
31
+ userAgent: `${"@clerk/nextjs"}@${"7.0.0-snapshot.v20251217194100"}`,
32
32
  proxyUrl: import_constants.PROXY_URL,
33
33
  domain: import_constants.DOMAIN,
34
34
  isSatellite: import_constants.IS_SATELLITE,
@@ -90,7 +90,7 @@ function debugLogHeader(name) {
90
90
  return `[clerk debug start: ${name}]`;
91
91
  }
92
92
  function debugLogFooter(name) {
93
- return `[clerk debug end: ${name}] (@clerk/nextjs=${"7.0.0-snapshot.v20251217162523"},next=${import_package.default.version},timestamp=${Math.round((/* @__PURE__ */ new Date()).getTime() / 1e3)})`;
93
+ return `[clerk debug end: ${name}] (@clerk/nextjs=${"7.0.0-snapshot.v20251217194100"},next=${import_package.default.version},timestamp=${Math.round((/* @__PURE__ */ new Date()).getTime() / 1e3)})`;
94
94
  }
95
95
  function truncate(str, maxLength) {
96
96
  const encoder = new TextEncoder();
@@ -17,7 +17,7 @@ const SIGN_IN_URL = process.env.NEXT_PUBLIC_CLERK_SIGN_IN_URL || "";
17
17
  const SIGN_UP_URL = process.env.NEXT_PUBLIC_CLERK_SIGN_UP_URL || "";
18
18
  const SDK_METADATA = {
19
19
  name: "@clerk/nextjs",
20
- version: "7.0.0-snapshot.v20251217162523",
20
+ version: "7.0.0-snapshot.v20251217194100",
21
21
  environment: process.env.NODE_ENV
22
22
  };
23
23
  const TELEMETRY_DISABLED = isTruthy(process.env.NEXT_PUBLIC_CLERK_TELEMETRY_DISABLED);
@@ -18,7 +18,7 @@ const clerkClientDefaultOptions = {
18
18
  publishableKey: PUBLISHABLE_KEY,
19
19
  apiUrl: API_URL,
20
20
  apiVersion: API_VERSION,
21
- userAgent: `${"@clerk/nextjs"}@${"7.0.0-snapshot.v20251217162523"}`,
21
+ userAgent: `${"@clerk/nextjs"}@${"7.0.0-snapshot.v20251217194100"}`,
22
22
  proxyUrl: PROXY_URL,
23
23
  domain: DOMAIN,
24
24
  isSatellite: IS_SATELLITE,
@@ -57,7 +57,7 @@ function debugLogHeader(name) {
57
57
  return `[clerk debug start: ${name}]`;
58
58
  }
59
59
  function debugLogFooter(name) {
60
- return `[clerk debug end: ${name}] (@clerk/nextjs=${"7.0.0-snapshot.v20251217162523"},next=${nextPkg.version},timestamp=${Math.round((/* @__PURE__ */ new Date()).getTime() / 1e3)})`;
60
+ return `[clerk debug end: ${name}] (@clerk/nextjs=${"7.0.0-snapshot.v20251217194100"},next=${nextPkg.version},timestamp=${Math.round((/* @__PURE__ */ new Date()).getTime() / 1e3)})`;
61
61
  }
62
62
  function truncate(str, maxLength) {
63
63
  const encoder = new TextEncoder();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@clerk/nextjs",
3
- "version": "7.0.0-snapshot.v20251217162523",
3
+ "version": "7.0.0-snapshot.v20251217194100",
4
4
  "description": "Clerk SDK for NextJS",
5
5
  "keywords": [
6
6
  "clerk",
@@ -71,9 +71,9 @@
71
71
  "dependencies": {
72
72
  "server-only": "0.0.1",
73
73
  "tslib": "2.8.1",
74
- "@clerk/backend": "3.0.0-snapshot.v20251217162523",
75
- "@clerk/react": "6.0.0-snapshot.v20251217162523",
76
- "@clerk/shared": "4.0.0-snapshot.v20251217162523"
74
+ "@clerk/backend": "3.0.0-snapshot.v20251217194100",
75
+ "@clerk/react": "6.0.0-snapshot.v20251217194100",
76
+ "@clerk/shared": "4.0.0-snapshot.v20251217194100"
77
77
  },
78
78
  "devDependencies": {
79
79
  "crypto-es": "^2.1.0",