diff --git a/package.json b/package.json index 9748cd7..395442c 100644 --- a/package.json +++ b/package.json @@ -41,11 +41,11 @@ "ethereumjs-block": "^2.2.0", "fs-extra": "^9.0.0", "ipfs-block-service": "^0.17.0", - "ipfs-repo": "^2.0.0", + "ipfs-repo": "^1.0.0", "ipld-bitcoin": "~0.3.0", "ipld-ethereum": "^4.0.0", "ipld-git": "~0.5.0", - "ipld-in-memory": "^3.0.3", + "ipld-in-memory": "^3.0.1", "ipld-zcash": "~0.4.0", "merkle-patricia-tree": "^3.0.0", "multihashes": "~0.4.15", @@ -53,7 +53,7 @@ }, "dependencies": { "cids": "~0.8.0", - "ipld-block": "~0.9.1", + "ipfs-block": "~0.8.1", "ipld-dag-cbor": "~0.15.0", "ipld-dag-pb": "~0.18.1", "ipld-raw": "^4.0.0", diff --git a/src/index.js b/src/index.js index c5f0840..8e95a62 100644 --- a/src/index.js +++ b/src/index.js @@ -1,6 +1,6 @@ 'use strict' -const Block = require('ipld-block') +const Block = require('ipfs-block') const CID = require('cids') const mergeOptions = require('merge-options') const ipldDagCbor = require('ipld-dag-cbor') diff --git a/test/ipld-zcash.js b/test/ipld-zcash.js index e5aee56..1c6b33c 100644 --- a/test/ipld-zcash.js +++ b/test/ipld-zcash.js @@ -1,7 +1,7 @@ /* eslint-env mocha */ 'use strict' -const Block = require('ipld-block') +const Block = require('ipfs-block') const chai = require('chai') const chaiAsProised = require('chai-as-promised') const dirtyChai = require('dirty-chai')