@walkeros/web-destination-hotjar 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-hotjar
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-hotjar",
4
- "version": "4.1.1",
4
+ "version": "4.1.2",
5
5
  "type": "destination",
6
6
  "platform": [
7
7
  "web"
@@ -185,7 +185,7 @@
185
185
  "consent": {
186
186
  "functional": true
187
187
  },
188
- "id": "4fe0a07f5fa01c86",
188
+ "id": "77acc9a4a0fc77f7",
189
189
  "trigger": "load",
190
190
  "entity": "order",
191
191
  "action": "complete",
@@ -251,7 +251,7 @@
251
251
  "consent": {
252
252
  "functional": true
253
253
  },
254
- "id": "a8c788509205ccd8",
254
+ "id": "ddd9513d21da0ed6",
255
255
  "trigger": "load",
256
256
  "entity": "product",
257
257
  "action": "view",
@@ -310,7 +310,7 @@
310
310
  "consent": {
311
311
  "functional": true
312
312
  },
313
- "id": "1ff45da8c4310ab4",
313
+ "id": "ef22d256fd1436b4",
314
314
  "trigger": "load",
315
315
  "entity": "page",
316
316
  "action": "view",
@@ -380,7 +380,7 @@
380
380
  "consent": {
381
381
  "functional": true
382
382
  },
383
- "id": "c5edf6ffcdbe723d",
383
+ "id": "c56a6912e41d7265",
384
384
  "trigger": "load",
385
385
  "entity": "page",
386
386
  "action": "view",
@@ -437,7 +437,7 @@
437
437
  "consent": {
438
438
  "functional": true
439
439
  },
440
- "id": "ec6ae5455970774f",
440
+ "id": "0efc2a3c7f26cc09",
441
441
  "trigger": "load",
442
442
  "entity": "page",
443
443
  "action": "view",
@@ -541,7 +541,7 @@
541
541
  "consent": {
542
542
  "functional": true
543
543
  },
544
- "id": "109c1cb906d0f38f",
544
+ "id": "82d66d372a025a8c",
545
545
  "trigger": "load",
546
546
  "entity": "order",
547
547
  "action": "complete",
@@ -600,7 +600,7 @@
600
600
  "consent": {
601
601
  "functional": true
602
602
  },
603
- "id": "4e838629c1ce265b",
603
+ "id": "cd635300b1abdeee",
604
604
  "trigger": "test",
605
605
  "entity": "user",
606
606
  "action": "login",
@@ -679,7 +679,7 @@
679
679
  "consent": {
680
680
  "functional": true
681
681
  },
682
- "id": "88cdb5458a7831c7",
682
+ "id": "7ece4deda3099de9",
683
683
  "trigger": "test",
684
684
  "entity": "debug",
685
685
  "action": "noise",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@walkeros/web-destination-hotjar",
3
3
  "description": "Hotjar web destination for walkerOS (session replay, heatmaps, surveys)",
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
  "@hotjar/browser": "^1.0.9",
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",