@walkeros/server-destination-mixpanel 4.2.1 → 4.2.2-next-1782236179392

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/server-destination-mixpanel
2
2
 
3
+ ## 4.2.2-next-1782236179392
4
+
5
+ ### Patch Changes
6
+
7
+ - @walkeros/core@4.2.2-next-1782236179392
8
+ - @walkeros/server-core@4.2.2-next-1782236179392
9
+
3
10
  ## 4.2.1
4
11
 
5
12
  ### Patch Changes
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$meta": {
3
3
  "package": "@walkeros/server-destination-mixpanel",
4
- "version": "4.2.1",
4
+ "version": "4.2.2-next-1782236179392",
5
5
  "type": "destination",
6
6
  "platform": [
7
7
  "server"
@@ -158,7 +158,7 @@
158
158
  "consent": {
159
159
  "functional": true
160
160
  },
161
- "id": "d71462ea26e3421a",
161
+ "id": "c5d27d21ada6cff1",
162
162
  "trigger": "test",
163
163
  "entity": "user",
164
164
  "action": "login",
@@ -236,7 +236,7 @@
236
236
  "consent": {
237
237
  "functional": true
238
238
  },
239
- "id": "938c2b5d15b5a5d2",
239
+ "id": "f75506872c082bdc",
240
240
  "trigger": "test",
241
241
  "entity": "profile",
242
242
  "action": "update",
@@ -400,7 +400,7 @@
400
400
  "consent": {
401
401
  "functional": true
402
402
  },
403
- "id": "1ed4830480b8d9f6",
403
+ "id": "5cd3735a59ddd4c0",
404
404
  "trigger": "test",
405
405
  "entity": "company",
406
406
  "action": "update",
@@ -492,7 +492,7 @@
492
492
  "consent": {
493
493
  "functional": true
494
494
  },
495
- "id": "e51d7116264a1e7a",
495
+ "id": "28ac56e5a296d261",
496
496
  "trigger": "load",
497
497
  "entity": "product",
498
498
  "action": "view",
@@ -598,7 +598,7 @@
598
598
  "consent": {
599
599
  "functional": true
600
600
  },
601
- "id": "ce20af8328a9e5c8",
601
+ "id": "87190a81bacf3cae",
602
602
  "trigger": "load",
603
603
  "entity": "order",
604
604
  "action": "complete",
@@ -667,7 +667,7 @@
667
667
  "consent": {
668
668
  "functional": true
669
669
  },
670
- "id": "0d166ab9d8c01ca3",
670
+ "id": "c9a4437675541e4c",
671
671
  "trigger": "test",
672
672
  "entity": "user",
673
673
  "action": "login",
@@ -735,7 +735,7 @@
735
735
  "consent": {
736
736
  "functional": true
737
737
  },
738
- "id": "6e4ba0f479897010",
738
+ "id": "6655613cb58e6a90",
739
739
  "trigger": "load",
740
740
  "entity": "page",
741
741
  "action": "view",
@@ -811,7 +811,7 @@
811
811
  "consent": {
812
812
  "functional": true
813
813
  },
814
- "id": "a571059e818f7b00",
814
+ "id": "bc5fb6d95b0c33c8",
815
815
  "trigger": "load",
816
816
  "entity": "product",
817
817
  "action": "view",
@@ -888,7 +888,7 @@
888
888
  "consent": {
889
889
  "functional": true
890
890
  },
891
- "id": "7fd4bd0c529ee092",
891
+ "id": "29d835b686967750",
892
892
  "trigger": "test",
893
893
  "entity": "user",
894
894
  "action": "login",
@@ -1002,7 +1002,7 @@
1002
1002
  "consent": {
1003
1003
  "functional": true
1004
1004
  },
1005
- "id": "ab43484f44217fdc",
1005
+ "id": "4bde8fe3668002c2",
1006
1006
  "trigger": "test",
1007
1007
  "entity": "debug",
1008
1008
  "action": "noise",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@walkeros/server-destination-mixpanel",
3
3
  "description": "Mixpanel server destination for walkerOS",
4
- "version": "4.2.1",
4
+ "version": "4.2.2-next-1782236179392",
5
5
  "license": "MIT",
6
6
  "exports": {
7
7
  ".": {
@@ -35,12 +35,12 @@
35
35
  "update": "npx npm-check-updates -u && npm update"
36
36
  },
37
37
  "dependencies": {
38
- "@walkeros/core": "4.2.1",
39
- "@walkeros/server-core": "4.2.1",
38
+ "@walkeros/core": "4.2.2-next-1782236179392",
39
+ "@walkeros/server-core": "4.2.2-next-1782236179392",
40
40
  "mixpanel": "^0.22.0"
41
41
  },
42
42
  "devDependencies": {
43
- "@walkeros/collector": "4.2.1"
43
+ "@walkeros/collector": "4.2.2-next-1782236179392"
44
44
  },
45
45
  "repository": {
46
46
  "url": "git+https://github.com/elbwalker/walkerOS.git",