@arsedizioni/ars-utils 18.2.285 → 18.2.287

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -360,9 +360,9 @@ export declare enum ClipperSort {
360
360
  Relevance = 1,
361
361
  DateAsc = 2,
362
362
  DateDesc = 3,
363
- SourceDateAsc = 4,
364
- SourceDateDesc = 5,
365
- Popularity = 6
363
+ SourceDateAsc = 7,
364
+ SourceDateDesc = 8,
365
+ Popularity = 5
366
366
  }
367
367
  export declare enum ClipperQueryReferencesMode {
368
368
  ReferencesIn = 1,