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

Commit

Permalink
fix: update deps and use ipld-block
Browse files Browse the repository at this point in the history
  • Loading branch information
hugomrdias authored and vmx committed Apr 22, 2020
1 parent 8beb172 commit 9bd8aee
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,19 +41,19 @@
"ethereumjs-block": "^2.2.0",
"fs-extra": "^9.0.0",
"ipfs-block-service": "^0.17.0",
"ipfs-repo": "^1.0.0",
"ipfs-repo": "^2.0.0",
"ipld-bitcoin": "~0.3.0",
"ipld-ethereum": "^4.0.0",
"ipld-git": "~0.5.0",
"ipld-in-memory": "^3.0.1",
"ipld-in-memory": "^3.0.3",
"ipld-zcash": "~0.4.0",
"merkle-patricia-tree": "^3.0.0",
"multihashes": "~0.4.15",
"rlp": "^2.2.3"
},
"dependencies": {
"cids": "~0.8.0",
"ipfs-block": "~0.8.1",
"ipld-block": "~0.9.1",
"ipld-dag-cbor": "~0.15.0",
"ipld-dag-pb": "~0.18.1",
"ipld-raw": "^4.0.0",
Expand Down
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'use strict'

const Block = require('ipfs-block')
const Block = require('ipld-block')
const CID = require('cids')
const mergeOptions = require('merge-options')
const ipldDagCbor = require('ipld-dag-cbor')
Expand Down
2 changes: 1 addition & 1 deletion test/ipld-zcash.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* eslint-env mocha */
'use strict'

const Block = require('ipfs-block')
const Block = require('ipld-block')
const chai = require('chai')
const chaiAsProised = require('chai-as-promised')
const dirtyChai = require('dirty-chai')
Expand Down

0 comments on commit 9bd8aee

Please sign in to comment.