stormcloud-video-player 0.8.31 → 0.8.32

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 StormcloudVideoPlayerConfig } from '../types-CSHvCbhZ.cjs';
1
+ import { S as StormcloudVideoPlayerConfig } from '../types-e6QV7SBp.cjs';
2
2
 
3
3
  declare class StormcloudVideoPlayer {
4
4
  private readonly video;
@@ -1,4 +1,4 @@
1
- import { S as Scte35Marker } from '../types-CSHvCbhZ.cjs';
1
+ import { a as Scte35Marker } from '../types-e6QV7SBp.cjs';
2
2
 
3
3
  type Scte35CueSource = "manifest" | "id3" | "ts";
4
4
  type Scte35CueReadiness = "early" | "playback";
@@ -1709,6 +1709,22 @@ 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:", {
1713
+ adWillAutoPlay: request.adWillAutoPlay,
1714
+ adWillPlayMuted: request.adWillPlayMuted,
1715
+ playerVolume: request.playerVolume,
1716
+ continuousPlayback: request.continuousPlayback,
1717
+ descriptionUrl: request.descriptionUrl,
1718
+ iconsSupported: request.iconsSupported,
1719
+ playerType: request.playerType,
1720
+ playerVersion: request.playerVersion,
1721
+ supportedApiFrameworks: request.supportedApiFrameworks,
1722
+ url: request.url,
1723
+ videoWidth: request.videoWidth,
1724
+ videoHeight: request.videoHeight,
1725
+ ppid: request.ppid,
1726
+ sessionId: request.sessionId
1727
+ });
1712
1728
  return [
1713
1729
  4,
1714
1730
  loader.loadNonceManager(request)