stormcloud-video-player 0.8.0 → 0.8.1

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.
package/lib/index.js CHANGED
@@ -1189,7 +1189,7 @@ function createHlsAdPlayer(contentVideo, options) {
1189
1189
  };
1190
1190
  }
1191
1191
  // src/sdk/pal.ts
1192
- var PAL_SDK_URL = "https://imasdk.googleapis.com/pal/sdkloader/newpallibrary.js";
1192
+ var PAL_SDK_URL = "https://imasdk.googleapis.com/pal/sdkloader/pal.js";
1193
1193
  var _nonceLoader;
1194
1194
  var _palLoadPromise;
1195
1195
  function loadPalSdk() {