@walkeros/web-destination-snowplow 4.2.0-next-1780942291149 → 4.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.
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @walkeros/web-destination-snowplow
2
2
 
3
- ## 4.2.0-next-1780942291149
3
+ ## 4.2.0
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -22,11 +22,11 @@
22
22
  - Updated dependencies [654ba38]
23
23
  - Updated dependencies [6a72a32]
24
24
  - Updated dependencies [3eb2467]
25
- - Updated dependencies [7d8ebf9]
26
- - Updated dependencies [f1c74e8]
25
+ - Updated dependencies [5b1a134]
26
+ - Updated dependencies [23d4b86]
27
27
  - Updated dependencies [18c9469]
28
- - @walkeros/core@4.2.0-next-1780942291149
29
- - @walkeros/web-core@4.2.0-next-1780942291149
28
+ - @walkeros/core@4.2.0
29
+ - @walkeros/web-core@4.2.0
30
30
 
31
31
  ## 4.1.2
32
32
 
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$meta": {
3
3
  "package": "@walkeros/web-destination-snowplow",
4
- "version": "4.2.0-next-1780942291149",
4
+ "version": "4.2.0",
5
5
  "type": "destination",
6
6
  "platform": [
7
7
  "web"
@@ -342,7 +342,7 @@
342
342
  "consent": {
343
343
  "functional": true
344
344
  },
345
- "id": "8a05bb2b78d923a7",
345
+ "id": "b8370fe96f764bfd",
346
346
  "trigger": "click",
347
347
  "entity": "product",
348
348
  "action": "add",
@@ -514,7 +514,7 @@
514
514
  "consent": {
515
515
  "functional": true
516
516
  },
517
- "id": "05a0da352e22cbcf",
517
+ "id": "d7112361d8087b1b",
518
518
  "trigger": "load",
519
519
  "entity": "checkout",
520
520
  "action": "view",
@@ -641,7 +641,7 @@
641
641
  "consent": {
642
642
  "functional": true
643
643
  },
644
- "id": "32ae7692373056e4",
644
+ "id": "e178d991ebce16bd",
645
645
  "trigger": "load",
646
646
  "entity": "order",
647
647
  "action": "complete",
@@ -792,7 +792,7 @@
792
792
  "consent": {
793
793
  "functional": true
794
794
  },
795
- "id": "13cdade630afea95",
795
+ "id": "384ae4d337d96c9e",
796
796
  "trigger": "load",
797
797
  "entity": "page",
798
798
  "action": "view",
@@ -842,7 +842,7 @@
842
842
  "consent": {
843
843
  "functional": true
844
844
  },
845
- "id": "7d1b5bacd6ade533",
845
+ "id": "cddad072dce482a9",
846
846
  "trigger": "load",
847
847
  "entity": "product",
848
848
  "action": "view",
@@ -937,7 +937,7 @@
937
937
  "consent": {
938
938
  "functional": true
939
939
  },
940
- "id": "7e53cb461abd4eea",
940
+ "id": "2d8dbdaf7c9c9be3",
941
941
  "trigger": "visible",
942
942
  "entity": "promotion",
943
943
  "action": "visible",
@@ -1024,7 +1024,7 @@
1024
1024
  "consent": {
1025
1025
  "functional": true
1026
1026
  },
1027
- "id": "e4602bab78a869c0",
1027
+ "id": "1e2f75aa6d8f699c",
1028
1028
  "trigger": "load",
1029
1029
  "entity": "product",
1030
1030
  "action": "visible",
@@ -1143,7 +1143,7 @@
1143
1143
  "consent": {
1144
1144
  "functional": true
1145
1145
  },
1146
- "id": "8ffffcd09a45800b",
1146
+ "id": "2b939082fb0dbb3a",
1147
1147
  "trigger": "load",
1148
1148
  "entity": "order",
1149
1149
  "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.2.0-next-1780942291149",
4
+ "version": "4.2.0",
5
5
  "license": "MIT",
6
6
  "main": "./dist/index.js",
7
7
  "module": "./dist/index.mjs",
@@ -38,12 +38,12 @@
38
38
  "update": "npx npm-check-updates -u && npm update"
39
39
  },
40
40
  "dependencies": {
41
- "@walkeros/core": "4.2.0-next-1780942291149",
42
- "@walkeros/web-core": "4.2.0-next-1780942291149"
41
+ "@walkeros/core": "4.2.0",
42
+ "@walkeros/web-core": "4.2.0"
43
43
  },
44
44
  "devDependencies": {
45
- "@walkeros/collector": "4.2.0-next-1780942291149",
46
- "@walkeros/config": "4.2.0-next-1780942291149",
45
+ "@walkeros/collector": "4.2.0",
46
+ "@walkeros/config": "4.2.0",
47
47
  "@snowplow/browser-tracker-core": "^4.6.8",
48
48
  "@snowplow/browser-plugin-snowplow-ecommerce": "^4.6.8"
49
49
  },