@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 +7 -0
- package/dist/walkerOS.json +8 -8
- 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-heap",
|
|
4
|
-
"version": "4.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": "
|
|
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": "
|
|
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": "
|
|
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": "
|
|
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": "
|
|
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": "
|
|
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": "
|
|
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.
|
|
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.
|
|
42
|
-
"@walkeros/web-core": "4.1.
|
|
41
|
+
"@walkeros/core": "4.1.2",
|
|
42
|
+
"@walkeros/web-core": "4.1.2"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
|
-
"@walkeros/collector": "4.1.
|
|
45
|
+
"@walkeros/collector": "4.1.2"
|
|
46
46
|
},
|
|
47
47
|
"repository": {
|
|
48
48
|
"url": "git+https://github.com/elbwalker/walkerOS.git",
|