@walkeros/web-destination-hotjar 4.3.0 → 4.3.1
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 +10 -0
- package/dist/walkerOS.json +9 -9
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
# @walkeros/web-destination-hotjar
|
|
2
2
|
|
|
3
|
+
## 4.3.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [f2030ab]
|
|
8
|
+
- Updated dependencies [2d6ab82]
|
|
9
|
+
- Updated dependencies [74eacdd]
|
|
10
|
+
- @walkeros/core@4.3.1
|
|
11
|
+
- @walkeros/web-core@4.3.1
|
|
12
|
+
|
|
3
13
|
## 4.3.0
|
|
4
14
|
|
|
5
15
|
### Patch Changes
|
package/dist/walkerOS.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$meta": {
|
|
3
3
|
"package": "@walkeros/web-destination-hotjar",
|
|
4
|
-
"version": "4.3.
|
|
4
|
+
"version": "4.3.1",
|
|
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": "c5a28a72bff5e6db",
|
|
189
189
|
"trigger": "load",
|
|
190
190
|
"entity": "order",
|
|
191
191
|
"action": "complete",
|
|
@@ -253,7 +253,7 @@
|
|
|
253
253
|
"consent": {
|
|
254
254
|
"functional": true
|
|
255
255
|
},
|
|
256
|
-
"id": "
|
|
256
|
+
"id": "8c8da345df4404ae",
|
|
257
257
|
"trigger": "load",
|
|
258
258
|
"entity": "product",
|
|
259
259
|
"action": "view",
|
|
@@ -314,7 +314,7 @@
|
|
|
314
314
|
"consent": {
|
|
315
315
|
"functional": true
|
|
316
316
|
},
|
|
317
|
-
"id": "
|
|
317
|
+
"id": "aef03ad89029992c",
|
|
318
318
|
"trigger": "load",
|
|
319
319
|
"entity": "page",
|
|
320
320
|
"action": "view",
|
|
@@ -386,7 +386,7 @@
|
|
|
386
386
|
"consent": {
|
|
387
387
|
"functional": true
|
|
388
388
|
},
|
|
389
|
-
"id": "
|
|
389
|
+
"id": "44ab3bf7d924c1fa",
|
|
390
390
|
"trigger": "load",
|
|
391
391
|
"entity": "page",
|
|
392
392
|
"action": "view",
|
|
@@ -445,7 +445,7 @@
|
|
|
445
445
|
"consent": {
|
|
446
446
|
"functional": true
|
|
447
447
|
},
|
|
448
|
-
"id": "
|
|
448
|
+
"id": "f344c36b9079b113",
|
|
449
449
|
"trigger": "load",
|
|
450
450
|
"entity": "page",
|
|
451
451
|
"action": "view",
|
|
@@ -551,7 +551,7 @@
|
|
|
551
551
|
"consent": {
|
|
552
552
|
"functional": true
|
|
553
553
|
},
|
|
554
|
-
"id": "
|
|
554
|
+
"id": "450b7cfb0b0030dc",
|
|
555
555
|
"trigger": "load",
|
|
556
556
|
"entity": "order",
|
|
557
557
|
"action": "complete",
|
|
@@ -612,7 +612,7 @@
|
|
|
612
612
|
"consent": {
|
|
613
613
|
"functional": true
|
|
614
614
|
},
|
|
615
|
-
"id": "
|
|
615
|
+
"id": "d86bba307b879303",
|
|
616
616
|
"trigger": "test",
|
|
617
617
|
"entity": "user",
|
|
618
618
|
"action": "login",
|
|
@@ -693,7 +693,7 @@
|
|
|
693
693
|
"consent": {
|
|
694
694
|
"functional": true
|
|
695
695
|
},
|
|
696
|
-
"id": "
|
|
696
|
+
"id": "8c864b7dee84cf1f",
|
|
697
697
|
"trigger": "test",
|
|
698
698
|
"entity": "debug",
|
|
699
699
|
"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.3.
|
|
4
|
+
"version": "4.3.1",
|
|
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.3.
|
|
43
|
-
"@walkeros/web-core": "4.3.
|
|
42
|
+
"@walkeros/core": "4.3.1",
|
|
43
|
+
"@walkeros/web-core": "4.3.1"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
|
-
"@walkeros/collector": "4.3.
|
|
46
|
+
"@walkeros/collector": "4.3.1"
|
|
47
47
|
},
|
|
48
48
|
"repository": {
|
|
49
49
|
"url": "git+https://github.com/elbwalker/walkerOS.git",
|