Skip to content

Commit ae22d72

Browse files
committed
fix: replace ipfs-http-client with kubo-rpc-client
- migrate from ipfs-http-client to kubo-rpc-client - migrate from ipfsd-ctl v10 to v16 - bundle ESM-only deps to CJS via esbuild (fixes Electron compatibility) - fix multiaddr API: replace deprecated nodeAddress() with getComponents() - fix ipfsd-ctl v16 API: use init/start: false, call manually - fix repo path defaulting to ~/.ipfs when empty
1 parent 1849da1 commit ae22d72

18 files changed

Lines changed: 3476 additions & 1336 deletions

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,5 @@ combined.log
1010
error.log
1111
assets/build/snap-hooks
1212
test-results/
13+
src/esm-bundle.cjs
14+
src/esm-bundle.cjs.map

0 commit comments

Comments
 (0)