Skip to content
This repository was archived by the owner on Jan 12, 2024. It is now read-only.

Commit dbdb6e4

Browse files
authored
fix: do not use ipfs-daemon@next (#148)
It pulls in the dag-json changes so the CIDs are different.
1 parent b3706fb commit dbdb6e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/custom-ipld-formats/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"dependencies": {
1313
"dag-jose": "^1.0.0",
1414
"ipfs-core": "^0.11.0",
15-
"ipfs-daemon": "next",
15+
"ipfs-daemon": "^0.10.4",
1616
"ipfs-http-client": "^53.0.0",
1717
"multiformats": "^9.4.1",
1818
"uint8arrays": "^3.0.0"

0 commit comments

Comments
 (0)