Skip to content
This repository was archived by the owner on Aug 11, 2021. It is now read-only.

Commit b0568ec

Browse files
achingbrainvmx
authored andcommitted
chore: swap ipfs-block for ipld-block
The module was rename and the renamed version is not compatible with the old version so here we update it. These are only dev deps so not a breaking change.
1 parent c541a28 commit b0568ec

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
@@ -37,8 +37,8 @@
3737
"cids": "^0.8.0",
3838
"dirty-chai": "^2.0.1",
3939
"fs-extra": "^9.0.0",
40-
"ipfs-block": "~0.8.1",
41-
"ipfs-repo": "^1.0.1",
40+
"ipfs-repo": "^2.0.0",
41+
"ipld-block": "^0.9.1",
4242
"lodash": "^4.17.11",
4343
"multihashing-async": "^0.8.1"
4444
},

test/block-service-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ const chai = require('chai')
55
chai.use(require('dirty-chai'))
66
const expect = chai.expect
77

8-
const Block = require('ipfs-block')
8+
const Block = require('ipld-block')
99
const _ = require('lodash')
1010
const { collect } = require('streaming-iterables')
1111
const CID = require('cids')

0 commit comments

Comments
 (0)