@walkeros/web-destination-heap 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-heap
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-heap",
4
- "version": "4.1.1",
4
+ "version": "4.1.2",
5
5
  "type": "destination",
6
6
  "platform": [
7
7
  "web"
@@ -214,7 +214,7 @@
214
214
  "consent": {
215
215
  "functional": true
216
216
  },
217
- "id": "e9f2911f80c8b895",
217
+ "id": "0646f6bb8f1a65df",
218
218
  "trigger": "load",
219
219
  "entity": "product",
220
220
  "action": "view",
@@ -274,7 +274,7 @@
274
274
  "consent": {
275
275
  "functional": true
276
276
  },
277
- "id": "ec7618a2b2a80d50",
277
+ "id": "60786424d6759b31",
278
278
  "trigger": "load",
279
279
  "entity": "page",
280
280
  "action": "view",
@@ -380,7 +380,7 @@
380
380
  "consent": {
381
381
  "functional": true
382
382
  },
383
- "id": "5c0334fac71a16a7",
383
+ "id": "a49fb87fd758d8f0",
384
384
  "trigger": "load",
385
385
  "entity": "order",
386
386
  "action": "complete",
@@ -494,7 +494,7 @@
494
494
  "consent": {
495
495
  "functional": true
496
496
  },
497
- "id": "aa91a430c4aa216c",
497
+ "id": "ad77d6a6f7396aec",
498
498
  "trigger": "load",
499
499
  "entity": "order",
500
500
  "action": "complete",
@@ -566,7 +566,7 @@
566
566
  "consent": {
567
567
  "functional": true
568
568
  },
569
- "id": "47bed687dc3cec6f",
569
+ "id": "2d4f575636d274d4",
570
570
  "trigger": "load",
571
571
  "entity": "page",
572
572
  "action": "view",
@@ -634,7 +634,7 @@
634
634
  "consent": {
635
635
  "functional": true
636
636
  },
637
- "id": "c9c1fd5fbd13dcde",
637
+ "id": "35302acd0d2b8568",
638
638
  "trigger": "test",
639
639
  "entity": "user",
640
640
  "action": "login",
@@ -714,7 +714,7 @@
714
714
  "consent": {
715
715
  "functional": true
716
716
  },
717
- "id": "15c7e4ff0d67708b",
717
+ "id": "a98851c3fbd7103a",
718
718
  "trigger": "test",
719
719
  "entity": "user",
720
720
  "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.1.1",
4
+ "version": "4.1.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.1.1",
42
- "@walkeros/web-core": "4.1.1"
41
+ "@walkeros/core": "4.1.2",
42
+ "@walkeros/web-core": "4.1.2"
43
43
  },
44
44
  "devDependencies": {
45
- "@walkeros/collector": "4.1.1"
45
+ "@walkeros/collector": "4.1.2"
46
46
  },
47
47
  "repository": {
48
48
  "url": "git+https://github.com/elbwalker/walkerOS.git",