@oxvo/browser 7.4.39 → 7.4.50

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/dist/cjs/index.js CHANGED
@@ -4893,7 +4893,7 @@ class App {
4893
4893
  this.stopCallbacks = [];
4894
4894
  this.commitCallbacks = [];
4895
4895
  this.activityState = ActivityState.NotActive;
4896
- this.version = '7.4.39'; // TODO: version compatability check inside each plugin.
4896
+ this.version = '7.4.50'; // TODO: version compatability check inside each plugin.
4897
4897
  this.socketMode = false;
4898
4898
  this.compressionThreshold = 24 * 1000;
4899
4899
  this.bc = null;
@@ -10710,7 +10710,7 @@ class ConstantProperties {
10710
10710
  user_id: this.user_id,
10711
10711
  distinct_id: this.deviceId,
10712
10712
  sdk_edition: 'web',
10713
- sdk_version: '7.4.39',
10713
+ sdk_version: '7.4.50',
10714
10714
  timezone: getUTCOffsetString(),
10715
10715
  search_engine: this.searchEngine,
10716
10716
  };
@@ -11575,7 +11575,7 @@ class API {
11575
11575
  this.signalStartIssue = (reason, missingApi) => {
11576
11576
  const doNotTrack = this.checkDoNotTrack();
11577
11577
  console.log("Tracker couldn't start due to:", JSON.stringify({
11578
- trackerVersion: '7.4.39',
11578
+ trackerVersion: '7.4.50',
11579
11579
  siteKey: this.options.siteKey,
11580
11580
  doNotTrack,
11581
11581
  reason: missingApi.length ? `missing api: ${missingApi.join(',')}` : reason,