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

fix: update deps and use ipld-block #271

Merged
merged 1 commit into from
Apr 22, 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
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