authhero 0.252.0 → 0.253.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.
@@ -22104,6 +22104,7 @@ export declare function init(config: AuthHeroConfig): {
22104
22104
  } & {
22105
22105
  json: {
22106
22106
  name?: string | undefined;
22107
+ password?: string | undefined;
22107
22108
  email?: string | undefined;
22108
22109
  given_name?: string | undefined;
22109
22110
  family_name?: string | undefined;