@walkeros/web-destination-gtag 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 +8 -8
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @walkeros/web-destination-gtag
|
|
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-gtag",
|
|
4
|
-
"version": "4.2.1
|
|
4
|
+
"version": "4.2.1",
|
|
5
5
|
"type": "destination",
|
|
6
6
|
"platform": [
|
|
7
7
|
"web"
|
|
@@ -420,7 +420,7 @@
|
|
|
420
420
|
"consent": {
|
|
421
421
|
"functional": true
|
|
422
422
|
},
|
|
423
|
-
"id": "
|
|
423
|
+
"id": "964a90b1372998bc",
|
|
424
424
|
"trigger": "click",
|
|
425
425
|
"entity": "product",
|
|
426
426
|
"action": "add",
|
|
@@ -570,7 +570,7 @@
|
|
|
570
570
|
"consent": {
|
|
571
571
|
"functional": true
|
|
572
572
|
},
|
|
573
|
-
"id": "
|
|
573
|
+
"id": "f7419af22199c54f",
|
|
574
574
|
"trigger": "load",
|
|
575
575
|
"entity": "order",
|
|
576
576
|
"action": "complete",
|
|
@@ -876,7 +876,7 @@
|
|
|
876
876
|
"consent": {
|
|
877
877
|
"functional": true
|
|
878
878
|
},
|
|
879
|
-
"id": "
|
|
879
|
+
"id": "8fbbf8738bcbaee0",
|
|
880
880
|
"trigger": "load",
|
|
881
881
|
"entity": "order",
|
|
882
882
|
"action": "complete",
|
|
@@ -956,7 +956,7 @@
|
|
|
956
956
|
"consent": {
|
|
957
957
|
"functional": true
|
|
958
958
|
},
|
|
959
|
-
"id": "
|
|
959
|
+
"id": "89593b9ccced11aa",
|
|
960
960
|
"trigger": "load",
|
|
961
961
|
"entity": "page",
|
|
962
962
|
"action": "view",
|
|
@@ -1092,7 +1092,7 @@
|
|
|
1092
1092
|
"consent": {
|
|
1093
1093
|
"functional": true
|
|
1094
1094
|
},
|
|
1095
|
-
"id": "
|
|
1095
|
+
"id": "64df667837e046a2",
|
|
1096
1096
|
"trigger": "load",
|
|
1097
1097
|
"entity": "order",
|
|
1098
1098
|
"action": "complete",
|
|
@@ -1214,7 +1214,7 @@
|
|
|
1214
1214
|
"consent": {
|
|
1215
1215
|
"functional": true
|
|
1216
1216
|
},
|
|
1217
|
-
"id": "
|
|
1217
|
+
"id": "568a8f48f678a2e4",
|
|
1218
1218
|
"trigger": "load",
|
|
1219
1219
|
"entity": "page",
|
|
1220
1220
|
"action": "view",
|
|
@@ -1318,7 +1318,7 @@
|
|
|
1318
1318
|
"consent": {
|
|
1319
1319
|
"functional": true
|
|
1320
1320
|
},
|
|
1321
|
-
"id": "
|
|
1321
|
+
"id": "2e4a9a588b458590",
|
|
1322
1322
|
"trigger": "load",
|
|
1323
1323
|
"entity": "order",
|
|
1324
1324
|
"action": "complete",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@walkeros/web-destination-gtag",
|
|
3
3
|
"description": "Unified Google destination for walkerOS (GA4, Ads, GTM)",
|
|
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,8 +38,8 @@
|
|
|
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
|
"repository": {
|
|
45
45
|
"url": "git+https://github.com/elbwalker/walkerOS.git",
|