Skip to content

Commit

Permalink
fix: update gossipsub and remove patches (#274)
Browse files Browse the repository at this point in the history
Gossipsub has been updated so the patches are no longer required.
  • Loading branch information
achingbrain committed Sep 11, 2024
1 parent 0e06d97 commit 33dfae1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6,454 deletions.
7 changes: 2 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -119,14 +119,11 @@
"release": "run-s build docs:no-publish npm:release docs",
"npm:release": "aegir run release --concurrency 1",
"docs": "aegir docs",
"docs:no-publish": "aegir docs --publish false",
"postinstall": "patch-package && rm -rf node_modules/@chainsafe/libp2p-gossipsub/node_modules"
"docs:no-publish": "aegir docs --publish false"
},
"dependencies": {
"aegir": "^44.1.0",
"npm-run-all": "^4.1.5",
"patch-package": "^8.0.0",
"rimraf": "^6.0.1"
"npm-run-all": "^4.1.5"
},
"workspaces": [
"packages/*"
Expand Down
2 changes: 1 addition & 1 deletion packages/libp2p-daemon-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"multiformats": "^13.0.1"
},
"devDependencies": {
"@chainsafe/libp2p-gossipsub": "^13.0.0",
"@chainsafe/libp2p-gossipsub": "^14.0.0",
"@libp2p/daemon-server": "^7.0.0",
"@libp2p/interface-compliance-tests": "^6.0.0",
"@libp2p/kad-dht": "^13.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/libp2p-daemon-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"release": "aegir release"
},
"dependencies": {
"@chainsafe/libp2p-gossipsub": "^13.0.0",
"@chainsafe/libp2p-gossipsub": "^14.0.0",
"@libp2p/crypto": "^5.0.0",
"@libp2p/daemon-protocol": "^6.0.0",
"@libp2p/interface": "^2.0.0",
Expand Down
6,447 changes: 0 additions & 6,447 deletions patches/@chainsafe+libp2p-gossipsub+13.2.0.patch

This file was deleted.

0 comments on commit 33dfae1

Please sign in to comment.