Skip to content

Commit

Permalink
fix: remove delegated routing api client patch
Browse files Browse the repository at this point in the history
This has been released so upgrade to the new version and remove the
temporary patch.
  • Loading branch information
achingbrain committed Sep 15, 2024
1 parent ec8bf66 commit f417208
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1,225 deletions.
7 changes: 2 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,11 @@
"npm:release": "aegir exec --bail false npm -- publish",
"release:rc": "aegir release-rc",
"docs": "aegir docs",
"docs:no-publish": "aegir docs --publish false",
"postinstall": "patch-package && rimraf node_modules/@helia/delegated-routing-v1-http-api-client/node_modules"
"docs:no-publish": "aegir docs --publish false"
},
"devDependencies": {
"aegir": "^44.0.1",
"npm-run-all": "^4.1.5",
"patch-package": "^8.0.0",
"rimraf": "^6.0.1"
"npm-run-all": "^4.1.5"
},
"type": "module",
"workspaces": [
Expand Down
2 changes: 1 addition & 1 deletion packages/helia/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"@chainsafe/libp2p-noise": "^16.0.0",
"@chainsafe/libp2p-yamux": "^7.0.0",
"@helia/block-brokers": "^3.0.4",
"@helia/delegated-routing-v1-http-api-client": "^3.0.0",
"@helia/delegated-routing-v1-http-api-client": "^4.0.0",
"@helia/interface": "^4.3.1",
"@helia/routers": "^1.1.1",
"@helia/utils": "^0.3.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/routers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"test:electron-main": "aegir test -t electron-main"
},
"dependencies": {
"@helia/delegated-routing-v1-http-api-client": "^3.0.0",
"@helia/delegated-routing-v1-http-api-client": "^4.0.0",
"@helia/interface": "^4.3.1",
"@libp2p/peer-id": "^5.0.0",
"@libp2p/interface": "^2.0.0",
Expand Down
1,218 changes: 0 additions & 1,218 deletions patches/@helia+delegated-routing-v1-http-api-client+3.0.2.patch

This file was deleted.

0 comments on commit f417208

Please sign in to comment.