@srgssr/pillarbox-web 1.23.2 → 1.24.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.
@@ -3,7 +3,7 @@
3
3
  const videojs = require('video.js');
4
4
  require('videojs-contrib-eme');
5
5
 
6
- const version = "1.23.1";
6
+ const version = "1.23.3";
7
7
 
8
8
  /** @import VJSPlayer from 'video.js/dist/types/player' */
9
9
  /** @import AudioTrack from 'video.js/dist/types/tracks/audio-track' */
@@ -1,7 +1,7 @@
1
1
  import videojs from 'video.js';
2
2
  import 'videojs-contrib-eme';
3
3
 
4
- const version = "1.23.1";
4
+ const version = "1.23.3";
5
5
 
6
6
  /** @import VJSPlayer from 'video.js/dist/types/player' */
7
7
  /** @import AudioTrack from 'video.js/dist/types/tracks/audio-track' */
@@ -94,7 +94,7 @@ function _toPropertyKey(t) {
94
94
  return "symbol" == typeof i ? i : i + "";
95
95
  }
96
96
 
97
- const version = "1.23.1";
97
+ const version = "1.23.3";
98
98
 
99
99
  /** @import VJSPlayer from 'video.js/dist/types/player' */
100
100
  /** @import AudioTrack from 'video.js/dist/types/tracks/audio-track' */
@@ -2753,6 +2753,7 @@ class MediaComposition {
2753
2753
  mimeType: resource.mimeType,
2754
2754
  presentation: resource.presentation,
2755
2755
  quality: resource.quality,
2756
+ spriteSheet: this.getMainChapter().spriteSheet,
2756
2757
  streaming: resource.streaming,
2757
2758
  streamOffset: resource.streamOffset,
2758
2759
  subtitles: this.getFilteredExternalSubtitles(),