mirror of https://github.com/waku-org/js-waku.git
chore(sdk): export @libp2p/bootstrap
This commit is contained in:
parent
7af6b71d24
commit
38f6872f82
|
@ -62,6 +62,7 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@chainsafe/libp2p-noise": "^14.1.0",
|
||||
"@libp2p/bootstrap": "^10.0.15",
|
||||
"@libp2p/identify": "^1.0.11",
|
||||
"@libp2p/mplex": "^10.0.12",
|
||||
"@libp2p/ping": "^1.0.11",
|
||||
|
|
|
@ -17,3 +17,5 @@ export * as waku from "@waku/core";
|
|||
export * as utils from "@waku/utils";
|
||||
export * from "@waku/interfaces";
|
||||
export * as relay from "@waku/relay";
|
||||
|
||||
export { bootstrap } from "@libp2p/bootstrap";
|
||||
|
|
Loading…
Reference in New Issue