Breaking Change: Update to latest XO-Engine #2

Open
Harvmaster wants to merge 22 commits from kiok-update into main
45 changed files with 2717 additions and 681 deletions
Showing only changes of commit 5bec49858f - Show all commits

View File

@@ -751,7 +751,8 @@ export function InvitationScreen(): React.ReactElement {
acc[variable.variableIdentifier] = variable.value as XOInvitationVariableValue;
return acc;
}, {} as Record<string, XOInvitationVariableValue>)
}, {} as Record<string, XOInvitationVariableValue>),
evaluationDecodeMode: 'bigint'
})}
{/* Output value */}