@wacht/jsx 0.0.1-alpha.46 → 0.0.1-alpha.47

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/index.d.ts CHANGED
@@ -1335,6 +1335,7 @@ export declare function useUser(): {
1335
1335
  backup_codes_generated?: boolean;
1336
1336
  backup_codes?: string[];
1337
1337
  has_password?: boolean | undefined;
1338
+ has_passkeys?: boolean | undefined;
1338
1339
  public_metadata?: Record<string, unknown> | undefined;
1339
1340
  segments?: Segment[] | undefined;
1340
1341
  };