stream-engine-player 0.0.13 → 0.0.15
Sign up to get free protection for your applications and to get access to all the features.
@@ -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.
|
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
|
58923
|
+
const mixpanelTimescaleProxy = "https://d3ige8rf4hrn8x.cloudfront.net";
|
58924
58924
|
mixpanel_cjs.init("some_token");
|
58925
|
-
mixpanel_cjs.init("", { api_host:
|
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":
|
58976
|
+
"chunk": false
|
58977
58977
|
};
|
58978
58978
|
const tracker2 = function Tracker(player, metadata) {
|
58979
58979
|
this.player = player;
|