Skip to content

Commit 9388c40

Browse files
authored
deps: update all it-* deps to latest versions (#25)
1 parent 5b0c023 commit 9388c40

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

packages/interop/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"ipfs-core-types": "^0.14.0",
6767
"ipfs-unixfs-importer": "^15.1.0",
6868
"ipfsd-ctl": "^13.0.0",
69-
"it-to-buffer": "^3.0.1",
69+
"it-to-buffer": "^4.0.1",
7070
"kubo-rpc-client": "^3.0.0",
7171
"libp2p": "^0.43.2",
7272
"merge-options": "^3.0.4",

packages/interop/test/bitswap.spec.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ describe('unixfs bitswap interop', () => {
5454

5555
const bytes = await toBuffer(kubo.api.cat(cid))
5656

57-
expect(bytes).to.equalBytes(await toBuffer(input))
57+
expect(bytes).to.equalBytes(toBuffer(input))
5858
})
5959

6060
it('should add a large file to kubo and fetch it from helia', async () => {
@@ -77,6 +77,6 @@ describe('unixfs bitswap interop', () => {
7777

7878
const bytes = await toBuffer(unixFs.cat(cid))
7979

80-
expect(bytes).to.equalBytes(await toBuffer(input))
80+
expect(bytes).to.equalBytes(toBuffer(input))
8181
})
8282
})

packages/unixfs/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -149,8 +149,8 @@
149149
"ipfs-unixfs": "^11.0.0",
150150
"ipfs-unixfs-exporter": "^13.1.0",
151151
"ipfs-unixfs-importer": "^15.1.0",
152-
"it-last": "^2.0.0",
153-
"it-pipe": "^2.0.5",
152+
"it-last": "^3.0.1",
153+
"it-pipe": "^3.0.1",
154154
"merge-options": "^3.0.4",
155155
"multiformats": "^11.0.1",
156156
"progress-events": "^1.0.0",
@@ -160,10 +160,10 @@
160160
"aegir": "^38.1.0",
161161
"blockstore-core": "^4.0.1",
162162
"delay": "^5.0.0",
163-
"it-all": "^2.0.0",
164-
"it-drain": "^2.0.0",
165-
"it-first": "^2.0.0",
166-
"it-to-buffer": "^3.0.0",
163+
"it-all": "^3.0.1",
164+
"it-drain": "^3.0.1",
165+
"it-first": "^3.0.1",
166+
"it-to-buffer": "^4.0.1",
167167
"uint8arrays": "^4.0.3"
168168
},
169169
"typedoc": {

0 commit comments

Comments
 (0)