stream-engine-player 0.0.13 → 0.0.14
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.14";
|
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();
|