mirror of https://github.com/status-im/js-waku.git
fix: size-limit
This commit is contained in:
parent
c3991a2987
commit
3b93583848
36
package.json
36
package.json
|
@ -169,9 +169,39 @@
|
|||
},
|
||||
"size-limit": [
|
||||
{
|
||||
"path": "dist/umd/index.js",
|
||||
"import": "{ Waku }",
|
||||
"config": "./webpack.umd.config.cjs"
|
||||
"name": "Waku core",
|
||||
"path": "dist/bundle.min.js",
|
||||
"import": "{ Waku }"
|
||||
},
|
||||
{
|
||||
"name": "Waku default setup",
|
||||
"path": "dist/bundle.min.js",
|
||||
"import": "{ createWaku, waitForRemotePeer }"
|
||||
},
|
||||
{
|
||||
"name": "Asymmetric, symmetric encryption and signature",
|
||||
"path": "dist/bundle.min.js",
|
||||
"import": "{ waku_message }"
|
||||
},
|
||||
{
|
||||
"name": "DNS discovery",
|
||||
"path": "dist/bundle.min.js",
|
||||
"import": "{ discovery }"
|
||||
},
|
||||
{
|
||||
"name": "Privacy preserving protocols",
|
||||
"path": "dist/bundle.min.js",
|
||||
"import": "{ WakuRelay }"
|
||||
},
|
||||
{
|
||||
"name": "Light protocols",
|
||||
"path": "dist/bundle.min.js",
|
||||
"import": "{ WakuLightPush, WakuFilter }"
|
||||
},
|
||||
{
|
||||
"name": "History retrieval protocols",
|
||||
"path": "dist/bundle.min.js",
|
||||
"import": "{ WakuStore }"
|
||||
}
|
||||
],
|
||||
"lint-staged": {
|
||||
|
|
Loading…
Reference in New Issue