@walkeros/web-destination-gtag 3.1.1 → 3.2.0

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.
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$meta": {
3
3
  "package": "@walkeros/web-destination-gtag",
4
- "version": "3.1.0",
4
+ "version": "3.1.1",
5
5
  "type": "destination",
6
6
  "platform": [
7
7
  "web"
@@ -387,7 +387,7 @@
387
387
  "group": "gr0up",
388
388
  "count": 1,
389
389
  "version": {
390
- "source": "3.1.0",
390
+ "source": "3.1.1",
391
391
  "tagging": 1
392
392
  },
393
393
  "source": {
@@ -521,7 +521,7 @@
521
521
  "group": "gr0up",
522
522
  "count": 1,
523
523
  "version": {
524
- "source": "3.1.0",
524
+ "source": "3.1.1",
525
525
  "tagging": 1
526
526
  },
527
527
  "source": {
@@ -653,7 +653,7 @@
653
653
  "group": "gr0up",
654
654
  "count": 1,
655
655
  "version": {
656
- "source": "3.1.0",
656
+ "source": "3.1.1",
657
657
  "tagging": 1
658
658
  },
659
659
  "source": {
@@ -740,7 +740,7 @@
740
740
  "group": "gr0up",
741
741
  "count": 1,
742
742
  "version": {
743
- "source": "3.1.0",
743
+ "source": "3.1.1",
744
744
  "tagging": 1
745
745
  },
746
746
  "source": {
@@ -854,7 +854,7 @@
854
854
  "group": "gr0up",
855
855
  "count": 1,
856
856
  "version": {
857
- "source": "3.1.0",
857
+ "source": "3.1.1",
858
858
  "tagging": 1
859
859
  },
860
860
  "source": {
@@ -967,7 +967,7 @@
967
967
  "group": "gr0up",
968
968
  "count": 1,
969
969
  "version": {
970
- "source": "3.1.0",
970
+ "source": "3.1.1",
971
971
  "tagging": 1
972
972
  },
973
973
  "source": {
@@ -1071,7 +1071,7 @@
1071
1071
  "group": "gr0up",
1072
1072
  "count": 1,
1073
1073
  "version": {
1074
- "source": "3.1.0",
1074
+ "source": "3.1.1",
1075
1075
  "tagging": 1
1076
1076
  },
1077
1077
  "source": {
@@ -1105,7 +1105,7 @@
1105
1105
  "nested",
1106
1106
  {
1107
1107
  "condition": {
1108
- "$code": "e=>_h(e)&&\"product\"===e.entity"
1108
+ "$code": "e=>Dh(e)&&\"product\"===e.entity"
1109
1109
  },
1110
1110
  "map": {
1111
1111
  "item_id": "data.id",
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": "3.1.1",
4
+ "version": "3.2.0",
5
5
  "license": "MIT",
6
6
  "main": "./dist/index.js",
7
7
  "module": "./dist/index.mjs",
@@ -36,7 +36,7 @@
36
36
  "update": "npx npm-check-updates -u && npm update"
37
37
  },
38
38
  "dependencies": {
39
- "@walkeros/web-core": "^3.1.1"
39
+ "@walkeros/web-core": "^3.2.0"
40
40
  },
41
41
  "repository": {
42
42
  "url": "git+https://github.com/elbwalker/walkerOS.git",