stormcloud-video-player 0.8.20 → 0.8.21

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-BAP8n5mE.cjs';
1
+ import { a as StormcloudVideoPlayerConfig } from '../types-DNiBmPKK.cjs';
2
2
 
3
3
  declare class StormcloudVideoPlayer {
4
4
  private readonly video;
@@ -1,4 +1,4 @@
1
- import { a as Scte35Marker } from '../types-BAP8n5mE.cjs';
1
+ import { S as Scte35Marker } from '../types-DNiBmPKK.cjs';
2
2
 
3
3
  type Scte35CueSource = "manifest" | "id3" | "ts";
4
4
  type Scte35CueReadiness = "early" | "playback";
@@ -2662,7 +2662,6 @@ var CTV_UNSUPPORTED_PARAMS = [
2662
2662
  "max_ad_duration",
2663
2663
  "unviewed_position_start",
2664
2664
  "impl",
2665
- "scor",
2666
2665
  "vad_type",
2667
2666
  "gdpr",
2668
2667
  "gdpr_consent",
@@ -2951,6 +2950,7 @@ function applyVastMacros(baseUrl, ctx) {
2951
2950
  var params = url.searchParams;
2952
2951
  removeBrokenAppNameOrphans(params, ctx.appName);
2953
2952
  params.set("correlator", ctx.correlator);
2953
+ params.set("scor", ctx.streamCorrelator);
2954
2954
  if (ctx.isCtv) {
2955
2955
  var _iteratorNormalCompletion = true, _didIteratorError = false, _iteratorError = undefined;
2956
2956
  try {
@@ -2972,8 +2972,6 @@ function applyVastMacros(baseUrl, ctx) {
2972
2972
  }
2973
2973
  }
2974
2974
  }
2975
- } else {
2976
- params.set("scor", ctx.streamCorrelator);
2977
2975
  }
2978
2976
  if (ctx.pod != null) {
2979
2977
  params.set("pod", String(ctx.pod));