stormcloud-video-player 0.1.0 → 0.1.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "stormcloud-video-player",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "main": "lib/index.cjs",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1",
@@ -723,8 +723,7 @@ export class StormcloudVideoPlayer {
723
723
  }
724
724
 
725
725
  private async fetchAdConfiguration(): Promise<void> {
726
- const apiUrl =
727
- "https://stormcloud.co/api-stormcloud-dev/stormcloud/ads/web";
726
+ const apiUrl = "https://adstorm.co/api-adstorm-dev/adstorm/ads/web";
728
727
 
729
728
  if (this.config.debugAdTiming) {
730
729
  console.log(