@clerk/nuxt 2.0.0-snapshot.v20251216175437 → 2.0.0-snapshot.v20251217165918

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: "2.0.0-snapshot.v20251216175437",
15
+ version: "2.0.0-snapshot.v20251217165918",
16
16
  configKey: "clerk",
17
17
  compatibility: {
18
18
  nuxt: ">=3.0.0"
@@ -38,7 +38,7 @@ declare const UserProfile: {
38
38
  new (...args: any[]): vue.CreateComponentPublicInstanceWithMixins<Readonly<{
39
39
  appearance?: _clerk_shared_types.ClerkAppearanceTheme;
40
40
  path?: string | undefined;
41
- routing?: "path" | "hash" | "virtual" | undefined;
41
+ routing?: "path" | "hash" | undefined;
42
42
  __experimental_startPath?: string | undefined;
43
43
  apiKeysProps?: (_clerk_shared_types.APIKeysProps & {
44
44
  hide?: boolean;
@@ -54,7 +54,7 @@ declare const UserProfile: {
54
54
  }, Readonly<{
55
55
  appearance?: _clerk_shared_types.ClerkAppearanceTheme;
56
56
  path?: string | undefined;
57
- routing?: "path" | "hash" | "virtual" | undefined;
57
+ routing?: "path" | "hash" | undefined;
58
58
  __experimental_startPath?: string | undefined;
59
59
  apiKeysProps?: (_clerk_shared_types.APIKeysProps & {
60
60
  hide?: boolean;
@@ -67,7 +67,7 @@ declare const UserProfile: {
67
67
  } & vue.ComponentOptionsBase<Readonly<{
68
68
  appearance?: _clerk_shared_types.ClerkAppearanceTheme;
69
69
  path?: string | undefined;
70
- routing?: "path" | "hash" | "virtual" | undefined;
70
+ routing?: "path" | "hash" | undefined;
71
71
  __experimental_startPath?: string | undefined;
72
72
  apiKeysProps?: (_clerk_shared_types.APIKeysProps & {
73
73
  hide?: boolean;
@@ -94,7 +94,7 @@ declare const OrganizationProfile: {
94
94
  new (...args: any[]): vue.CreateComponentPublicInstanceWithMixins<Readonly<{
95
95
  appearance?: _clerk_shared_types.ClerkAppearanceTheme;
96
96
  path?: string | undefined;
97
- routing?: "path" | "hash" | "virtual" | undefined;
97
+ routing?: "path" | "hash" | undefined;
98
98
  afterLeaveOrganizationUrl?: string | undefined;
99
99
  __experimental_startPath?: string | undefined;
100
100
  apiKeysProps?: (_clerk_shared_types.APIKeysProps & {
@@ -110,7 +110,7 @@ declare const OrganizationProfile: {
110
110
  }, Readonly<{
111
111
  appearance?: _clerk_shared_types.ClerkAppearanceTheme;
112
112
  path?: string | undefined;
113
- routing?: "path" | "hash" | "virtual" | undefined;
113
+ routing?: "path" | "hash" | undefined;
114
114
  afterLeaveOrganizationUrl?: string | undefined;
115
115
  __experimental_startPath?: string | undefined;
116
116
  apiKeysProps?: (_clerk_shared_types.APIKeysProps & {
@@ -123,7 +123,7 @@ declare const OrganizationProfile: {
123
123
  } & vue.ComponentOptionsBase<Readonly<{
124
124
  appearance?: _clerk_shared_types.ClerkAppearanceTheme;
125
125
  path?: string | undefined;
126
- routing?: "path" | "hash" | "virtual" | undefined;
126
+ routing?: "path" | "hash" | undefined;
127
127
  afterLeaveOrganizationUrl?: string | undefined;
128
128
  __experimental_startPath?: string | undefined;
129
129
  apiKeysProps?: (_clerk_shared_types.APIKeysProps & {
@@ -155,7 +155,7 @@ declare const CreateOrganization: vue.DefineComponent<({
155
155
  appearance?: _clerk_shared_types.ClerkAppearanceTheme;
156
156
  }) | ({
157
157
  path?: never;
158
- routing?: Extract<_clerk_shared_types.RoutingStrategy, "hash" | "virtual">;
158
+ routing?: Extract<_clerk_shared_types.RoutingStrategy, "hash">;
159
159
  } & {
160
160
  afterCreateOrganizationUrl?: ((organization: _clerk_shared_types.OrganizationResource) => string) | ((string & Record<never, never>) | ":name" | ":id" | ":slug" | ":imageUrl" | ":hasImage" | ":membersCount" | ":pendingInvitationsCount" | ":adminDeleteEnabled" | ":maxAllowedMemberships" | ":pathRoot");
161
161
  skipInvitationScreen?: boolean;
@@ -169,7 +169,7 @@ declare const CreateOrganization: vue.DefineComponent<({
169
169
  appearance?: _clerk_shared_types.ClerkAppearanceTheme;
170
170
  }) | ({
171
171
  path?: never;
172
- routing?: Extract<_clerk_shared_types.RoutingStrategy, "hash" | "virtual">;
172
+ routing?: Extract<_clerk_shared_types.RoutingStrategy, "hash">;
173
173
  } & {
174
174
  afterCreateOrganizationUrl?: ((organization: _clerk_shared_types.OrganizationResource) => string) | ((string & Record<never, never>) | ":name" | ":id" | ":slug" | ":imageUrl" | ":hasImage" | ":membersCount" | ":pendingInvitationsCount" | ":adminDeleteEnabled" | ":maxAllowedMemberships" | ":pathRoot");
175
175
  skipInvitationScreen?: boolean;
@@ -196,7 +196,7 @@ declare const SignIn: vue.DefineComponent<({
196
196
  oidcPrompt?: string;
197
197
  } & _clerk_shared_types.TransferableOption & _clerk_shared_types.SignUpForceRedirectUrl & _clerk_shared_types.SignUpFallbackRedirectUrl & _clerk_shared_types.AfterSignOutUrl) | ({
198
198
  path?: never;
199
- routing?: Extract<_clerk_shared_types.RoutingStrategy, "hash" | "virtual">;
199
+ routing?: Extract<_clerk_shared_types.RoutingStrategy, "hash">;
200
200
  } & {
201
201
  forceRedirectUrl?: string | null;
202
202
  fallbackRedirectUrl?: string | null;
@@ -232,7 +232,7 @@ declare const SignIn: vue.DefineComponent<({
232
232
  oidcPrompt?: string;
233
233
  } & _clerk_shared_types.TransferableOption & _clerk_shared_types.SignUpForceRedirectUrl & _clerk_shared_types.SignUpFallbackRedirectUrl & _clerk_shared_types.AfterSignOutUrl) | ({
234
234
  path?: never;
235
- routing?: Extract<_clerk_shared_types.RoutingStrategy, "hash" | "virtual">;
235
+ routing?: Extract<_clerk_shared_types.RoutingStrategy, "hash">;
236
236
  } & {
237
237
  forceRedirectUrl?: string | null;
238
238
  fallbackRedirectUrl?: string | null;
@@ -267,7 +267,7 @@ declare const SignUp: vue.DefineComponent<({
267
267
  oidcPrompt?: string;
268
268
  } & _clerk_shared_types.SignInFallbackRedirectUrl & _clerk_shared_types.SignInForceRedirectUrl & _clerk_shared_types.AfterSignOutUrl) | ({
269
269
  path?: never;
270
- routing?: Extract<_clerk_shared_types.RoutingStrategy, "hash" | "virtual">;
270
+ routing?: Extract<_clerk_shared_types.RoutingStrategy, "hash">;
271
271
  } & {
272
272
  forceRedirectUrl?: string | null;
273
273
  fallbackRedirectUrl?: string | null;
@@ -299,7 +299,7 @@ declare const SignUp: vue.DefineComponent<({
299
299
  oidcPrompt?: string;
300
300
  } & _clerk_shared_types.SignInFallbackRedirectUrl & _clerk_shared_types.SignInForceRedirectUrl & _clerk_shared_types.AfterSignOutUrl) | ({
301
301
  path?: never;
302
- routing?: Extract<_clerk_shared_types.RoutingStrategy, "hash" | "virtual">;
302
+ routing?: Extract<_clerk_shared_types.RoutingStrategy, "hash">;
303
303
  } & {
304
304
  forceRedirectUrl?: string | null;
305
305
  fallbackRedirectUrl?: string | null;
@@ -18,7 +18,7 @@ var plugin_default = defineNuxtPlugin((nuxtApp) => {
18
18
  clerkUiUrl: clerkConfig.uiUrl,
19
19
  sdkMetadata: {
20
20
  name: "@clerk/nuxt",
21
- version: "2.0.0-snapshot.v20251216175437",
21
+ version: "2.0.0-snapshot.v20251217165918",
22
22
  environment: process.env.NODE_ENV
23
23
  },
24
24
  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"}@${"2.0.0-snapshot.v20251216175437"}`,
20
+ userAgent: `${"@clerk/nuxt"}@${"2.0.0-snapshot.v20251217165918"}`,
21
21
  sdkMetadata: {
22
22
  name: "@clerk/nuxt",
23
- version: "2.0.0-snapshot.v20251216175437",
23
+ version: "2.0.0-snapshot.v20251217165918",
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": "2.0.0-snapshot.v20251216175437",
3
+ "version": "2.0.0-snapshot.v20251217165918",
4
4
  "description": "Clerk SDK for Nuxt",
5
5
  "keywords": [
6
6
  "clerk",
@@ -60,9 +60,9 @@
60
60
  "@nuxt/kit": "^4.1.3",
61
61
  "@nuxt/schema": "^4.1.3",
62
62
  "h3": "^1.15.4",
63
- "@clerk/backend": "3.0.0-snapshot.v20251216175437",
64
- "@clerk/shared": "4.0.0-snapshot.v20251216175437",
65
- "@clerk/vue": "2.0.0-snapshot.v20251216175437"
63
+ "@clerk/backend": "3.0.0-snapshot.v20251217165918",
64
+ "@clerk/shared": "4.0.0-snapshot.v20251217165918",
65
+ "@clerk/vue": "2.0.0-snapshot.v20251217165918"
66
66
  },
67
67
  "devDependencies": {
68
68
  "nuxt": "^4.1.2",