@clerk/nuxt 1.10.1-canary.v20251008021642 → 1.10.1-canary.v20251008202655

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.
package/dist/module.js CHANGED
@@ -12,7 +12,7 @@ import {
12
12
  var module_default = defineNuxtModule({
13
13
  meta: {
14
14
  name: "@clerk/nuxt",
15
- version: "1.10.1-canary.v20251008021642",
15
+ version: "1.10.1-canary.v20251008202655",
16
16
  configKey: "clerk",
17
17
  compatibility: {
18
18
  nuxt: ">=3.0.0"
@@ -14,7 +14,7 @@ var plugin_default = defineNuxtPlugin((nuxtApp) => {
14
14
  ...runtimeConfig.public.clerk ?? {},
15
15
  sdkMetadata: {
16
16
  name: "@clerk/nuxt",
17
- version: "1.10.1-canary.v20251008021642",
17
+ version: "1.10.1-canary.v20251008202655",
18
18
  environment: process.env.NODE_ENV
19
19
  },
20
20
  routerPush: (to) => navigateTo(to),
@@ -17,10 +17,10 @@ function clerkClient(event) {
17
17
  disabled: isTruthy(runtimeConfig.public.clerk.telemetry?.disabled),
18
18
  debug: isTruthy(runtimeConfig.public.clerk.telemetry?.debug)
19
19
  },
20
- userAgent: `${"@clerk/nuxt"}@${"1.10.1-canary.v20251008021642"}`,
20
+ userAgent: `${"@clerk/nuxt"}@${"1.10.1-canary.v20251008202655"}`,
21
21
  sdkMetadata: {
22
22
  name: "@clerk/nuxt",
23
- version: "1.10.1-canary.v20251008021642",
23
+ version: "1.10.1-canary.v20251008202655",
24
24
  environment: process.env.NODE_ENV
25
25
  }
26
26
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@clerk/nuxt",
3
- "version": "1.10.1-canary.v20251008021642",
3
+ "version": "1.10.1-canary.v20251008202655",
4
4
  "description": "Clerk SDK for Nuxt",
5
5
  "keywords": [
6
6
  "clerk",
@@ -60,10 +60,10 @@
60
60
  "@nuxt/kit": "^4.1.2",
61
61
  "@nuxt/schema": "^4.1.2",
62
62
  "h3": "^1.15.4",
63
- "@clerk/backend": "^2.18.0-canary.v20251008021642",
64
- "@clerk/shared": "^3.27.4-canary.v20251008021642",
65
- "@clerk/types": "^4.93.0-canary.v20251008021642",
66
- "@clerk/vue": "^1.14.4-canary.v20251008021642"
63
+ "@clerk/backend": "^2.18.0-canary.v20251008202655",
64
+ "@clerk/shared": "^3.27.4-canary.v20251008202655",
65
+ "@clerk/types": "^4.93.0-canary.v20251008202655",
66
+ "@clerk/vue": "^1.14.4-canary.v20251008202655"
67
67
  },
68
68
  "devDependencies": {
69
69
  "nuxt": "^4.1.2",