@sesamy/sesamy-js 1.22.5 → 1.22.7

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/README.md CHANGED
@@ -450,12 +450,6 @@ export type Profile = {
450
450
  user_metadata?: { [id: string]: string | number };
451
451
  billingAddress?: Address;
452
452
  deliveryAddress?: Address;
453
- // @deprecated
454
- sub: string;
455
- email_verified?: boolean;
456
- given_name?: string;
457
- family_name?: string;
458
- phone_number?: string;
459
453
  };
460
454
  ```
461
455