@walkeros/web-destination-gtag 4.1.1 → 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 CHANGED
@@ -1,5 +1,12 @@
1
1
  # @walkeros/web-destination-gtag
2
2
 
3
+ ## 4.1.2
4
+
5
+ ### Patch Changes
6
+
7
+ - @walkeros/core@4.1.2
8
+ - @walkeros/web-core@4.1.2
9
+
3
10
  ## 4.1.1
4
11
 
5
12
  ### Patch Changes
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$meta": {
3
3
  "package": "@walkeros/web-destination-gtag",
4
- "version": "4.1.1",
4
+ "version": "4.1.2",
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": "3a10ada83f46780e",
423
+ "id": "f423760660bc7709",
424
424
  "trigger": "click",
425
425
  "entity": "product",
426
426
  "action": "add",
@@ -568,7 +568,7 @@
568
568
  "consent": {
569
569
  "functional": true
570
570
  },
571
- "id": "cf2d49eaec373af6",
571
+ "id": "5858636ad0e3271d",
572
572
  "trigger": "load",
573
573
  "entity": "order",
574
574
  "action": "complete",
@@ -868,7 +868,7 @@
868
868
  "consent": {
869
869
  "functional": true
870
870
  },
871
- "id": "831f4278da5e0bbf",
871
+ "id": "4cda82da8cb7438b",
872
872
  "trigger": "load",
873
873
  "entity": "order",
874
874
  "action": "complete",
@@ -946,7 +946,7 @@
946
946
  "consent": {
947
947
  "functional": true
948
948
  },
949
- "id": "bca207ad71c7fc9e",
949
+ "id": "9c37e07cb75afef9",
950
950
  "trigger": "load",
951
951
  "entity": "page",
952
952
  "action": "view",
@@ -1080,7 +1080,7 @@
1080
1080
  "consent": {
1081
1081
  "functional": true
1082
1082
  },
1083
- "id": "8e638fb3e8d6c135",
1083
+ "id": "c8f6d14c0d5e9f47",
1084
1084
  "trigger": "load",
1085
1085
  "entity": "order",
1086
1086
  "action": "complete",
@@ -1200,7 +1200,7 @@
1200
1200
  "consent": {
1201
1201
  "functional": true
1202
1202
  },
1203
- "id": "f6fbc687b2d861fd",
1203
+ "id": "de7f18162fd894c3",
1204
1204
  "trigger": "load",
1205
1205
  "entity": "page",
1206
1206
  "action": "view",
@@ -1302,7 +1302,7 @@
1302
1302
  "consent": {
1303
1303
  "functional": true
1304
1304
  },
1305
- "id": "5a1ca49b7c83928d",
1305
+ "id": "c8fa91735d54d002",
1306
1306
  "trigger": "load",
1307
1307
  "entity": "order",
1308
1308
  "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.1.1",
4
+ "version": "4.1.2",
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.1.1",
42
- "@walkeros/web-core": "4.1.1"
41
+ "@walkeros/core": "4.1.2",
42
+ "@walkeros/web-core": "4.1.2"
43
43
  },
44
44
  "repository": {
45
45
  "url": "git+https://github.com/elbwalker/walkerOS.git",