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

Commit df1bd1b

Browse files
authored
fix: add deps used in ipfs-core-types (#4058)
These deps were missing
1 parent 125d42b commit df1bd1b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/ipfs-core-types/package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,9 @@
4343
],
4444
"license": "(Apache-2.0 OR MIT)",
4545
"dependencies": {
46+
"@ipld/dag-pb": "^2.1.3",
4647
"interface-datastore": "^6.0.2",
48+
"ipfs-unixfs": "^6.0.3",
4749
"multiaddr": "^10.0.0",
4850
"multiformats": "^9.5.1"
4951
},

0 commit comments

Comments
 (0)