mirror of https://github.com/waku-org/js-waku.git
chore: fix size config
This commit is contained in:
parent
1a09aa18d5
commit
3346dbbe57
|
@ -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 }",
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue