stream-engine-player 0.0.13 → 0.0.15

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.
@@ -43276,7 +43276,7 @@
43276
43276
  default: videojs$1
43277
43277
  }, Symbol.toStringTag, { value: "Module" }));
43278
43278
  const name$1 = "stream-engine-player";
43279
- const version$2 = "0.0.13";
43279
+ const version$2 = "0.0.15";
43280
43280
  const description = "Stream engine player";
43281
43281
  const type$1 = "module";
43282
43282
  const files$1 = [
@@ -58920,9 +58920,9 @@
58920
58920
  var mixpanel_cjs = mixpanel;
58921
58921
  module$2.factory("MixpanelService", [function() {
58922
58922
  const service = {};
58923
- const mixpanelTimescaleProxyDEV = "https://d3ige8rf4hrn8x.cloudfront.net/dev";
58923
+ const mixpanelTimescaleProxy = "https://d3ige8rf4hrn8x.cloudfront.net";
58924
58924
  mixpanel_cjs.init("some_token");
58925
- mixpanel_cjs.init("", { api_host: mixpanelTimescaleProxyDEV }, "proxy");
58925
+ mixpanel_cjs.init("", { api_host: mixpanelTimescaleProxy }, "proxy");
58926
58926
  service.sendProxyEvent = (event2, properties) => {
58927
58927
  try {
58928
58928
  event2 = event2.toLowerCase();
@@ -58973,7 +58973,7 @@
58973
58973
  "ad impression": false,
58974
58974
  "ad skipped": true,
58975
58975
  "ad completed": true,
58976
- "chunk": true
58976
+ "chunk": false
58977
58977
  };
58978
58978
  const tracker2 = function Tracker(player, metadata) {
58979
58979
  this.player = player;