@authhero/kysely-adapter 10.108.0 → 10.109.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.
@@ -18101,7 +18101,8 @@ declare const promptScreenSchema: z.ZodEnum<[
18101
18101
  "passkeys",
18102
18102
  "captcha",
18103
18103
  "custom-form",
18104
- "login-passwordless"
18104
+ "login-passwordless",
18105
+ "mfa-login-options"
18105
18106
  ]>;
18106
18107
  export type PromptScreen = z.infer<typeof promptScreenSchema>;
18107
18108
  declare const customTextSchema: z.ZodRecord<z.ZodString, z.ZodRecord<z.ZodString, z.ZodString>>;
package/package.json CHANGED
@@ -11,7 +11,7 @@
11
11
  "type": "git",
12
12
  "url": "https://github.com/markusahlstrand/authhero"
13
13
  },
14
- "version": "10.108.0",
14
+ "version": "10.109.0",
15
15
  "files": [
16
16
  "dist"
17
17
  ],