mirror of https://github.com/status-im/js-waku.git
Merge pull request #1257 from waku-org/fix/peer-exchange-dep
fix: @waku/create should not depend on @waku/peer-exchange
This commit is contained in:
commit
bfc51af258
|
@ -29007,7 +29007,6 @@
|
|||
"@libp2p/websockets": "^5.0.3",
|
||||
"@waku/core": "0.0.11",
|
||||
"@waku/dns-discovery": "0.0.6",
|
||||
"@waku/peer-exchange": "0.0.4",
|
||||
"libp2p": "^0.42.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
@ -29325,6 +29324,7 @@
|
|||
"dependencies": {
|
||||
"@libp2p/interface-peer-discovery": "^1.0.5",
|
||||
"@libp2p/interfaces": "^3.3.1",
|
||||
"@waku/core": "*",
|
||||
"@waku/enr": "0.0.6",
|
||||
"@waku/proto": "0.0.3",
|
||||
"@waku/utils": "*",
|
||||
|
@ -33976,7 +33976,6 @@
|
|||
"@waku/core": "0.0.11",
|
||||
"@waku/dns-discovery": "0.0.6",
|
||||
"@waku/interfaces": "0.0.8",
|
||||
"@waku/peer-exchange": "0.0.4",
|
||||
"cspell": "^6.28.0",
|
||||
"eslint": "^8.35.0",
|
||||
"eslint-config-prettier": "^8.6.0",
|
||||
|
@ -34238,6 +34237,7 @@
|
|||
"@typescript-eslint/eslint-plugin": "^5.55.0",
|
||||
"@typescript-eslint/parser": "^5.51.0",
|
||||
"@waku/build-utils": "*",
|
||||
"@waku/core": "*",
|
||||
"@waku/enr": "0.0.6",
|
||||
"@waku/interfaces": "0.0.8",
|
||||
"@waku/proto": "0.0.3",
|
||||
|
|
|
@ -55,7 +55,6 @@
|
|||
"@libp2p/websockets": "^5.0.3",
|
||||
"@waku/core": "0.0.11",
|
||||
"@waku/dns-discovery": "0.0.6",
|
||||
"@waku/peer-exchange": "0.0.4",
|
||||
"libp2p": "^0.42.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
|
@ -52,6 +52,7 @@
|
|||
"dependencies": {
|
||||
"@libp2p/interface-peer-discovery": "^1.0.5",
|
||||
"@libp2p/interfaces": "^3.3.1",
|
||||
"@waku/core": "*",
|
||||
"@waku/enr": "0.0.6",
|
||||
"@waku/proto": "0.0.3",
|
||||
"@waku/utils": "*",
|
||||
|
|
Loading…
Reference in New Issue