update size-limit to remove message-hash

This commit is contained in:
danisharora099 2024-01-30 19:52:13 +05:30
parent b41fb70576
commit 2fba56e327
No known key found for this signature in database
GPG Key ID: FBD2BF500037F135
1 changed files with 1 additions and 6 deletions

View File

@ -41,10 +41,5 @@ module.exports = [
name: "History retrieval protocols",
path: "packages/core/bundle/index.js",
import: "{ wakuStore }",
},
{
name: "Deterministic Message Hashing",
path: "packages/message-hash/bundle/index.js",
import: "{ messageHash }",
},
}
];