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,5 +1,5 @@
1
1
  import { Component } from 'react';
2
- import { S as StormcloudVideoPlayerConfig } from '../types-e6QV7SBp.cjs';
2
+ import { a as StormcloudVideoPlayerConfig } from '../types-CSHvCbhZ.cjs';
3
3
 
4
4
  interface HlsPlayerProps extends StormcloudVideoPlayerConfig {
5
5
  onMount?: (player: any) => void;
@@ -1745,7 +1745,7 @@ 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:", {
1748
+ console.log("[PAL] NonceRequest before generateNonce:", JSON.stringify({
1749
1749
  adWillAutoPlay: request.adWillAutoPlay,
1750
1750
  adWillPlayMuted: request.adWillPlayMuted,
1751
1751
  playerVolume: request.playerVolume,
@@ -1760,7 +1760,7 @@ function createPalNonceManager() {
1760
1760
  videoHeight: request.videoHeight,
1761
1761
  ppid: request.ppid,
1762
1762
  sessionId: request.sessionId
1763
- });
1763
+ }, null, 2));
1764
1764
  return [
1765
1765
  4,
1766
1766
  loader.loadNonceManager(request)