File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " @orbitdb/ordered-keyvalue-db" ,
3- "version" : " 1.3.2 " ,
3+ "version" : " 1.3.3 " ,
44 "description" : " Ordered keyvalue database type for orbit-db." ,
55 "author" : " Julien Jean Malard-Adam" ,
66 "keywords" : [
Original file line number Diff line number Diff line change @@ -40,5 +40,6 @@ export const getScalePosition = async ({
4040 // Insert to end of list if there is no following entry, or somewhere between adjacent entries
4141 return nextScalePosition === undefined
4242 ? previousScalePosition + Math . random ( )
43- : previousScalePosition + ( nextScalePosition - previousScalePosition ) * Math . random ( ) ;
43+ : previousScalePosition +
44+ ( nextScalePosition - previousScalePosition ) * Math . random ( ) ;
4445} ;
Original file line number Diff line number Diff line change 11// Generated by genversion.
2- export const version = "1.3.2 " ;
2+ export const version = "1.3.3 " ;
You can’t perform that action at this time.
0 commit comments