Skip to content

Commit

Permalink
chore: update aegir and multiformats (#3949)
Browse files Browse the repository at this point in the history
Pulls in new ipjs which stubs files that require the node version of
modules.

Fixes #3938
  • Loading branch information
achingbrain committed Nov 24, 2021
1 parent 6681946 commit d2e69a5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,14 +67,14 @@
"it-last": "^1.0.4",
"merge-options": "^3.0.4",
"multiaddr": "^10.0.0",
"multiformats": "^9.4.1",
"multiformats": "^9.4.13",
"native-abort-controller": "^1.0.3",
"parse-duration": "^1.0.0",
"stream-to-it": "^0.2.2",
"uint8arrays": "^3.0.0"
},
"devDependencies": {
"aegir": "^35.1.1",
"aegir": "^36.0.1",
"delay": "^5.0.0",
"go-ipfs": "0.9.1",
"ipfsd-ctl": "^10.0.4",
Expand Down
2 changes: 1 addition & 1 deletion test/log.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ describe('.log', function () {
const i = setInterval(async () => {
try {
await ipfs.add(uint8ArrayFromString('just adding some data to generate logs'))
} catch (_) {
} catch (/** @type {any} */ _) {
// this can error if the test has finished and we're shutting down the node
}
}, 1000)
Expand Down

0 comments on commit d2e69a5

Please sign in to comment.