rx-player 4.1.0-dev.2024070800 → 4.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.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "rx-player",
3
3
  "author": "Canal+",
4
- "version": "4.1.0-dev.2024070800",
4
+ "version": "4.1.0",
5
5
  "description": "Canal+ HTML5 Video Player",
6
6
  "main": "./dist/commonjs/index.js",
7
7
  "module": "./dist/es2017/index.js",
@@ -394,7 +394,7 @@ class Player extends EventEmitter<IPublicAPIEvent> {
394
394
  // See: https://bugzilla.mozilla.org/show_bug.cgi?id=1194624
395
395
  videoElement.preload = "auto";
396
396
 
397
- this.version = /* PLAYER_VERSION */ "4.1.0-dev.2024070800";
397
+ this.version = /* PLAYER_VERSION */ "4.1.0";
398
398
  this.log = log;
399
399
  this.state = "STOPPED";
400
400
  this.videoElement = videoElement;
@@ -3193,7 +3193,7 @@ class Player extends EventEmitter<IPublicAPIEvent> {
3193
3193
  }
3194
3194
  }
3195
3195
  }
3196
- Player.version = /* PLAYER_VERSION */ "4.1.0-dev.2024070800";
3196
+ Player.version = /* PLAYER_VERSION */ "4.1.0";
3197
3197
 
3198
3198
  /** Every events sent by the RxPlayer's public API. */
3199
3199
  interface IPublicAPIEvent {