@legalplace/wizardx-core 2.6.1 → 2.6.2

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/CHANGELOG.md CHANGED
@@ -3,6 +3,17 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [2.6.2](https://git.legalplace.eu/legalplace/monorepo/compare/@legalplace/wizardx-core@2.6.1...@legalplace/wizardx-core@2.6.2) (2021-12-10)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * loading mixpanel before GTM, reducing queue timeout to fix tracking issues api[#4480](https://git.legalplace.eu/legalplace/monorepo/issues/4480) ([bb13e5a](https://git.legalplace.eu/legalplace/monorepo/commits/bb13e5a959d18fe04c3cc10e1ee2f5bf66529abd))
12
+
13
+
14
+
15
+
16
+
6
17
  ## [2.6.1](https://git.legalplace.eu/legalplace/monorepo/compare/@legalplace/wizardx-core@2.6.0...@legalplace/wizardx-core@2.6.1) (2021-12-09)
7
18
 
8
19
 
@@ -101,7 +101,7 @@ class _EventsTracking {
101
101
  clearTimeout(this.queueTimer);
102
102
  this.queueTimer = setTimeout(() => {
103
103
  this.executeQueue();
104
- }, 500);
104
+ }, 50);
105
105
  }
106
106
  trackMix(eventName, eventProps, doNotPushToQueue = false) {
107
107
  if (!this.initiated)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@legalplace/wizardx-core",
3
- "version": "2.6.1",
3
+ "version": "2.6.2",
4
4
  "author": "Moncef Hammou (moncef@legalplace.fr)",
5
5
  "license": "MIT",
6
6
  "exports": {
@@ -92,5 +92,5 @@
92
92
  "*.test.ts",
93
93
  "*.test.tsx"
94
94
  ],
95
- "gitHead": "3a47c81e0b3dc87345e047d84b0649de398c140b"
95
+ "gitHead": "5f5b32deb049cf3573955c176b7ac62e6fbd6f55"
96
96
  }
@@ -149,7 +149,7 @@ class _EventsTracking {
149
149
 
150
150
  this.queueTimer = setTimeout(() => {
151
151
  this.executeQueue();
152
- }, 500);
152
+ }, 50);
153
153
  }
154
154
 
155
155
  public trackMix(