@oxvo/browser 7.4.39 → 7.4.49

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/lib/index.js CHANGED
@@ -4889,7 +4889,7 @@ class App {
4889
4889
  this.stopCallbacks = [];
4890
4890
  this.commitCallbacks = [];
4891
4891
  this.activityState = ActivityState.NotActive;
4892
- this.version = '7.4.39'; // TODO: version compatability check inside each plugin.
4892
+ this.version = '7.4.49'; // TODO: version compatability check inside each plugin.
4893
4893
  this.socketMode = false;
4894
4894
  this.compressionThreshold = 24 * 1000;
4895
4895
  this.bc = null;
@@ -10706,7 +10706,7 @@ class ConstantProperties {
10706
10706
  user_id: this.user_id,
10707
10707
  distinct_id: this.deviceId,
10708
10708
  sdk_edition: 'web',
10709
- sdk_version: '7.4.39',
10709
+ sdk_version: '7.4.49',
10710
10710
  timezone: getUTCOffsetString(),
10711
10711
  search_engine: this.searchEngine,
10712
10712
  };
@@ -11571,7 +11571,7 @@ class API {
11571
11571
  this.signalStartIssue = (reason, missingApi) => {
11572
11572
  const doNotTrack = this.checkDoNotTrack();
11573
11573
  console.log("Tracker couldn't start due to:", JSON.stringify({
11574
- trackerVersion: '7.4.39',
11574
+ trackerVersion: '7.4.49',
11575
11575
  siteKey: this.options.siteKey,
11576
11576
  doNotTrack,
11577
11577
  reason: missingApi.length ? `missing api: ${missingApi.join(',')}` : reason,