@walkeros/web-destination-matomo 4.1.1-next-1779822275564 → 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 +10 -3
- package/dist/walkerOS.json +8 -8
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,13 @@
|
|
|
1
1
|
# @walkeros/web-destination-matomo
|
|
2
2
|
|
|
3
|
-
## 4.1.
|
|
3
|
+
## 4.1.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- @walkeros/core@4.1.2
|
|
8
|
+
- @walkeros/web-core@4.1.2
|
|
9
|
+
|
|
10
|
+
## 4.1.1
|
|
4
11
|
|
|
5
12
|
### Patch Changes
|
|
6
13
|
|
|
@@ -8,8 +15,8 @@
|
|
|
8
15
|
- Updated dependencies [b0279ee]
|
|
9
16
|
- Updated dependencies [0b7f494]
|
|
10
17
|
- Updated dependencies [edd3836]
|
|
11
|
-
- @walkeros/core@4.1.1
|
|
12
|
-
- @walkeros/web-core@4.1.1
|
|
18
|
+
- @walkeros/core@4.1.1
|
|
19
|
+
- @walkeros/web-core@4.1.1
|
|
13
20
|
|
|
14
21
|
## 4.1.0
|
|
15
22
|
|
package/dist/walkerOS.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$meta": {
|
|
3
3
|
"package": "@walkeros/web-destination-matomo",
|
|
4
|
-
"version": "4.1.
|
|
4
|
+
"version": "4.1.2",
|
|
5
5
|
"type": "destination",
|
|
6
6
|
"platform": [
|
|
7
7
|
"web"
|
|
@@ -174,7 +174,7 @@
|
|
|
174
174
|
"consent": {
|
|
175
175
|
"functional": true
|
|
176
176
|
},
|
|
177
|
-
"id": "
|
|
177
|
+
"id": "5de04ad143f281a3",
|
|
178
178
|
"trigger": "visible",
|
|
179
179
|
"entity": "promotion",
|
|
180
180
|
"action": "visible",
|
|
@@ -265,7 +265,7 @@
|
|
|
265
265
|
"consent": {
|
|
266
266
|
"functional": true
|
|
267
267
|
},
|
|
268
|
-
"id": "
|
|
268
|
+
"id": "f5bbf17f777b1263",
|
|
269
269
|
"trigger": "load",
|
|
270
270
|
"entity": "cart",
|
|
271
271
|
"action": "view",
|
|
@@ -404,7 +404,7 @@
|
|
|
404
404
|
"consent": {
|
|
405
405
|
"functional": true
|
|
406
406
|
},
|
|
407
|
-
"id": "
|
|
407
|
+
"id": "a5c046401d334451",
|
|
408
408
|
"trigger": "load",
|
|
409
409
|
"entity": "order",
|
|
410
410
|
"action": "complete",
|
|
@@ -520,7 +520,7 @@
|
|
|
520
520
|
"consent": {
|
|
521
521
|
"functional": true
|
|
522
522
|
},
|
|
523
|
-
"id": "
|
|
523
|
+
"id": "6f962f6920c630dc",
|
|
524
524
|
"trigger": "visible",
|
|
525
525
|
"entity": "promotion",
|
|
526
526
|
"action": "visible",
|
|
@@ -635,7 +635,7 @@
|
|
|
635
635
|
"consent": {
|
|
636
636
|
"functional": true
|
|
637
637
|
},
|
|
638
|
-
"id": "
|
|
638
|
+
"id": "6d0233ed8cd33f18",
|
|
639
639
|
"trigger": "load",
|
|
640
640
|
"entity": "page",
|
|
641
641
|
"action": "view",
|
|
@@ -692,7 +692,7 @@
|
|
|
692
692
|
"consent": {
|
|
693
693
|
"functional": true
|
|
694
694
|
},
|
|
695
|
-
"id": "
|
|
695
|
+
"id": "426bd7e8d2468e03",
|
|
696
696
|
"trigger": "load",
|
|
697
697
|
"entity": "product",
|
|
698
698
|
"action": "view",
|
|
@@ -779,7 +779,7 @@
|
|
|
779
779
|
"consent": {
|
|
780
780
|
"functional": true
|
|
781
781
|
},
|
|
782
|
-
"id": "
|
|
782
|
+
"id": "1e68cfc545eca28b",
|
|
783
783
|
"trigger": "test",
|
|
784
784
|
"entity": "search",
|
|
785
785
|
"action": "submit",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@walkeros/web-destination-matomo",
|
|
3
3
|
"description": "Matomo web destination for walkerOS",
|
|
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",
|