@barchart/chart-lib 2.258.0 → 2.260.0

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.
@@ -578,7 +578,7 @@ declare module "@barchart/chart-lib" {
578
578
  */
579
579
  daysToExpiration?: number;
580
580
  /** For futures, multi-contract nearest queries; this parameter can be set to one of two values (`"expiration"`, `"combined"`), and determines how the switch from one contract to the next in the series is calculated.
581
- * @default "expiration"
581
+ * @default "combined"
582
582
  */
583
583
  contractRoll?: "expiration" | "combined";
584
584
  };