chore: fix size config

This commit is contained in:
fryorcraken.eth 2022-11-04 13:33:41 +11:00
parent 1a09aa18d5
commit 3346dbbe57
No known key found for this signature in database
GPG Key ID: A82ED75A8DFC50A4
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ module.exports = [
},
{
name: "Asymmetric, symmetric encryption and signature",
path: "packages/core/bundle/lib/waku_message/version_1.js",
path: "packages/message-encryption/bundle/index.js",
import: "{ MessageV1, AsymEncoder, AsymDecoder, SymEncoder, SymDecoder }",
},
{