@walkeros/web-destination-clarity 4.3.1 → 4.3.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.3.2
4
+
5
+ ### Patch Changes
6
+
7
+ - @walkeros/core@4.3.2
8
+ - @walkeros/web-core@4.3.2
9
+
3
10
  ## 4.3.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.3.1",
4
+ "version": "4.3.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": "fe85504f7de22522",
155
+ "id": "410686eb23e228bd",
156
156
  "trigger": "load",
157
157
  "entity": "product",
158
158
  "action": "view",
@@ -269,7 +269,7 @@
269
269
  "consent": {
270
270
  "functional": true
271
271
  },
272
- "id": "6224f0a2b3e3db38",
272
+ "id": "2325a9375d693b5f",
273
273
  "trigger": "load",
274
274
  "entity": "order",
275
275
  "action": "complete",
@@ -412,7 +412,7 @@
412
412
  "consent": {
413
413
  "functional": true
414
414
  },
415
- "id": "bd2e3e7f8e22f93c",
415
+ "id": "1b6615de8905715f",
416
416
  "trigger": "load",
417
417
  "entity": "product",
418
418
  "action": "view",
@@ -473,7 +473,7 @@
473
473
  "consent": {
474
474
  "functional": true
475
475
  },
476
- "id": "43769bd5b5d3bff2",
476
+ "id": "5601967b60c68595",
477
477
  "trigger": "load",
478
478
  "entity": "page",
479
479
  "action": "view",
@@ -584,7 +584,7 @@
584
584
  "consent": {
585
585
  "functional": true
586
586
  },
587
- "id": "d9a49a20f6f74fca",
587
+ "id": "6d28859d9daa5ed5",
588
588
  "trigger": "load",
589
589
  "entity": "order",
590
590
  "action": "complete",
@@ -714,7 +714,7 @@
714
714
  "consent": {
715
715
  "functional": true
716
716
  },
717
- "id": "fd0e9b1397d5fd47",
717
+ "id": "6938ce3cd9a49162",
718
718
  "trigger": "load",
719
719
  "entity": "order",
720
720
  "action": "complete",
@@ -787,7 +787,7 @@
787
787
  "consent": {
788
788
  "functional": true
789
789
  },
790
- "id": "1ca8800d98aeafd3",
790
+ "id": "f749e5c4944479ec",
791
791
  "trigger": "load",
792
792
  "entity": "page",
793
793
  "action": "view",
@@ -851,7 +851,7 @@
851
851
  "consent": {
852
852
  "functional": true
853
853
  },
854
- "id": "142dfa506866aca8",
854
+ "id": "6f741f8bd2b9b4c4",
855
855
  "trigger": "load",
856
856
  "entity": "product",
857
857
  "action": "view",
@@ -929,7 +929,7 @@
929
929
  "consent": {
930
930
  "functional": true
931
931
  },
932
- "id": "cff8b6e2979c1f44",
932
+ "id": "6cc59449059c50c2",
933
933
  "trigger": "test",
934
934
  "entity": "user",
935
935
  "action": "login",
@@ -1010,7 +1010,7 @@
1010
1010
  "consent": {
1011
1011
  "functional": true
1012
1012
  },
1013
- "id": "b808e3da473d18c8",
1013
+ "id": "e451077c78035441",
1014
1014
  "trigger": "test",
1015
1015
  "entity": "debug",
1016
1016
  "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.3.1",
4
+ "version": "4.3.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.3.1",
43
- "@walkeros/web-core": "4.3.1"
42
+ "@walkeros/core": "4.3.2",
43
+ "@walkeros/web-core": "4.3.2"
44
44
  },
45
45
  "devDependencies": {
46
- "@walkeros/collector": "4.3.1"
46
+ "@walkeros/collector": "4.3.2"
47
47
  },
48
48
  "repository": {
49
49
  "url": "git+https://github.com/elbwalker/walkerOS.git",