Skip to content

Commit 5029ef0

Browse files
chore: update multiformats (#160)
Let's force update multiformats. Well, I know in theory this is not needed but skypack does not do a good job with getting latest releases sometimes: https://codepen.io/vascosantos/pen/abWWbJe?editors=0011 ![image](https://user-images.githubusercontent.com/7295071/125923376-15dcbbca-1d09-4199-abd6-48143ffa8752.png) Currently this module does not work in skypack, but I would like to see if multiformats/js-multiformats#105 also fixes it. Co-authored-by: Alex Potsides <[email protected]>
1 parent dedbd82 commit 5029ef0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

packages/ipfs-unixfs-exporter/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,9 @@
6363
"interface-blockstore": "^1.0.0",
6464
"ipfs-unixfs": "^5.0.0",
6565
"it-last": "^1.0.5",
66-
"multiformats": "^9.0.4",
66+
"multiformats": "^9.4.2",
6767
"murmurhash3js-revisited": "^3.0.0",
68-
"uint8arrays": "^2.1.5"
68+
"uint8arrays": "^2.1.7"
6969
},
7070
"types": "dist/src/index.d.ts",
7171
"files": [

packages/ipfs-unixfs-importer/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,10 @@
5757
"it-first": "^1.0.6",
5858
"it-parallel-batch": "^1.0.9",
5959
"merge-options": "^3.0.4",
60-
"multiformats": "^9.0.4",
60+
"multiformats": "^9.4.2",
6161
"murmurhash3js-revisited": "^3.0.0",
6262
"rabin-wasm": "^0.1.4",
63-
"uint8arrays": "^2.1.2"
63+
"uint8arrays": "^2.1.7"
6464
},
6565
"types": "dist/src/index.d.ts",
6666
"files": [

0 commit comments

Comments
 (0)