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.
@@ -43277,7 +43277,7 @@ var require_stream_engine_player = __commonJS({
|
|
43277
43277
|
default: videojs$1
|
43278
43278
|
}, Symbol.toStringTag, { value: "Module" }));
|
43279
43279
|
const name$1 = "stream-engine-player";
|
43280
|
-
const version$2 = "0.0.
|
43280
|
+
const version$2 = "0.0.14";
|
43281
43281
|
const description = "Stream engine player";
|
43282
43282
|
const type$1 = "module";
|
43283
43283
|
const files$1 = [
|
@@ -58921,9 +58921,9 @@ var require_stream_engine_player = __commonJS({
|
|
58921
58921
|
var mixpanel_cjs = mixpanel;
|
58922
58922
|
module$2.factory("MixpanelService", [function() {
|
58923
58923
|
const service = {};
|
58924
|
-
const
|
58924
|
+
const mixpanelTimescaleProxy = "https://d3ige8rf4hrn8x.cloudfront.net";
|
58925
58925
|
mixpanel_cjs.init("some_token");
|
58926
|
-
mixpanel_cjs.init("", { api_host:
|
58926
|
+
mixpanel_cjs.init("", { api_host: mixpanelTimescaleProxy }, "proxy");
|
58927
58927
|
service.sendProxyEvent = (event2, properties) => {
|
58928
58928
|
try {
|
58929
58929
|
event2 = event2.toLowerCase();
|