@walkeros/web-destination-snowplow 4.0.1 → 4.0.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.
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$meta": {
3
3
  "package": "@walkeros/web-destination-snowplow",
4
- "version": "4.0.1",
4
+ "version": "4.0.2",
5
5
  "type": "destination",
6
6
  "platform": [
7
7
  "web"
@@ -338,7 +338,7 @@
338
338
  "consent": {
339
339
  "functional": true
340
340
  },
341
- "id": "1380a0cd5a5a5b07",
341
+ "id": "e9fd39a35ca07c8a",
342
342
  "trigger": "click",
343
343
  "entity": "product",
344
344
  "action": "add",
@@ -510,7 +510,7 @@
510
510
  "consent": {
511
511
  "functional": true
512
512
  },
513
- "id": "814c22a97c117d5d",
513
+ "id": "37a0bf5556004070",
514
514
  "trigger": "load",
515
515
  "entity": "checkout",
516
516
  "action": "view",
@@ -637,7 +637,7 @@
637
637
  "consent": {
638
638
  "functional": true
639
639
  },
640
- "id": "c136915c9516f713",
640
+ "id": "851e7a1578ea4893",
641
641
  "trigger": "load",
642
642
  "entity": "order",
643
643
  "action": "complete",
@@ -788,7 +788,7 @@
788
788
  "consent": {
789
789
  "functional": true
790
790
  },
791
- "id": "af3e6a2aaedbcf38",
791
+ "id": "a3ea45004a5a57e1",
792
792
  "trigger": "load",
793
793
  "entity": "page",
794
794
  "action": "view",
@@ -838,7 +838,7 @@
838
838
  "consent": {
839
839
  "functional": true
840
840
  },
841
- "id": "274a38f190cb513d",
841
+ "id": "2bb0b8647f6a7e9f",
842
842
  "trigger": "load",
843
843
  "entity": "product",
844
844
  "action": "view",
@@ -933,7 +933,7 @@
933
933
  "consent": {
934
934
  "functional": true
935
935
  },
936
- "id": "84ab7d4b0b22d0ab",
936
+ "id": "fa0ee86f9b535c33",
937
937
  "trigger": "visible",
938
938
  "entity": "promotion",
939
939
  "action": "visible",
@@ -1020,7 +1020,7 @@
1020
1020
  "consent": {
1021
1021
  "functional": true
1022
1022
  },
1023
- "id": "20b4d23f52d8b583",
1023
+ "id": "c43c9876464f2844",
1024
1024
  "trigger": "load",
1025
1025
  "entity": "product",
1026
1026
  "action": "visible",
@@ -1139,7 +1139,7 @@
1139
1139
  "consent": {
1140
1140
  "functional": true
1141
1141
  },
1142
- "id": "1683e8702530f14d",
1142
+ "id": "7513a7391141f769",
1143
1143
  "trigger": "load",
1144
1144
  "entity": "order",
1145
1145
  "action": "complete",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@walkeros/web-destination-snowplow",
3
3
  "description": "Snowplow web destination for walkerOS",
4
- "version": "4.0.1",
4
+ "version": "4.0.2",
5
5
  "license": "MIT",
6
6
  "main": "./dist/index.js",
7
7
  "module": "./dist/index.mjs",
@@ -37,11 +37,11 @@
37
37
  "update": "npx npm-check-updates -u && npm update"
38
38
  },
39
39
  "dependencies": {
40
- "@walkeros/web-core": "4.0.1"
40
+ "@walkeros/web-core": "4.0.2"
41
41
  },
42
42
  "devDependencies": {
43
- "@walkeros/collector": "4.0.1",
44
- "@walkeros/config": "4.0.1",
43
+ "@walkeros/collector": "4.0.2",
44
+ "@walkeros/config": "4.0.2",
45
45
  "@snowplow/browser-tracker-core": "^4.6.8",
46
46
  "@snowplow/browser-plugin-snowplow-ecommerce": "^4.6.8"
47
47
  },