authhero 8.12.0 → 8.13.0

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.
@@ -404,7 +404,7 @@ export declare function initJSXRoute(ctx: Context<{
404
404
  } | undefined;
405
405
  } | undefined;
406
406
  passkey_options?: {
407
- challenge_ui?: "both" | "autofill" | "button" | undefined;
407
+ challenge_ui?: "button" | "both" | "autofill" | undefined;
408
408
  local_enrollment_enabled?: boolean | undefined;
409
409
  progressive_enrollment_enabled?: boolean | undefined;
410
410
  } | undefined;
@@ -1125,7 +1125,7 @@ export declare function initJSXRouteWithSession(ctx: Context<{
1125
1125
  } | undefined;
1126
1126
  } | undefined;
1127
1127
  passkey_options?: {
1128
- challenge_ui?: "both" | "autofill" | "button" | undefined;
1128
+ challenge_ui?: "button" | "both" | "autofill" | undefined;
1129
1129
  local_enrollment_enabled?: boolean | undefined;
1130
1130
  progressive_enrollment_enabled?: boolean | undefined;
1131
1131
  } | undefined;
@@ -18,12 +18,12 @@ export declare const idTokenSchema: z.ZodObject<{
18
18
  c_hash: z.ZodOptional<z.ZodString>;
19
19
  }, z.core.$loose>;
20
20
  export declare const userInfoSchema: z.ZodObject<{
21
+ sub: z.ZodString;
21
22
  name: z.ZodOptional<z.ZodString>;
22
23
  email: z.ZodOptional<z.ZodString>;
23
24
  given_name: z.ZodOptional<z.ZodString>;
24
25
  family_name: z.ZodOptional<z.ZodString>;
25
26
  iss: z.ZodString;
26
- sub: z.ZodString;
27
27
  aud: z.ZodUnion<readonly [z.ZodString, z.ZodArray<z.ZodString>]>;
28
28
  exp: z.ZodNumber;
29
29
  }, z.core.$loose>;
package/package.json CHANGED
@@ -11,7 +11,7 @@
11
11
  "type": "git",
12
12
  "url": "https://github.com/markusahlstrand/authhero"
13
13
  },
14
- "version": "8.12.0",
14
+ "version": "8.13.0",
15
15
  "files": [
16
16
  "dist"
17
17
  ],
@@ -63,7 +63,7 @@
63
63
  "vite": "^8.0.14",
64
64
  "vite-plugin-dts": "^4.5.4",
65
65
  "vitest": "^4.1.7",
66
- "@authhero/kysely-adapter": "11.11.0",
66
+ "@authhero/kysely-adapter": "11.12.0",
67
67
  "@authhero/widget": "0.34.5"
68
68
  },
69
69
  "dependencies": {