File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"manifest_version" :2 ,
3
3
"name" :" MwJson" ,
4
- "version" :" 0.46.0 " ,
4
+ "version" :" 0.46.1 " ,
5
5
"author" :[
6
6
" [https://github.com/simontaurus Simon Stier]"
7
7
],
Original file line number Diff line number Diff line change @@ -16521,10 +16521,10 @@ function remap (inventory) {
16521
16521
// If the $ref points to itself, then sort it higher than other $refs that point to this $ref
16522
16522
return a . circular ? - 1 : + 1 ;
16523
16523
}
16524
- else if ( a . extended !== b . extended ) {
16524
+ /* else if (a.extended !== b.extended) {
16525
16525
// If the $ref extends the resolved value, then sort it lower than other $refs that don't extend the value
16526
16526
return a.extended ? +1 : -1;
16527
- }
16527
+ }*/
16528
16528
else if ( a . indirections !== b . indirections ) {
16529
16529
// Sort direct references higher than indirect references
16530
16530
return a . indirections - b . indirections ;
You can’t perform that action at this time.
0 commit comments