chore(sdk): export @libp2p/bootstrap

This commit is contained in:
danisharora099 2024-02-26 19:09:06 +05:30
parent 7af6b71d24
commit 38f6872f82
No known key found for this signature in database
GPG Key ID: FBD2BF500037F135
2 changed files with 3 additions and 0 deletions

View File

@ -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",

View File

@ -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";