a216a47: Add requestId to iframe requests. This allows developers to send multiple requests at once to an iframe, and have the corresponding responses be handled correctly (in order)
fad7c37: @turnkey/iframe-stamper - Implemented MessageChannel API for secure communication between the parent and iframe.@turnkey/sdk-browser - fixed spelling in package.json
@turnkey/sdk-server - fixed spelling in package.json
c98c222: - Add support for auth (e.g. via email), and include recovery under it. Note that the preferred path is now to use injectCredentialBundle, as opposed to injectRecoveryBundle (deprecated).