posthog-js 1.128.2 → 1.128.3

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.
package/dist/module.d.ts CHANGED
@@ -905,6 +905,7 @@ type mediaInteractionParam = {
905
905
  currentTime?: number;
906
906
  volume?: number;
907
907
  muted?: boolean;
908
+ loop?: boolean;
908
909
  playbackRate?: number;
909
910
  };
910
911
  type SelectionRange = {