@walkeros/web-destination-mixpanel 4.4.0 → 4.5.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,5 +1,15 @@
1
1
  # @walkeros/web-destination-mixpanel
2
2
 
3
+ ## 4.5.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [63845bb]
8
+ - Updated dependencies [79cdcb0]
9
+ - Updated dependencies [756b571]
10
+ - @walkeros/core@4.5.0
11
+ - @walkeros/web-core@4.5.0
12
+
3
13
  ## 4.4.0
4
14
 
5
15
  ### Patch Changes
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$meta": {
3
3
  "package": "@walkeros/web-destination-mixpanel",
4
- "version": "4.4.0",
4
+ "version": "4.5.0",
5
5
  "type": "destination",
6
6
  "platform": [
7
7
  "web"
@@ -311,7 +311,7 @@
311
311
  "consent": {
312
312
  "functional": true
313
313
  },
314
- "id": "fc4cfe7c141b6889",
314
+ "id": "803094f745c0cf91",
315
315
  "trigger": "test",
316
316
  "entity": "account",
317
317
  "action": "delete",
@@ -382,7 +382,7 @@
382
382
  "consent": {
383
383
  "functional": true
384
384
  },
385
- "id": "5a957406edff2bb5",
385
+ "id": "7faf442cc1204e80",
386
386
  "trigger": "test",
387
387
  "entity": "company",
388
388
  "action": "update",
@@ -508,7 +508,7 @@
508
508
  "consent": {
509
509
  "functional": true
510
510
  },
511
- "id": "6ca8d64b52dfd27d",
511
+ "id": "09fcb4f0b3a94f06",
512
512
  "trigger": "load",
513
513
  "entity": "product",
514
514
  "action": "view",
@@ -570,7 +570,7 @@
570
570
  "consent": {
571
571
  "functional": true
572
572
  },
573
- "id": "67ee9298adbe1722",
573
+ "id": "be4b0c7615a44dfc",
574
574
  "trigger": "load",
575
575
  "entity": "page",
576
576
  "action": "view",
@@ -635,7 +635,7 @@
635
635
  "consent": {
636
636
  "functional": true
637
637
  },
638
- "id": "646f732ee52f20be",
638
+ "id": "0921e5809e043f3e",
639
639
  "trigger": "load",
640
640
  "entity": "product",
641
641
  "action": "view",
@@ -705,7 +705,7 @@
705
705
  "consent": {
706
706
  "functional": true
707
707
  },
708
- "id": "38730cc17ccb6ba3",
708
+ "id": "f72253c415ab3d86",
709
709
  "trigger": "test",
710
710
  "entity": "profile",
711
711
  "action": "update",
@@ -897,7 +897,7 @@
897
897
  "consent": {
898
898
  "functional": true
899
899
  },
900
- "id": "460d7d1dadb68166",
900
+ "id": "6685e474c3444216",
901
901
  "trigger": "load",
902
902
  "entity": "order",
903
903
  "action": "complete",
@@ -965,7 +965,7 @@
965
965
  "consent": {
966
966
  "functional": true
967
967
  },
968
- "id": "8fca6319b1b80f2f",
968
+ "id": "8f1ffada9269dd4f",
969
969
  "trigger": "test",
970
970
  "entity": "user",
971
971
  "action": "login",
@@ -1042,7 +1042,7 @@
1042
1042
  "consent": {
1043
1043
  "functional": true
1044
1044
  },
1045
- "id": "fe9b1e578fa7efb4",
1045
+ "id": "9e06c625e4887424",
1046
1046
  "trigger": "test",
1047
1047
  "entity": "user",
1048
1048
  "action": "login",
@@ -1158,7 +1158,7 @@
1158
1158
  "consent": {
1159
1159
  "functional": true
1160
1160
  },
1161
- "id": "ce76064cfb29b944",
1161
+ "id": "a01ae387a5d524ff",
1162
1162
  "trigger": "test",
1163
1163
  "entity": "user",
1164
1164
  "action": "logout",
@@ -1225,7 +1225,7 @@
1225
1225
  "consent": {
1226
1226
  "functional": true
1227
1227
  },
1228
- "id": "28a7af0734728eeb",
1228
+ "id": "ae8523b2f37e724b",
1229
1229
  "trigger": "test",
1230
1230
  "entity": "debug",
1231
1231
  "action": "noise",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@walkeros/web-destination-mixpanel",
3
3
  "description": "Mixpanel web destination for walkerOS (events, people, groups, consent)",
4
- "version": "4.4.0",
4
+ "version": "4.5.0",
5
5
  "license": "MIT",
6
6
  "main": "./dist/index.js",
7
7
  "module": "./dist/index.mjs",
@@ -38,13 +38,13 @@
38
38
  "update": "npx npm-check-updates -u && npm update"
39
39
  },
40
40
  "dependencies": {
41
- "@walkeros/core": "4.4.0",
41
+ "@walkeros/core": "4.5.0",
42
42
  "mixpanel-browser": "^2.78.0",
43
- "@walkeros/web-core": "4.4.0"
43
+ "@walkeros/web-core": "4.5.0"
44
44
  },
45
45
  "devDependencies": {
46
46
  "@types/mixpanel-browser": "^2.50.0",
47
- "@walkeros/collector": "4.4.0"
47
+ "@walkeros/collector": "4.5.0"
48
48
  },
49
49
  "repository": {
50
50
  "url": "git+https://github.com/elbwalker/walkerOS.git",