Skip to content
This repository was archived by the owner on Feb 12, 2024. It is now read-only.

Commit 4d1318d

Browse files
jacobheundaviddias
authored andcommitted
fix: update ipfs-repo errors require
1 parent dcf5ea5 commit 4d1318d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110
"ipfs-block": "~0.7.1",
111111
"ipfs-block-service": "~0.14.0",
112112
"ipfs-multipart": "~0.1.0",
113-
"ipfs-repo": "~0.22.0",
113+
"ipfs-repo": "^0.22.1",
114114
"ipfs-unixfs": "~0.1.14",
115115
"ipfs-unixfs-engine": "~0.29.0",
116116
"ipld": "~0.17.1",

src/core/boot.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
const waterfall = require('async/waterfall')
44
const series = require('async/series')
55
const extend = require('deep-extend')
6-
const RepoErrors = require('ipfs-repo/src/errors')
6+
const RepoErrors = require('ipfs-repo').errors
77

88
// Boot an IPFS node depending on the options set
99
module.exports = (self) => {

0 commit comments

Comments
 (0)