rx-player 3.32.1 → 3.32.2-dev.2023102600

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,5 +1,12 @@
1
1
  # Changelog
2
2
 
3
+ ## v3.32.2-dev.2023102600 (2023-10-26)
4
+
5
+ ### Bug Fixes
6
+
7
+ - Fix export of the `LOCAL_MANIFEST` experimental feature [#1305]
8
+
9
+
3
10
  ## v3.32.1 (2023-10-19)
4
11
 
5
12
  ### Features
package/MAINTAINERS.md CHANGED
@@ -16,6 +16,7 @@ RxPlayer-related question or to propose new features.
16
16
  Here is the list of current maintainers:
17
17
 
18
18
  - Paul Berberian <paul.berberian@canal-plus.com>
19
+ - Florent Bouisset <florent.bouisset@canal-plus.com>
19
20
 
20
21
 
21
22
  ## Previous maintainers ########################################################
package/VERSION CHANGED
@@ -1 +1 @@
1
- 3.32.1
1
+ 3.32.2-dev.2023102600
@@ -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.32.1";
91
+ _this.version = /* PLAYER_VERSION */ "3.32.2-dev.2023102600";
92
92
  _this.log = log;
93
93
  _this.state = "STOPPED";
94
94
  _this.videoElement = videoElement;
@@ -2439,5 +2439,5 @@ var Player = /** @class */ (function (_super) {
2439
2439
  };
2440
2440
  return Player;
2441
2441
  }(EventEmitter));
2442
- Player.version = /* PLAYER_VERSION */ "3.32.1";
2442
+ Player.version = /* PLAYER_VERSION */ "3.32.2-dev.2023102600";
2443
2443
  export default Player;
@@ -16,3 +16,4 @@
16
16
  export { DASH_WASM } from "./dash_wasm";
17
17
  export { DEBUG_ELEMENT } from "./debug_element";
18
18
  export { METAPLAYLIST } from "./metaplaylist";
19
+ export { LOCAL_MANIFEST } from "./local";
@@ -16,3 +16,4 @@
16
16
  export { DASH_WASM } from "./dash_wasm";
17
17
  export { DEBUG_ELEMENT } from "./debug_element";
18
18
  export { METAPLAYLIST } from "./metaplaylist";
19
+ export { LOCAL_MANIFEST } from "./local";
@@ -1,3 +1,3 @@
1
1
 
2
- import RxPlayer from "./_esm5.processed/core/api/index";
2
+ import RxPlayer from "./_esm5.processed/index";
3
3
  export default RxPlayer;
package/dist/rx-player.js CHANGED
@@ -52658,7 +52658,7 @@ var Player = /*#__PURE__*/function (_EventEmitter) {
52658
52658
  // Workaround to support Firefox autoplay on FF 42.
52659
52659
  // See: https://bugzilla.mozilla.org/show_bug.cgi?id=1194624
52660
52660
  videoElement.preload = "auto";
52661
- _this.version = /* PLAYER_VERSION */"3.32.1";
52661
+ _this.version = /* PLAYER_VERSION */"3.32.2-dev.2023102600";
52662
52662
  _this.log = log/* default */.Z;
52663
52663
  _this.state = "STOPPED";
52664
52664
  _this.videoElement = videoElement;
@@ -55072,7 +55072,7 @@ var Player = /*#__PURE__*/function (_EventEmitter) {
55072
55072
  }]);
55073
55073
  return Player;
55074
55074
  }(event_emitter/* default */.Z);
55075
- Player.version = /* PLAYER_VERSION */"3.32.1";
55075
+ Player.version = /* PLAYER_VERSION */"3.32.2-dev.2023102600";
55076
55076
  /* harmony default export */ var public_api = (Player);
55077
55077
  ;// CONCATENATED MODULE: ./src/core/api/index.ts
55078
55078
  /**