Skip to content

Commit d2e69a5

Browse files
authored
chore: update aegir and multiformats (#3949)
Pulls in new ipjs which stubs files that require the node version of modules. Fixes #3938
1 parent 6681946 commit d2e69a5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,14 +67,14 @@
6767
"it-last": "^1.0.4",
6868
"merge-options": "^3.0.4",
6969
"multiaddr": "^10.0.0",
70-
"multiformats": "^9.4.1",
70+
"multiformats": "^9.4.13",
7171
"native-abort-controller": "^1.0.3",
7272
"parse-duration": "^1.0.0",
7373
"stream-to-it": "^0.2.2",
7474
"uint8arrays": "^3.0.0"
7575
},
7676
"devDependencies": {
77-
"aegir": "^35.1.1",
77+
"aegir": "^36.0.1",
7878
"delay": "^5.0.0",
7979
"go-ipfs": "0.9.1",
8080
"ipfsd-ctl": "^10.0.4",

test/log.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ describe('.log', function () {
2222
const i = setInterval(async () => {
2323
try {
2424
await ipfs.add(uint8ArrayFromString('just adding some data to generate logs'))
25-
} catch (_) {
25+
} catch (/** @type {any} */ _) {
2626
// this can error if the test has finished and we're shutting down the node
2727
}
2828
}, 1000)

0 commit comments

Comments
 (0)