Skip to content

Commit

Permalink
fix: update ipfsd-ctl dep and remove overrides (#242)
Browse files Browse the repository at this point in the history
ipfsd-ctl has been updated so remove dep overrides.
  • Loading branch information
achingbrain committed Sep 12, 2024
1 parent 67c176a commit f9935bc
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@
"did-jwt": "^8.0.4",
"interface-blockstore": "^5.2.10",
"ipfs-unixfs-importer": "^15.2.5",
"ipfsd-ctl": "^14.1.3",
"ipfsd-ctl": "^15.0.0",
"ipns": "^10.0.0",
"is-ipfs": "^8.0.1",
"iso-random-stream": "^2.0.2",
Expand Down Expand Up @@ -236,9 +236,5 @@
"fs/promises": false,
"node:fs/promises": false
},
"sideEffects": false,
"overrides": {
"@libp2p/interface": "^2.0.0",
"@libp2p/logger": "^5.0.0"
}
"sideEffects": false
}

0 comments on commit f9935bc

Please sign in to comment.