Skip to content

Commit 566a211

Browse files
committed
chore: add missing dependencies
1 parent 6731023 commit 566a211

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

packages/ipfs-unixfs-exporter/package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,13 @@
5252
},
5353
"dependencies": {
5454
"@ipld/dag-cbor": "^3.0.0",
55+
"@ipld/dag-pb": "^0.0.1",
5556
"bignumber.js": "^9.0.1",
5657
"err-code": "^3.0.1",
5758
"hamt-sharding": "^2.0.0",
5859
"ipfs-unixfs": "^3.0.1",
5960
"it-last": "^1.0.5",
61+
"multiformats": "^4.6.1",
6062
"multihashing-async": "^2.1.0"
6163
},
6264
"types": "dist/src/index.d.ts",

packages/ipfs-unixfs-importer/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@
5050
"it-parallel-batch": "^1.0.9",
5151
"merge-options": "^3.0.4",
5252
"multicodec": "^2.1.0",
53+
"multiformats": "^4.6.1",
5354
"multihashing-async": "^2.1.0",
5455
"rabin-wasm": "^0.1.4",
5556
"uint8arrays": "^2.1.2"

0 commit comments

Comments
 (0)