@walkeros/web-destination-piwikpro 4.1.2 → 4.1.3-next-1780071196115
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 +9 -0
- package/dist/walkerOS.json +7 -7
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# @walkeros/web-destination-piwikpro
|
|
2
2
|
|
|
3
|
+
## 4.1.3-next-1780071196115
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [908d6f0]
|
|
8
|
+
- Updated dependencies [3eb2467]
|
|
9
|
+
- @walkeros/core@4.1.3-next-1780071196115
|
|
10
|
+
- @walkeros/web-core@4.1.3-next-1780071196115
|
|
11
|
+
|
|
3
12
|
## 4.1.2
|
|
4
13
|
|
|
5
14
|
### Patch Changes
|
package/dist/walkerOS.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$meta": {
|
|
3
3
|
"package": "@walkeros/web-destination-piwikpro",
|
|
4
|
-
"version": "4.1.
|
|
4
|
+
"version": "4.1.3-next-1780071196115",
|
|
5
5
|
"type": "destination",
|
|
6
6
|
"platform": [
|
|
7
7
|
"web"
|
|
@@ -139,7 +139,7 @@
|
|
|
139
139
|
"consent": {
|
|
140
140
|
"functional": true
|
|
141
141
|
},
|
|
142
|
-
"id": "
|
|
142
|
+
"id": "84a1cdd812457be6",
|
|
143
143
|
"trigger": "load",
|
|
144
144
|
"entity": "cart",
|
|
145
145
|
"action": "view",
|
|
@@ -250,7 +250,7 @@
|
|
|
250
250
|
"consent": {
|
|
251
251
|
"functional": true
|
|
252
252
|
},
|
|
253
|
-
"id": "
|
|
253
|
+
"id": "f7561fa692a64f73",
|
|
254
254
|
"trigger": "visible",
|
|
255
255
|
"entity": "promotion",
|
|
256
256
|
"action": "visible",
|
|
@@ -319,7 +319,7 @@
|
|
|
319
319
|
"consent": {
|
|
320
320
|
"functional": true
|
|
321
321
|
},
|
|
322
|
-
"id": "
|
|
322
|
+
"id": "7c524dab03a68e6d",
|
|
323
323
|
"trigger": "click",
|
|
324
324
|
"entity": "product",
|
|
325
325
|
"action": "add",
|
|
@@ -467,7 +467,7 @@
|
|
|
467
467
|
"consent": {
|
|
468
468
|
"functional": true
|
|
469
469
|
},
|
|
470
|
-
"id": "
|
|
470
|
+
"id": "be126929eb0708d3",
|
|
471
471
|
"trigger": "load",
|
|
472
472
|
"entity": "order",
|
|
473
473
|
"action": "complete",
|
|
@@ -636,7 +636,7 @@
|
|
|
636
636
|
"consent": {
|
|
637
637
|
"functional": true
|
|
638
638
|
},
|
|
639
|
-
"id": "
|
|
639
|
+
"id": "d37a01d541151a6d",
|
|
640
640
|
"trigger": "load",
|
|
641
641
|
"entity": "page",
|
|
642
642
|
"action": "view",
|
|
@@ -690,7 +690,7 @@
|
|
|
690
690
|
"consent": {
|
|
691
691
|
"functional": true
|
|
692
692
|
},
|
|
693
|
-
"id": "
|
|
693
|
+
"id": "fa4b60878ae48f6c",
|
|
694
694
|
"trigger": "load",
|
|
695
695
|
"entity": "product",
|
|
696
696
|
"action": "view",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@walkeros/web-destination-piwikpro",
|
|
3
3
|
"description": "Piwik PRO destination for walkerOS",
|
|
4
|
-
"version": "4.1.
|
|
4
|
+
"version": "4.1.3-next-1780071196115",
|
|
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.3-next-1780071196115",
|
|
42
|
+
"@walkeros/web-core": "4.1.3-next-1780071196115"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
|
-
"@walkeros/collector": "4.1.
|
|
45
|
+
"@walkeros/collector": "4.1.3-next-1780071196115"
|
|
46
46
|
},
|
|
47
47
|
"repository": {
|
|
48
48
|
"url": "git+https://github.com/elbwalker/walkerOS.git",
|