This repository was archived by the owner on Jun 4, 2025. It is now read-only.
Commit 2ecb092
authored
chore: update ipfs (#43)
* chore: update ipfs
The next ipfs release will be a dual ESM/CJS version which is presenting
some interesting challenges for all the different tools used here.
We also use the `ipfs` module everywhere when we could be using `ipfs-core`
instead - it's lighter and much quicker to install. Really we should only
use `ipfs` when we need the CLI and the HTTP RPC API, though I'm a little
wary of the potential confusion for new users having two options introduces.1 parent 95434b7 commit 2ecb092
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
0 commit comments