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 { S as StormcloudVideoPlayerConfig } from '../types-e6QV7SBp.cjs';
1
+ import { a as StormcloudVideoPlayerConfig } from '../types-CSHvCbhZ.cjs';
2
2
 
3
3
  declare class StormcloudVideoPlayer {
4
4
  private readonly video;
@@ -1,4 +1,4 @@
1
- import { a as Scte35Marker } from '../types-e6QV7SBp.cjs';
1
+ import { S as Scte35Marker } from '../types-CSHvCbhZ.cjs';
2
2
 
3
3
  type Scte35CueSource = "manifest" | "id3" | "ts";
4
4
  type Scte35CueReadiness = "early" | "playback";
@@ -1709,7 +1709,7 @@ function createPalNonceManager() {
1709
1709
  request.videoHeight = options.videoHeight || 480;
1710
1710
  if (options.ppid) request.ppid = options.ppid;
1711
1711
  if (options.sessionId) request.sessionId = options.sessionId;
1712
- console.log("[PAL] NonceRequest before generateNonce:", {
1712
+ console.log("[PAL] NonceRequest before generateNonce:", JSON.stringify({
1713
1713
  adWillAutoPlay: request.adWillAutoPlay,
1714
1714
  adWillPlayMuted: request.adWillPlayMuted,
1715
1715
  playerVolume: request.playerVolume,
@@ -1724,7 +1724,7 @@ function createPalNonceManager() {
1724
1724
  videoHeight: request.videoHeight,
1725
1725
  ppid: request.ppid,
1726
1726
  sessionId: request.sessionId
1727
- });
1727
+ }, null, 2));
1728
1728
  return [
1729
1729
  4,
1730
1730
  loader.loadNonceManager(request)