Background
The current @helia/ipns API assumes that you hold the private key for IPNS names. There are some situations where you might want to republish a valid record that was created by another node, however we're missing the API for it.
API Ideas
republishRecord(record: IPNSRecord, pubKey: PublicKey, options?: RepublishRecordOptions): Promise<void>