rx-player 3.33.1 → 3.33.2

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/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Changelog
2
2
 
3
- ## v3.33.1 (2024-02-27)
3
+ ## v3.33.2 (2024-02-27)
4
4
 
5
5
  ### Bug fixes
6
6
 
package/VERSION CHANGED
@@ -1 +1 @@
1
- 3.33.1
1
+ 3.33.2
@@ -88,7 +88,7 @@ var Player = /** @class */ (function (_super) {
88
88
  // Workaround to support Firefox autoplay on FF 42.
89
89
  // See: https://bugzilla.mozilla.org/show_bug.cgi?id=1194624
90
90
  videoElement.preload = "auto";
91
- _this.version = /* PLAYER_VERSION */ "3.33.1";
91
+ _this.version = /* PLAYER_VERSION */ "3.33.2";
92
92
  _this.log = log;
93
93
  _this.state = "STOPPED";
94
94
  _this.videoElement = videoElement;
@@ -2472,5 +2472,5 @@ var Player = /** @class */ (function (_super) {
2472
2472
  };
2473
2473
  return Player;
2474
2474
  }(EventEmitter));
2475
- Player.version = /* PLAYER_VERSION */ "3.33.1";
2475
+ Player.version = /* PLAYER_VERSION */ "3.33.2";
2476
2476
  export default Player;
@@ -1,3 +1,3 @@
1
1
 
2
- import RxPlayer from "./_esm5.processed/index";
2
+ import RxPlayer from "./_esm5.processed/minimal";
3
3
  export default RxPlayer;
package/dist/rx-player.js CHANGED
@@ -53141,7 +53141,7 @@ var Player = /*#__PURE__*/function (_EventEmitter) {
53141
53141
  // Workaround to support Firefox autoplay on FF 42.
53142
53142
  // See: https://bugzilla.mozilla.org/show_bug.cgi?id=1194624
53143
53143
  videoElement.preload = "auto";
53144
- _this.version = /* PLAYER_VERSION */"3.33.1";
53144
+ _this.version = /* PLAYER_VERSION */"3.33.2";
53145
53145
  _this.log = log/* default */.Z;
53146
53146
  _this.state = "STOPPED";
53147
53147
  _this.videoElement = videoElement;
@@ -55591,7 +55591,7 @@ var Player = /*#__PURE__*/function (_EventEmitter) {
55591
55591
  }]);
55592
55592
  return Player;
55593
55593
  }(event_emitter/* default */.Z);
55594
- Player.version = /* PLAYER_VERSION */"3.33.1";
55594
+ Player.version = /* PLAYER_VERSION */"3.33.2";
55595
55595
  /* harmony default export */ var public_api = (Player);
55596
55596
  ;// CONCATENATED MODULE: ./src/core/api/index.ts
55597
55597
  /**
@@ -1,3 +1,3 @@
1
1
 
2
- import RxPlayer from "./_esm5.processed/index";
2
+ import RxPlayer from "./_esm5.processed/minimal";
3
3
  export default RxPlayer;