@walkeros/web-destination-hotjar 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-hotjar
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-hotjar",
4
- "version": "4.3.1",
4
+ "version": "4.3.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": "c5a28a72bff5e6db",
188
+ "id": "4d9b214f5767e183",
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": "8c8da345df4404ae",
256
+ "id": "30a7680cf80418c0",
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": "aef03ad89029992c",
317
+ "id": "a58962e9ba05825f",
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": "44ab3bf7d924c1fa",
389
+ "id": "0fdc0643685c5e80",
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": "f344c36b9079b113",
448
+ "id": "c99b000b22d889b0",
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": "450b7cfb0b0030dc",
554
+ "id": "ddff408dcc562504",
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": "d86bba307b879303",
615
+ "id": "7ed1651832d529a1",
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": "8c864b7dee84cf1f",
696
+ "id": "558b26f1fd934a3b",
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.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
  "@hotjar/browser": "^1.0.9",
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",