@eluvio/elv-player-js 2.0.34 → 2.0.35

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.
@@ -932,9 +932,9 @@ export class EluvioPlayer {
932
932
  }
933
933
 
934
934
  let url = new URL(
935
- client.NetworkInfo().name === "main" ?
936
- "https://main.net955305.contentfabric.io" :
937
- "https://demov3.net955210.contentfabric.io"
935
+ (await client.NetworkInfo()).name === "demov3" ?
936
+ "https://demov3.net955210.contentfabric.io" :
937
+ "https://main.net955305.contentfabric.io"
938
938
  );
939
939
 
940
940
  let urlPath = `s/${client.NetworkInfo().name}`;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eluvio/elv-player-js",
3
- "version": "2.0.34",
3
+ "version": "2.0.35",
4
4
  "description": "![Eluvio Logo](lib/static/images/Logo.png \"Eluvio Logo\")",
5
5
  "main": "dist/elv-player-js.es.js",
6
6
  "license": "MIT",