This repository was archived by the owner on Feb 12, 2024. It is now read-only.
File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 105
105
"hapi-set-header" : " ^1.0.2" ,
106
106
"hoek" : " ^5.0.3" ,
107
107
"human-to-milliseconds" : " ^1.0.0" ,
108
- "interface-datastore" : " ~0.4.2 " ,
108
+ "interface-datastore" : " ~0.5.0 " ,
109
109
"ipfs-api" : " ^24.0.0" ,
110
110
"ipfs-bitswap" : " ~0.20.3" ,
111
111
"ipfs-block" : " ~0.7.1" ,
112
112
"ipfs-block-service" : " ~0.14.0" ,
113
113
"ipfs-http-response" : " ~0.1.2" ,
114
114
"ipfs-mfs" : " ~0.3.0" ,
115
115
"ipfs-multipart" : " ~0.1.0" ,
116
- "ipfs-repo" : " ~0.23.1 " ,
116
+ "ipfs-repo" : " ~0.24.0 " ,
117
117
"ipfs-unixfs" : " ~0.1.15" ,
118
118
"ipfs-unixfs-engine" : " ~0.32.3" ,
119
119
"ipld" : " ~0.17.3" ,
120
120
"ipld-dag-cbor" : " ~0.12.1" ,
121
121
"ipld-dag-pb" : " ~0.14.6" ,
122
- "ipns" : " ~0.1.3 " ,
122
+ "ipns" : " ~0.2.0 " ,
123
123
"is-ipfs" : " ~0.4.2" ,
124
124
"is-pull-stream" : " ~0.0.0" ,
125
125
"is-stream" : " ^1.1.0" ,
Original file line number Diff line number Diff line change @@ -191,7 +191,7 @@ class IpnsPublisher {
191
191
let result
192
192
193
193
if ( err ) {
194
- if ( ! err . notFound ) {
194
+ if ( err . code !== 'ERR_NOT_FOUND' ) {
195
195
const errMsg = `unexpected error getting the ipns record ${ peerId . id } from datastore`
196
196
197
197
log . error ( errMsg )
You can’t perform that action at this time.
0 commit comments