dapp: v1.0.0
1.0.0 (2025-11-17)
⚠ BREAKING CHANGES
- iapp: result file renamed to
result.json; single protectedData result file now contains{"success": boolean, "protectedData"?: address, "isEmailValid"?: boolean, "error"?: string }; upon error, the iapp will now exit 0 and output"success": falseand"error": stringrather than falling the task.