@walkeros/server-destination-mixpanel 4.0.0 → 4.0.1-next-1778183328892

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.
Files changed (2) hide show
  1. package/dist/walkerOS.json +11 -11
  2. package/package.json +4 -4
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$meta": {
3
3
  "package": "@walkeros/server-destination-mixpanel",
4
- "version": "4.0.0",
4
+ "version": "4.0.1-next-1778183328892",
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": "437031c1de387ef2",
161
+ "id": "bd1c3cb14d6797fe",
162
162
  "trigger": "test",
163
163
  "entity": "user",
164
164
  "action": "login",
@@ -234,7 +234,7 @@
234
234
  "consent": {
235
235
  "functional": true
236
236
  },
237
- "id": "f087a88d1ee0bd8c",
237
+ "id": "0ce486993c6533e7",
238
238
  "trigger": "test",
239
239
  "entity": "profile",
240
240
  "action": "update",
@@ -396,7 +396,7 @@
396
396
  "consent": {
397
397
  "functional": true
398
398
  },
399
- "id": "9978c3cd93c17158",
399
+ "id": "4583a474abd69870",
400
400
  "trigger": "test",
401
401
  "entity": "company",
402
402
  "action": "update",
@@ -486,7 +486,7 @@
486
486
  "consent": {
487
487
  "functional": true
488
488
  },
489
- "id": "484cd9baa45f5fcf",
489
+ "id": "4341893ecb929c9c",
490
490
  "trigger": "load",
491
491
  "entity": "product",
492
492
  "action": "view",
@@ -590,7 +590,7 @@
590
590
  "consent": {
591
591
  "functional": true
592
592
  },
593
- "id": "0b411b933f2bce97",
593
+ "id": "49daf6359faa8a0f",
594
594
  "trigger": "load",
595
595
  "entity": "order",
596
596
  "action": "complete",
@@ -657,7 +657,7 @@
657
657
  "consent": {
658
658
  "functional": true
659
659
  },
660
- "id": "6d05ad83e2f260f8",
660
+ "id": "8d627030b49ddb0f",
661
661
  "trigger": "test",
662
662
  "entity": "user",
663
663
  "action": "login",
@@ -723,7 +723,7 @@
723
723
  "consent": {
724
724
  "functional": true
725
725
  },
726
- "id": "6b6e97cf8fb42d32",
726
+ "id": "14eacffc286a8156",
727
727
  "trigger": "load",
728
728
  "entity": "page",
729
729
  "action": "view",
@@ -797,7 +797,7 @@
797
797
  "consent": {
798
798
  "functional": true
799
799
  },
800
- "id": "827e0c833f7a8dc5",
800
+ "id": "bd3552fd4ebccc49",
801
801
  "trigger": "load",
802
802
  "entity": "product",
803
803
  "action": "view",
@@ -872,7 +872,7 @@
872
872
  "consent": {
873
873
  "functional": true
874
874
  },
875
- "id": "71215346435478fb",
875
+ "id": "751152263cbe1c61",
876
876
  "trigger": "test",
877
877
  "entity": "user",
878
878
  "action": "login",
@@ -984,7 +984,7 @@
984
984
  "consent": {
985
985
  "functional": true
986
986
  },
987
- "id": "da0d74824610ab77",
987
+ "id": "3fce7562f1c3f81a",
988
988
  "trigger": "test",
989
989
  "entity": "debug",
990
990
  "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.0.0",
4
+ "version": "4.0.1-next-1778183328892",
5
5
  "license": "MIT",
6
6
  "exports": {
7
7
  ".": {
@@ -34,12 +34,12 @@
34
34
  "update": "npx npm-check-updates -u && npm update"
35
35
  },
36
36
  "dependencies": {
37
- "@walkeros/core": "4.0.0",
38
- "@walkeros/server-core": "4.0.0",
37
+ "@walkeros/core": "4.0.1-next-1778183328892",
38
+ "@walkeros/server-core": "4.0.1-next-1778183328892",
39
39
  "mixpanel": "^0.21.0"
40
40
  },
41
41
  "devDependencies": {
42
- "@walkeros/collector": "4.0.0"
42
+ "@walkeros/collector": "4.0.1-next-1778183328892"
43
43
  },
44
44
  "repository": {
45
45
  "url": "git+https://github.com/elbwalker/walkerOS.git",