@sesamy/sesamy-js 1.21.6 → 1.21.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
@@ -470,8 +470,6 @@ export type Address = {
470
470
  };
471
471
  ```
472
472
 
473
- Here's the documentation for the `updateProfile` function in a similar structure to the `generateLink` and `getProfile` documentation:
474
-
475
473
  ## `updateProfile(profile: Partial<Profile>)`
476
474
 
477
475
  Updates the user's profile information on the Sesamy-hosted service. After updating, the cache is cleared to ensure that the latest profile information is available.