@walkeros/web-destination-heap 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-heap
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-heap",
4
- "version": "4.3.1",
4
+ "version": "4.3.2",
5
5
  "type": "destination",
6
6
  "platform": [
7
7
  "web"
@@ -220,7 +220,7 @@
220
220
  "consent": {
221
221
  "functional": true
222
222
  },
223
- "id": "a987bf7607cf84a5",
223
+ "id": "da0fb85a3d7dc274",
224
224
  "trigger": "load",
225
225
  "entity": "product",
226
226
  "action": "view",
@@ -282,7 +282,7 @@
282
282
  "consent": {
283
283
  "functional": true
284
284
  },
285
- "id": "83ea3b88caeedb15",
285
+ "id": "43cee040f74b1484",
286
286
  "trigger": "load",
287
287
  "entity": "page",
288
288
  "action": "view",
@@ -390,7 +390,7 @@
390
390
  "consent": {
391
391
  "functional": true
392
392
  },
393
- "id": "8b49aed4231c9e2c",
393
+ "id": "0dcfc9e2d3888fe0",
394
394
  "trigger": "load",
395
395
  "entity": "order",
396
396
  "action": "complete",
@@ -506,7 +506,7 @@
506
506
  "consent": {
507
507
  "functional": true
508
508
  },
509
- "id": "0ad5785ba0ac5c70",
509
+ "id": "f18035fb2dd78ec0",
510
510
  "trigger": "load",
511
511
  "entity": "order",
512
512
  "action": "complete",
@@ -580,7 +580,7 @@
580
580
  "consent": {
581
581
  "functional": true
582
582
  },
583
- "id": "90f302c1db2b5db5",
583
+ "id": "945ead6a9a8f4bb6",
584
584
  "trigger": "load",
585
585
  "entity": "page",
586
586
  "action": "view",
@@ -650,7 +650,7 @@
650
650
  "consent": {
651
651
  "functional": true
652
652
  },
653
- "id": "06f7223005693afa",
653
+ "id": "06489951d8ef846a",
654
654
  "trigger": "test",
655
655
  "entity": "user",
656
656
  "action": "login",
@@ -732,7 +732,7 @@
732
732
  "consent": {
733
733
  "functional": true
734
734
  },
735
- "id": "efe889fc7bc412aa",
735
+ "id": "8fc2eeff25d553f8",
736
736
  "trigger": "test",
737
737
  "entity": "user",
738
738
  "action": "logout",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@walkeros/web-destination-heap",
3
3
  "description": "Heap web destination for walkerOS (product analytics, auto-capture)",
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",
@@ -38,11 +38,11 @@
38
38
  "update": "npx npm-check-updates -u && npm update"
39
39
  },
40
40
  "dependencies": {
41
- "@walkeros/core": "4.3.1",
42
- "@walkeros/web-core": "4.3.1"
41
+ "@walkeros/core": "4.3.2",
42
+ "@walkeros/web-core": "4.3.2"
43
43
  },
44
44
  "devDependencies": {
45
- "@walkeros/collector": "4.3.1"
45
+ "@walkeros/collector": "4.3.2"
46
46
  },
47
47
  "repository": {
48
48
  "url": "git+https://github.com/elbwalker/walkerOS.git",