@walkeros/web-destination-clarity 4.1.1 → 4.1.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
@@ -1,5 +1,12 @@
1
1
  # @walkeros/web-destination-clarity
2
2
 
3
+ ## 4.1.2
4
+
5
+ ### Patch Changes
6
+
7
+ - @walkeros/core@4.1.2
8
+ - @walkeros/web-core@4.1.2
9
+
3
10
  ## 4.1.1
4
11
 
5
12
  ### Patch Changes
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$meta": {
3
3
  "package": "@walkeros/web-destination-clarity",
4
- "version": "4.1.1",
4
+ "version": "4.1.2",
5
5
  "type": "destination",
6
6
  "platform": [
7
7
  "web"
@@ -152,7 +152,7 @@
152
152
  "consent": {
153
153
  "functional": true
154
154
  },
155
- "id": "d04945ffa9ef78ba",
155
+ "id": "7f4f42dbd53b801d",
156
156
  "trigger": "load",
157
157
  "entity": "product",
158
158
  "action": "view",
@@ -267,7 +267,7 @@
267
267
  "consent": {
268
268
  "functional": true
269
269
  },
270
- "id": "6aa4e038f04e2704",
270
+ "id": "75e794a12d2c4ef7",
271
271
  "trigger": "load",
272
272
  "entity": "order",
273
273
  "action": "complete",
@@ -397,7 +397,7 @@
397
397
  "consent": {
398
398
  "functional": true
399
399
  },
400
- "id": "d5d3a3d59ff1d427",
400
+ "id": "e9821245e7f5c62a",
401
401
  "trigger": "load",
402
402
  "entity": "product",
403
403
  "action": "view",
@@ -456,7 +456,7 @@
456
456
  "consent": {
457
457
  "functional": true
458
458
  },
459
- "id": "cc45de3d1179af33",
459
+ "id": "5831b46180c037ce",
460
460
  "trigger": "load",
461
461
  "entity": "page",
462
462
  "action": "view",
@@ -565,7 +565,7 @@
565
565
  "consent": {
566
566
  "functional": true
567
567
  },
568
- "id": "3a5b567ec4154742",
568
+ "id": "fcdfc108474e403d",
569
569
  "trigger": "load",
570
570
  "entity": "order",
571
571
  "action": "complete",
@@ -693,7 +693,7 @@
693
693
  "consent": {
694
694
  "functional": true
695
695
  },
696
- "id": "4f88f339f229ee2b",
696
+ "id": "336f7f59a75f6ca2",
697
697
  "trigger": "load",
698
698
  "entity": "order",
699
699
  "action": "complete",
@@ -764,7 +764,7 @@
764
764
  "consent": {
765
765
  "functional": true
766
766
  },
767
- "id": "3c4b9e3e002090c1",
767
+ "id": "da3504ff3a849b24",
768
768
  "trigger": "load",
769
769
  "entity": "page",
770
770
  "action": "view",
@@ -826,7 +826,7 @@
826
826
  "consent": {
827
827
  "functional": true
828
828
  },
829
- "id": "d8c9980712ee43f2",
829
+ "id": "6feefd396a859e24",
830
830
  "trigger": "load",
831
831
  "entity": "product",
832
832
  "action": "view",
@@ -902,7 +902,7 @@
902
902
  "consent": {
903
903
  "functional": true
904
904
  },
905
- "id": "7519e2d54d3473db",
905
+ "id": "c0bb4b8b492008d1",
906
906
  "trigger": "test",
907
907
  "entity": "user",
908
908
  "action": "login",
@@ -981,7 +981,7 @@
981
981
  "consent": {
982
982
  "functional": true
983
983
  },
984
- "id": "8a51ee8cebd3beb8",
984
+ "id": "565d6ba1afd0ce69",
985
985
  "trigger": "test",
986
986
  "entity": "debug",
987
987
  "action": "noise",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@walkeros/web-destination-clarity",
3
3
  "description": "Microsoft Clarity web destination for walkerOS (session replay, heatmaps, smart events)",
4
- "version": "4.1.1",
4
+ "version": "4.1.2",
5
5
  "license": "MIT",
6
6
  "main": "./dist/index.js",
7
7
  "module": "./dist/index.mjs",
@@ -39,11 +39,11 @@
39
39
  },
40
40
  "dependencies": {
41
41
  "@microsoft/clarity": "^1.0.2",
42
- "@walkeros/core": "4.1.1",
43
- "@walkeros/web-core": "4.1.1"
42
+ "@walkeros/core": "4.1.2",
43
+ "@walkeros/web-core": "4.1.2"
44
44
  },
45
45
  "devDependencies": {
46
- "@walkeros/collector": "4.1.1"
46
+ "@walkeros/collector": "4.1.2"
47
47
  },
48
48
  "repository": {
49
49
  "url": "git+https://github.com/elbwalker/walkerOS.git",