@walkeros/web-destination-piwikpro 4.2.1-next-1781715165983 → 4.2.1
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 +3 -3
- package/dist/walkerOS.json +7 -7
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @walkeros/web-destination-piwikpro
|
|
2
2
|
|
|
3
|
-
## 4.2.1
|
|
3
|
+
## 4.2.1
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
@@ -9,8 +9,8 @@
|
|
|
9
9
|
- Updated dependencies [d1b41ca]
|
|
10
10
|
- Updated dependencies [0a8a08b]
|
|
11
11
|
- Updated dependencies [8afb7cc]
|
|
12
|
-
- @walkeros/core@4.2.1
|
|
13
|
-
- @walkeros/web-core@4.2.1
|
|
12
|
+
- @walkeros/core@4.2.1
|
|
13
|
+
- @walkeros/web-core@4.2.1
|
|
14
14
|
|
|
15
15
|
## 4.2.0
|
|
16
16
|
|
package/dist/walkerOS.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$meta": {
|
|
3
3
|
"package": "@walkeros/web-destination-piwikpro",
|
|
4
|
-
"version": "4.2.1
|
|
4
|
+
"version": "4.2.1",
|
|
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": "f892fd855ed0069a",
|
|
143
143
|
"trigger": "load",
|
|
144
144
|
"entity": "cart",
|
|
145
145
|
"action": "view",
|
|
@@ -252,7 +252,7 @@
|
|
|
252
252
|
"consent": {
|
|
253
253
|
"functional": true
|
|
254
254
|
},
|
|
255
|
-
"id": "
|
|
255
|
+
"id": "204f4d1e0caa944a",
|
|
256
256
|
"trigger": "visible",
|
|
257
257
|
"entity": "promotion",
|
|
258
258
|
"action": "visible",
|
|
@@ -323,7 +323,7 @@
|
|
|
323
323
|
"consent": {
|
|
324
324
|
"functional": true
|
|
325
325
|
},
|
|
326
|
-
"id": "
|
|
326
|
+
"id": "e99ffca0fb005521",
|
|
327
327
|
"trigger": "click",
|
|
328
328
|
"entity": "product",
|
|
329
329
|
"action": "add",
|
|
@@ -473,7 +473,7 @@
|
|
|
473
473
|
"consent": {
|
|
474
474
|
"functional": true
|
|
475
475
|
},
|
|
476
|
-
"id": "
|
|
476
|
+
"id": "c05bc1b3f6e145ce",
|
|
477
477
|
"trigger": "load",
|
|
478
478
|
"entity": "order",
|
|
479
479
|
"action": "complete",
|
|
@@ -644,7 +644,7 @@
|
|
|
644
644
|
"consent": {
|
|
645
645
|
"functional": true
|
|
646
646
|
},
|
|
647
|
-
"id": "
|
|
647
|
+
"id": "d255fff13fc728f9",
|
|
648
648
|
"trigger": "load",
|
|
649
649
|
"entity": "page",
|
|
650
650
|
"action": "view",
|
|
@@ -700,7 +700,7 @@
|
|
|
700
700
|
"consent": {
|
|
701
701
|
"functional": true
|
|
702
702
|
},
|
|
703
|
-
"id": "
|
|
703
|
+
"id": "56328f924c94f1e0",
|
|
704
704
|
"trigger": "load",
|
|
705
705
|
"entity": "product",
|
|
706
706
|
"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.2.1
|
|
4
|
+
"version": "4.2.1",
|
|
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.1",
|
|
42
|
+
"@walkeros/web-core": "4.2.1"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
|
-
"@walkeros/collector": "4.2.1
|
|
45
|
+
"@walkeros/collector": "4.2.1"
|
|
46
46
|
},
|
|
47
47
|
"repository": {
|
|
48
48
|
"url": "git+https://github.com/elbwalker/walkerOS.git",
|