stormcloud-video-player 0.8.32 → 0.8.33

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.
@@ -1,4 +1,4 @@
1
- import { a as Scte35Marker, S as StormcloudVideoPlayerConfig, A as AdController } from '../types-e6QV7SBp.cjs';
1
+ import { S as Scte35Marker, a as StormcloudVideoPlayerConfig, A as AdController } from '../types-CSHvCbhZ.cjs';
2
2
  import { AdTimingService } from './AdTimingService.cjs';
3
3
  import { AdConfigManager } from './AdConfigManager.cjs';
4
4
  import { Scte35CueManager } from './Scte35CueManager.cjs';
@@ -1,4 +1,4 @@
1
- import { b as AdBreak, S as StormcloudVideoPlayerConfig, A as AdController } from '../types-e6QV7SBp.cjs';
1
+ import { b as AdBreak, a as StormcloudVideoPlayerConfig, A as AdController } from '../types-CSHvCbhZ.cjs';
2
2
  import { PalNonceManager } from '../sdk/pal.cjs';
3
3
  import { VastConsentSignals } from '../utils/vastMacros.cjs';
4
4
 
@@ -1,4 +1,4 @@
1
- import { S as StormcloudVideoPlayerConfig, a as Scte35Marker, A as AdController } from '../types-e6QV7SBp.cjs';
1
+ import { a as StormcloudVideoPlayerConfig, S as Scte35Marker, A as AdController } from '../types-CSHvCbhZ.cjs';
2
2
 
3
3
  interface AdTimingCallbacks {
4
4
  onAdStopTimerFired(): void;
@@ -1,5 +1,5 @@
1
1
  import Hls from 'hls.js';
2
- import { S as StormcloudVideoPlayerConfig, a as Scte35Marker } from '../types-e6QV7SBp.cjs';
2
+ import { a as StormcloudVideoPlayerConfig, S as Scte35Marker } from '../types-CSHvCbhZ.cjs';
3
3
  import { Scte35CueContext } from './playerTypes.cjs';
4
4
  import { Scte35CueManager } from './Scte35CueManager.cjs';
5
5
  import { AdTimingService } from './AdTimingService.cjs';
@@ -1,4 +1,4 @@
1
- import { A as AdController } from '../types-e6QV7SBp.cjs';
1
+ import { A as AdController } from '../types-CSHvCbhZ.cjs';
2
2
 
3
3
  declare function getAdAudioVolume(adPlayer: AdController): number;
4
4
  declare function toggleMute(video: HTMLVideoElement, adPlayer: AdController, debug: boolean): void;
@@ -1,4 +1,4 @@
1
- import { a as Scte35Marker } from '../types-e6QV7SBp.cjs';
1
+ import { S as Scte35Marker } from '../types-CSHvCbhZ.cjs';
2
2
  import { Scte35CueSource, Scte35CueReadiness, Scte35CueContext } from './playerTypes.cjs';
3
3
 
4
4
  interface Scte35CueManagerCallbacks {
@@ -1,4 +1,4 @@
1
- import { a as Scte35Marker, I as Id3TagInfo } from '../types-e6QV7SBp.cjs';
1
+ import { S as Scte35Marker, I as Id3TagInfo } from '../types-CSHvCbhZ.cjs';
2
2
 
3
3
  declare function parseCueOutDuration(value: string): number | undefined;
4
4
  declare function parseCueOutCont(value: string): {
@@ -1658,7 +1658,7 @@ function createPalNonceManager() {
1658
1658
  request.videoHeight = options.videoHeight || 480;
1659
1659
  if (options.ppid) request.ppid = options.ppid;
1660
1660
  if (options.sessionId) request.sessionId = options.sessionId;
1661
- console.log("[PAL] NonceRequest before generateNonce:", {
1661
+ console.log("[PAL] NonceRequest before generateNonce:", JSON.stringify({
1662
1662
  adWillAutoPlay: request.adWillAutoPlay,
1663
1663
  adWillPlayMuted: request.adWillPlayMuted,
1664
1664
  playerVolume: request.playerVolume,
@@ -1673,7 +1673,7 @@ function createPalNonceManager() {
1673
1673
  videoHeight: request.videoHeight,
1674
1674
  ppid: request.ppid,
1675
1675
  sessionId: request.sessionId
1676
- });
1676
+ }, null, 2));
1677
1677
  return [
1678
1678
  4,
1679
1679
  loader.loadNonceManager(request)