<!-- Hello! To ensure this issue is correctly addressed as soon as possible by the IPFS team, please try to make sure: - This issue is relevant to this repository's topic or codebase. - A clear description is provided. It should includes as much relevant information as possible and clear scope for the issue to be actionable. FOR GENERAL DISCUSSION, HELP OR QUESTIONS, please see the options at https://ipfs.io/help or head directly to https://discuss.ipfs.io. (you can delete this section after reading) --> Just search `repo:ipfs/js-ipns EmbedPublicKey` on this repo and you will see there is no code for ipns.embedPublicKey. Here is code from README that does not work, ``` const ipnsRecordWithEmbeddedPublicKey = await ipns.embedPublicKey(publicKey, ipnsRecord) ```