@html-graph/html-graph 7.0.0 → 7.1.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.
@@ -734,7 +734,6 @@ declare type LayoutAlgorithmConfig = {
734
734
  readonly dtSec?: number;
735
735
  readonly maxIterations?: number;
736
736
  readonly seed?: string;
737
- readonly maxTimeDeltaSec?: number;
738
737
  readonly nodeCharge?: number;
739
738
  readonly nodeMass?: number;
740
739
  readonly edgeEquilibriumLength?: number;