What's Changed
- Make non-hub domain support opt-in
Full Changelog: v1.1.4...v1.1.5
If you are using this library with a domain that is not provided to you by Daml Hub, you must now set nonHubDomain
to true
in the DamlHub context:
<DamlHub token="..." nonHubDomain>
{/ ... /}
</DamlHub>
You must also indicate this by passing true into isRunningOnHub()
if calling it directly.