@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 +7 -0
- package/dist/walkerOS.json +9 -9
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
package/dist/walkerOS.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$meta": {
|
|
3
3
|
"package": "@walkeros/web-destination-hotjar",
|
|
4
|
-
"version": "4.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": "
|
|
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": "
|
|
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": "
|
|
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": "
|
|
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": "
|
|
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": "
|
|
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": "
|
|
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": "
|
|
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.
|
|
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.
|
|
43
|
-
"@walkeros/web-core": "4.1.
|
|
42
|
+
"@walkeros/core": "4.1.2",
|
|
43
|
+
"@walkeros/web-core": "4.1.2"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
|
-
"@walkeros/collector": "4.1.
|
|
46
|
+
"@walkeros/collector": "4.1.2"
|
|
47
47
|
},
|
|
48
48
|
"repository": {
|
|
49
49
|
"url": "git+https://github.com/elbwalker/walkerOS.git",
|