@walkeros/web-destination-matomo 4.2.1 → 4.2.2-next-1782236179392

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-matomo
2
2
 
3
+ ## 4.2.2-next-1782236179392
4
+
5
+ ### Patch Changes
6
+
7
+ - @walkeros/core@4.2.2-next-1782236179392
8
+ - @walkeros/web-core@4.2.2-next-1782236179392
9
+
3
10
  ## 4.2.1
4
11
 
5
12
  ### Patch Changes
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$meta": {
3
3
  "package": "@walkeros/web-destination-matomo",
4
- "version": "4.2.1",
4
+ "version": "4.2.2-next-1782236179392",
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": "a6e112d2b975cee4",
177
+ "id": "9156627900c76b22",
178
178
  "trigger": "visible",
179
179
  "entity": "promotion",
180
180
  "action": "visible",
@@ -267,7 +267,7 @@
267
267
  "consent": {
268
268
  "functional": true
269
269
  },
270
- "id": "76cb74c74eb2c692",
270
+ "id": "b3c7e594eb938680",
271
271
  "trigger": "load",
272
272
  "entity": "cart",
273
273
  "action": "view",
@@ -408,7 +408,7 @@
408
408
  "consent": {
409
409
  "functional": true
410
410
  },
411
- "id": "366edc1c00a0bd38",
411
+ "id": "c4d8db6610e5b4f4",
412
412
  "trigger": "load",
413
413
  "entity": "order",
414
414
  "action": "complete",
@@ -526,7 +526,7 @@
526
526
  "consent": {
527
527
  "functional": true
528
528
  },
529
- "id": "a71cc94403b17e2d",
529
+ "id": "e7bafa4394139695",
530
530
  "trigger": "visible",
531
531
  "entity": "promotion",
532
532
  "action": "visible",
@@ -643,7 +643,7 @@
643
643
  "consent": {
644
644
  "functional": true
645
645
  },
646
- "id": "bd9e14ed86bab505",
646
+ "id": "f4ac6d4c40a72983",
647
647
  "trigger": "load",
648
648
  "entity": "page",
649
649
  "action": "view",
@@ -702,7 +702,7 @@
702
702
  "consent": {
703
703
  "functional": true
704
704
  },
705
- "id": "8026617c83c8fbd8",
705
+ "id": "91c58e8a94e36b45",
706
706
  "trigger": "load",
707
707
  "entity": "product",
708
708
  "action": "view",
@@ -791,7 +791,7 @@
791
791
  "consent": {
792
792
  "functional": true
793
793
  },
794
- "id": "37474acc7d207a5f",
794
+ "id": "78a8aced27f6daf9",
795
795
  "trigger": "test",
796
796
  "entity": "search",
797
797
  "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.2.1",
4
+ "version": "4.2.2-next-1782236179392",
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.2.1",
42
- "@walkeros/web-core": "4.2.1"
41
+ "@walkeros/core": "4.2.2-next-1782236179392",
42
+ "@walkeros/web-core": "4.2.2-next-1782236179392"
43
43
  },
44
44
  "devDependencies": {
45
- "@walkeros/collector": "4.2.1"
45
+ "@walkeros/collector": "4.2.2-next-1782236179392"
46
46
  },
47
47
  "repository": {
48
48
  "url": "git+https://github.com/elbwalker/walkerOS.git",