mirror of
https://github.com/zkemail/zk-email-verify.git
synced 2026-01-10 14:08:19 -05:00
* Add UserOverrideableDKIMRegistry.sol. * Bump the version. * Update UserOverrideableDKIMRegistry.sol * Update testcases for UserOverrideableDKIMRegistry.sol. * Update version to 6.1.2. * Remove unused function. * Change the default argument of isDKIMPublicKeyHashValid and add reactivateDKIMPublicKeyHash * Add test for reactivate function and fix failed testcases. * Add test cases using signature for reactivateDKIMPublicKeyHash function. --------- Co-authored-by: SoraSuegami <suegamisora@gmail.com>
17 lines
235 B
JSON
17 lines
235 B
JSON
{
|
|
"version": "6.1.2",
|
|
"license": "MIT",
|
|
"private": true,
|
|
"scripts": {
|
|
"test": "jest"
|
|
},
|
|
"workspaces": [
|
|
"packages/*",
|
|
"scripts"
|
|
],
|
|
"packageManager": "yarn@3.2.3",
|
|
"engines": {
|
|
"node": ">=14.0.0"
|
|
}
|
|
}
|