fix: @waku/create should not depend on @waku/peer-exchange

This commit is contained in:
fryorcraken.eth 2023-03-23 14:04:17 +11:00
parent 0824345f0e
commit f0ac886593
No known key found for this signature in database
GPG Key ID: A82ED75A8DFC50A4
2 changed files with 0 additions and 3 deletions

2
package-lock.json generated
View File

@ -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": {
@ -33976,7 +33975,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",

View File

@ -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": {