Skip to content

Commit

Permalink
fix: temporarily remove peer cross dependencies (#2123)
Browse files Browse the repository at this point in the history
* chore: temporarily remove peer cross dependencies

* up lock

* add missing dep
  • Loading branch information
weboko committed Sep 5, 2024
1 parent 5d3cc5f commit f4b6bb0
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 126 deletions.
70 changes: 6 additions & 64 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 2 additions & 6 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,17 +103,13 @@
},
"peerDependencies": {
"@multiformats/multiaddr": "^12.0.0",
"libp2p": "^1.8.1",
"@waku/enr": "^0.0.24",
"@waku/interfaces": "0.0.25",
"@waku/proto": "0.0.7",
"@waku/utils": "0.0.18"
"libp2p": "^1.8.1"
},
"peerDependenciesMeta": {
"@multiformats/multiaddr": {
"optional": true
},
"@waku/interfaces": {
"libp2p": {
"optional": true
}
},
Expand Down
8 changes: 0 additions & 8 deletions packages/discovery/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,17 +81,9 @@
"sinon": "^18.0.0"
},
"peerDependencies": {
"@waku/core": "0.0.30",
"@waku/enr": "0.0.24",
"@waku/interfaces": "0.0.25",
"@waku/proto": "0.0.7",
"@waku/utils": "0.0.18",
"@libp2p/interface": "^1.6.3"
},
"peerDependenciesMeta": {
"@waku/interfaces": {
"optional": true
},
"@libp2p/interface": {
"optional": true
}
Expand Down
5 changes: 0 additions & 5 deletions packages/enr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,14 +79,9 @@
"uint8arrays": "^5.0.1"
},
"peerDependencies": {
"@waku/utils": "0.0.18",
"@waku/interfaces": "0.0.25",
"@multiformats/multiaddr": "^12.0.0"
},
"peerDependenciesMeta": {
"@waku/interfaces": {
"optional": true
},
"@multiformats/multiaddr": {
"optional": true
}
Expand Down
11 changes: 0 additions & 11 deletions packages/message-encryption/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,17 +99,6 @@
"process": "^0.11.10",
"rollup": "^4.12.0"
},
"peerDependencies": {
"@waku/core": "0.0.30",
"@waku/interfaces": "0.0.25",
"@waku/proto": "0.0.7",
"@waku/utils": "0.0.18"
},
"peerDependenciesMeta": {
"@waku/interfaces": {
"optional": true
}
},
"files": [
"dist",
"bundle",
Expand Down
9 changes: 0 additions & 9 deletions packages/message-hash/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,15 +72,6 @@
"process": "^0.11.10",
"rollup": "^4.12.0"
},
"peerDependencies": {
"@waku/interfaces": "0.0.25",
"@waku/utils": "0.0.18"
},
"peerDependenciesMeta": {
"@waku/interfaces": {
"optional": true
}
},
"files": [
"dist",
"bundle",
Expand Down
7 changes: 0 additions & 7 deletions packages/relay/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,16 +68,9 @@
"rollup": "^4.12.0"
},
"peerDependencies": {
"@waku/core": "0.0.30",
"@waku/interfaces": "0.0.25",
"@waku/proto": "0.0.7",
"@waku/utils": "0.0.18",
"@chainsafe/libp2p-gossipsub": "^12.0.0"
},
"peerDependenciesMeta": {
"@waku/interfaces": {
"optional": true
},
"@chainsafe/libp2p-gossipsub": {
"optional": true
}
Expand Down
10 changes: 2 additions & 8 deletions packages/sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@
"@waku/interfaces": "0.0.26",
"@waku/proto": "^0.0.8",
"@waku/utils": "0.0.19",
"@waku/message-hash": "0.1.15",
"libp2p": "^1.8.1"
},
"devDependencies": {
Expand All @@ -83,16 +84,9 @@
"rollup": "^4.12.0"
},
"peerDependencies": {
"@libp2p/bootstrap": "^10",
"@waku/core": "0.0.30",
"@waku/interfaces": "0.0.25",
"@waku/message-hash": "^0.1.14",
"@waku/utils": "0.0.18"
"@libp2p/bootstrap": "^10"
},
"peerDependenciesMeta": {
"@waku/interfaces": {
"optional": true
},
"@libp2p/bootstrap": {
"optional": true
}
Expand Down
8 changes: 0 additions & 8 deletions packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,14 +83,6 @@
"fast-check": "^3.19.0",
"rollup": "^4.12.0"
},
"peerDependencies": {
"@waku/interfaces": "0.0.25"
},
"peerDependenciesMeta": {
"@waku/interfaces": {
"optional": true
}
},
"files": [
"dist",
"bundle",
Expand Down

0 comments on commit f4b6bb0

Please sign in to comment.