File tree 4 files changed +11
-3
lines changed
4 files changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -92,7 +92,9 @@ ipns.getLocalKey(peerId)
92
92
93
93
Returns a key to be used for storing the ipns entry locally, that is:
94
94
95
- /ipns/${base32(<HASH>)}
95
+ ```
96
+ /ipns/${base32(<HASH>)}
97
+ ```
96
98
97
99
### Marshal data with proto buffer
98
100
Original file line number Diff line number Diff line change 182
182
},
183
183
"devDependencies" : {
184
184
"@libp2p/peer-id-factory" : " ^2.0.0" ,
185
- "aegir" : " ^39 .0.10 " ,
185
+ "aegir" : " ^40 .0.11 " ,
186
186
"protons" : " ^7.0.2"
187
187
}
188
188
}
Original file line number Diff line number Diff line change 1
-
2
1
export const ERR_IPNS_EXPIRED_RECORD = 'ERR_IPNS_EXPIRED_RECORD'
3
2
export const ERR_UNRECOGNIZED_VALIDITY = 'ERR_UNRECOGNIZED_VALIDITY'
4
3
export const ERR_SIGNATURE_CREATION = 'ERR_SIGNATURE_CREATION'
Original file line number Diff line number Diff line change
1
+ {
2
+ "entryPoints" : [
3
+ " ./src/index.ts" ,
4
+ " ./src/selector.ts" ,
5
+ " ./src/validator.ts"
6
+ ]
7
+ }
You can’t perform that action at this time.
0 commit comments