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
|
@@ -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
|
|
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
|
|
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 {
|