@mjhls/mjh-framework 1.0.375 → 1.0.376

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/README.md CHANGED
@@ -1,5 +1,5 @@
1
1
 
2
- # mjh-framework v. 1.0.375
2
+ # mjh-framework v. 1.0.376
3
3
 
4
4
 
5
5
  > Foundation Framework
package/dist/cjs/index.js CHANGED
@@ -8960,6 +8960,7 @@ var Video = function Video(_ref) {
8960
8960
  AdSlot.Beam.report_beam_video('End', deviceType, duration, current, segment, 'BrightCove', chapter.playerID, chapter.accountID, chapter.mediaID);
8961
8961
  });
8962
8962
 
8963
+ var queueProgress = [];
8963
8964
  player.on('timeupdate', function (evt) {
8964
8965
  var duration = player.mediainfo.duration;
8965
8966
  var current = player.currentTime();
package/dist/esm/index.js CHANGED
@@ -8957,6 +8957,7 @@ var Video = function Video(_ref) {
8957
8957
  Beam.report_beam_video('End', deviceType, duration, current, segment, 'BrightCove', chapter.playerID, chapter.accountID, chapter.mediaID);
8958
8958
  });
8959
8959
 
8960
+ var queueProgress = [];
8960
8961
  player.on('timeupdate', function (evt) {
8961
8962
  var duration = player.mediainfo.duration;
8962
8963
  var current = player.currentTime();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mjhls/mjh-framework",
3
- "version": "1.0.375",
3
+ "version": "1.0.376",
4
4
  "description": "Foundation Framework",
5
5
  "author": "mjh-framework",
6
6
  "license": "MIT",