rx-player 4.3.0-dev.2025040100 → 4.3.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.
@@ -408,7 +408,7 @@ class Player extends EventEmitter<IPublicAPIEvent> {
408
408
  // See: https://bugzilla.mozilla.org/show_bug.cgi?id=1194624
409
409
  videoElement.preload = "auto";
410
410
 
411
- this.version = /* PLAYER_VERSION */ "4.3.0-dev.2025040100";
411
+ this.version = /* PLAYER_VERSION */ "4.3.0";
412
412
  this.log = log;
413
413
  this.state = "STOPPED";
414
414
  this.videoElement = videoElement;
@@ -3415,7 +3415,7 @@ class Player extends EventEmitter<IPublicAPIEvent> {
3415
3415
  }
3416
3416
  }
3417
3417
  }
3418
- Player.version = /* PLAYER_VERSION */ "4.3.0-dev.2025040100";
3418
+ Player.version = /* PLAYER_VERSION */ "4.3.0";
3419
3419
 
3420
3420
  /** Every events sent by the RxPlayer's public API. */
3421
3421
  interface IPublicAPIEvent {