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

chore: swap ipfs-block for ipld-block #91

Merged
merged 1 commit into from
May 5, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
"cids": "^0.8.0",
"dirty-chai": "^2.0.1",
"fs-extra": "^9.0.0",
"ipfs-block": "~0.8.1",
"ipfs-repo": "^1.0.1",
"ipfs-repo": "^2.0.0",
"ipld-block": "^0.9.1",
"lodash": "^4.17.11",
"multihashing-async": "^0.8.1"
},
Expand Down
2 changes: 1 addition & 1 deletion test/block-service-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const chai = require('chai')
chai.use(require('dirty-chai'))
const expect = chai.expect

const Block = require('ipfs-block')
const Block = require('ipld-block')
const _ = require('lodash')
const { collect } = require('streaming-iterables')
const CID = require('cids')
Expand Down