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,5 +1,5 @@
1
1
  import { Component } from 'react';
2
- import { a as StormcloudVideoPlayerConfig } from '../types-CSHvCbhZ.cjs';
2
+ import { S as StormcloudVideoPlayerConfig } from '../types-e6QV7SBp.cjs';
3
3
 
4
4
  interface HlsPlayerProps extends StormcloudVideoPlayerConfig {
5
5
  onMount?: (player: any) => void;
@@ -1745,6 +1745,22 @@ function createPalNonceManager() {
1745
1745
  request.videoHeight = options.videoHeight || 480;
1746
1746
  if (options.ppid) request.ppid = options.ppid;
1747
1747
  if (options.sessionId) request.sessionId = options.sessionId;
1748
+ console.log("[PAL] NonceRequest before generateNonce:", {
1749
+ adWillAutoPlay: request.adWillAutoPlay,
1750
+ adWillPlayMuted: request.adWillPlayMuted,
1751
+ playerVolume: request.playerVolume,
1752
+ continuousPlayback: request.continuousPlayback,
1753
+ descriptionUrl: request.descriptionUrl,
1754
+ iconsSupported: request.iconsSupported,
1755
+ playerType: request.playerType,
1756
+ playerVersion: request.playerVersion,
1757
+ supportedApiFrameworks: request.supportedApiFrameworks,
1758
+ url: request.url,
1759
+ videoWidth: request.videoWidth,
1760
+ videoHeight: request.videoHeight,
1761
+ ppid: request.ppid,
1762
+ sessionId: request.sessionId
1763
+ });
1748
1764
  return [
1749
1765
  4,
1750
1766
  loader.loadNonceManager(request)