File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 161
161
"generate" : " protons src/pb/ipns.proto"
162
162
},
163
163
"dependencies" : {
164
- "@libp2p/crypto" : " ^0.22.10 " ,
164
+ "@libp2p/crypto" : " ^0.22.12 " ,
165
165
"@libp2p/interfaces" : " ^1.3.20" ,
166
166
"@libp2p/logger" : " ^1.1.3" ,
167
167
"@libp2p/peer-id" : " ^1.1.9" ,
170
170
"err-code" : " ^3.0.1" ,
171
171
"interface-datastore" : " ^6.0.2" ,
172
172
"multiformats" : " ^9.4.5" ,
173
- "protons-runtime" : " ^1.0.3 " ,
173
+ "protons-runtime" : " ^1.0.4 " ,
174
174
"timestamp-nano" : " ^1.0.0" ,
175
175
"uint8arrays" : " ^3.0.0"
176
176
},
179
179
"@types/debug" : " ^4.1.5" ,
180
180
"aegir" : " ^37.0.11" ,
181
181
"npm-run-all" : " ^4.1.5" ,
182
- "protons" : " 3.0.3 " ,
182
+ "protons" : " 3.0.4 " ,
183
183
"rimraf" : " ^3.0.2" ,
184
184
"util" : " ^0.12.3"
185
185
}
Original file line number Diff line number Diff line change @@ -21,9 +21,13 @@ export namespace IpnsEntry {
21
21
EOL = 'EOL'
22
22
}
23
23
24
+ enum __ValidityTypeValues {
25
+ EOL = 0
26
+ }
27
+
24
28
export namespace ValidityType {
25
29
export const codec = ( ) => {
26
- return enumeration < typeof ValidityType > ( ValidityType )
30
+ return enumeration < typeof ValidityType > ( __ValidityTypeValues )
27
31
}
28
32
}
29
33
You can’t perform that action at this time.
0 commit comments