chore: remove relay from sdk

This commit is contained in:
danisharora099 2024-05-31 18:27:54 +05:30
parent c5302fd0c8
commit 5ad25ea510
No known key found for this signature in database
GPG Key ID: FBD2BF500037F135
2 changed files with 0 additions and 8 deletions

View File

@ -8,10 +8,6 @@
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js"
},
"./relay": {
"types": "./dist/relay-node/index.d.ts",
"import": "./dist/relay-node/index.js"
}
},
"typesVersions": {
@ -72,12 +68,10 @@
"@waku/discovery": "0.0.2",
"@waku/interfaces": "0.0.24",
"@waku/proto": "^0.0.7",
"@waku/relay": "0.0.12",
"@waku/utils": "0.0.17",
"libp2p": "^1.1.2"
},
"devDependencies": {
"@chainsafe/libp2p-gossipsub": "^12.0.0",
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-json": "^6.0.0",
"@rollup/plugin-node-resolve": "^15.2.3",
@ -93,7 +87,6 @@
"@waku/core": "0.0.28",
"@waku/interfaces": "0.0.23",
"@waku/message-hash": "^0.1.12",
"@waku/relay": "0.0.11",
"@waku/utils": "0.0.16"
},
"peerDependenciesMeta": {

View File

@ -19,4 +19,3 @@ export { wakuStore } from "./protocols/store.js";
export * as waku from "@waku/core";
export * as utils from "@waku/utils";
export * from "@waku/interfaces";
export * as relay from "@waku/relay";