@volcengine/veplayer 2.10.2 → 2.10.3

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": "@volcengine/veplayer",
3
- "version": "2.10.2",
3
+ "version": "2.10.3",
4
4
  "main": "./umd/veplayer.production.js",
5
5
  "module": "./esm/veplayer.production.js",
6
6
  "browser": "./umd/veplayer.production.js",
@@ -26578,7 +26578,7 @@ MediaSource ${JSON.stringify(attachMediaSourceData)} from ${logFromSource}`);
26578
26578
  veplayer_version: "2.3.0",
26579
26579
  flv_version: "3.0.23-rc.6",
26580
26580
  hls_version: "3.0.21-rc.21",
26581
- rts_version: "0.2.1-alpha.53"
26581
+ rts_version: "0.2.1-alpha.57"
26582
26582
  }
26583
26583
  });
26584
26584
  }
@@ -27859,7 +27859,7 @@ MediaSource ${JSON.stringify(attachMediaSourceData)} from ${logFromSource}`);
27859
27859
  );
27860
27860
  }
27861
27861
  const src = typeof document === "undefined" && typeof location === "undefined" ? require("url").pathToFileURL(__filename).href : typeof document === "undefined" ? location.href : document.currentScript && document.currentScript.src || new URL("umd/veplayer.biz.live.development.js", document.baseURI).href;
27862
- const baseUrl = src.slice(0, src.lastIndexOf("/"));
27862
+ const baseUrl = src == null ? void 0 : src.slice(0, src == null ? void 0 : src.lastIndexOf("/"));
27863
27863
  const loader = new Loader({
27864
27864
  baseUrl
27865
27865
  });