@walkeros/web-destination-heap 4.4.0 → 4.5.0
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 +8 -8
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
# @walkeros/web-destination-heap
|
|
2
2
|
|
|
3
|
+
## 4.5.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [63845bb]
|
|
8
|
+
- Updated dependencies [79cdcb0]
|
|
9
|
+
- Updated dependencies [756b571]
|
|
10
|
+
- @walkeros/core@4.5.0
|
|
11
|
+
- @walkeros/web-core@4.5.0
|
|
12
|
+
|
|
3
13
|
## 4.4.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-heap",
|
|
4
|
-
"version": "4.
|
|
4
|
+
"version": "4.5.0",
|
|
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": "
|
|
223
|
+
"id": "596a6134a3bd487b",
|
|
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": "
|
|
285
|
+
"id": "13ef2bda44ae44ba",
|
|
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": "
|
|
393
|
+
"id": "fc816832665ec448",
|
|
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": "
|
|
509
|
+
"id": "27b3d64d9a19cd0e",
|
|
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": "
|
|
583
|
+
"id": "06a308c97dfc974a",
|
|
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": "
|
|
653
|
+
"id": "9ba87efda239ad82",
|
|
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": "
|
|
735
|
+
"id": "1797c78c1ecb434f",
|
|
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.
|
|
4
|
+
"version": "4.5.0",
|
|
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.
|
|
42
|
-
"@walkeros/web-core": "4.
|
|
41
|
+
"@walkeros/core": "4.5.0",
|
|
42
|
+
"@walkeros/web-core": "4.5.0"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
|
-
"@walkeros/collector": "4.
|
|
45
|
+
"@walkeros/collector": "4.5.0"
|
|
46
46
|
},
|
|
47
47
|
"repository": {
|
|
48
48
|
"url": "git+https://github.com/elbwalker/walkerOS.git",
|