@walkeros/web-destination-mixpanel 3.4.1 → 3.4.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.
@@ -143,7 +143,7 @@ function L(e2, t = {}, n = {}) {
143
143
  }
144
144
  function fe(e2 = {}) {
145
145
  var _a;
146
- const t = e2.timestamp || (/* @__PURE__ */ new Date()).setHours(0, 13, 37, 0), n = e2.group || "gr0up", o = e2.count || 1, r = L({ name: "entity action", data: { string: "foo", number: 1, boolean: true, array: [0, "text", false], not: void 0 }, context: { dev: ["test", 1] }, globals: { lang: "elb" }, custom: { completely: "random" }, user: { id: "us3r", device: "c00k13", session: "s3ss10n" }, nested: [{ entity: "child", data: { is: "subordinated" }, nested: [], context: { element: ["child", 0] } }], consent: { functional: true }, id: `${t}-${n}-${o}`, trigger: "test", entity: "entity", action: "action", timestamp: t, timing: 3.14, group: n, count: o, version: { source: "3.4.1", tagging: 1 }, source: { type: "web", id: "https://localhost:80", previous_id: "http://remotehost:9001" } }, e2, { merge: false });
146
+ const t = e2.timestamp || (/* @__PURE__ */ new Date()).setHours(0, 13, 37, 0), n = e2.group || "gr0up", o = e2.count || 1, r = L({ name: "entity action", data: { string: "foo", number: 1, boolean: true, array: [0, "text", false], not: void 0 }, context: { dev: ["test", 1] }, globals: { lang: "elb" }, custom: { completely: "random" }, user: { id: "us3r", device: "c00k13", session: "s3ss10n" }, nested: [{ entity: "child", data: { is: "subordinated" }, nested: [], context: { element: ["child", 0] } }], consent: { functional: true }, id: `${t}-${n}-${o}`, trigger: "test", entity: "entity", action: "action", timestamp: t, timing: 3.14, group: n, count: o, version: { source: "3.4.2", tagging: 1 }, source: { type: "web", id: "https://localhost:80", previous_id: "http://remotehost:9001" } }, e2, { merge: false });
147
147
  if (e2.name) {
148
148
  const [t2, n2] = (_a = e2.name.split(" ")) != null ? _a : [];
149
149
  t2 && n2 && (r.entity = t2, r.action = n2);
@@ -122,7 +122,7 @@ function L(e2, t = {}, n = {}) {
122
122
  }
123
123
  function fe(e2 = {}) {
124
124
  var _a;
125
- const t = e2.timestamp || (/* @__PURE__ */ new Date()).setHours(0, 13, 37, 0), n = e2.group || "gr0up", o = e2.count || 1, r = L({ name: "entity action", data: { string: "foo", number: 1, boolean: true, array: [0, "text", false], not: void 0 }, context: { dev: ["test", 1] }, globals: { lang: "elb" }, custom: { completely: "random" }, user: { id: "us3r", device: "c00k13", session: "s3ss10n" }, nested: [{ entity: "child", data: { is: "subordinated" }, nested: [], context: { element: ["child", 0] } }], consent: { functional: true }, id: `${t}-${n}-${o}`, trigger: "test", entity: "entity", action: "action", timestamp: t, timing: 3.14, group: n, count: o, version: { source: "3.4.1", tagging: 1 }, source: { type: "web", id: "https://localhost:80", previous_id: "http://remotehost:9001" } }, e2, { merge: false });
125
+ const t = e2.timestamp || (/* @__PURE__ */ new Date()).setHours(0, 13, 37, 0), n = e2.group || "gr0up", o = e2.count || 1, r = L({ name: "entity action", data: { string: "foo", number: 1, boolean: true, array: [0, "text", false], not: void 0 }, context: { dev: ["test", 1] }, globals: { lang: "elb" }, custom: { completely: "random" }, user: { id: "us3r", device: "c00k13", session: "s3ss10n" }, nested: [{ entity: "child", data: { is: "subordinated" }, nested: [], context: { element: ["child", 0] } }], consent: { functional: true }, id: `${t}-${n}-${o}`, trigger: "test", entity: "entity", action: "action", timestamp: t, timing: 3.14, group: n, count: o, version: { source: "3.4.2", tagging: 1 }, source: { type: "web", id: "https://localhost:80", previous_id: "http://remotehost:9001" } }, e2, { merge: false });
126
126
  if (e2.name) {
127
127
  const [t2, n2] = (_a = e2.name.split(" ")) != null ? _a : [];
128
128
  t2 && n2 && (r.entity = t2, r.action = n2);
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$meta": {
3
3
  "package": "@walkeros/web-destination-mixpanel",
4
- "version": "3.4.1",
4
+ "version": "3.4.2",
5
5
  "type": "destination",
6
6
  "platform": [
7
7
  "web"
@@ -327,7 +327,7 @@
327
327
  "group": "gr0up",
328
328
  "count": 1,
329
329
  "version": {
330
- "source": "3.4.1",
330
+ "source": "3.4.2",
331
331
  "tagging": 1
332
332
  },
333
333
  "source": {
@@ -410,7 +410,7 @@
410
410
  "group": "gr0up",
411
411
  "count": 1,
412
412
  "version": {
413
- "source": "3.4.1",
413
+ "source": "3.4.2",
414
414
  "tagging": 1
415
415
  },
416
416
  "source": {
@@ -535,7 +535,7 @@
535
535
  "group": "gr0up",
536
536
  "count": 1,
537
537
  "version": {
538
- "source": "3.4.1",
538
+ "source": "3.4.2",
539
539
  "tagging": 1
540
540
  },
541
541
  "source": {
@@ -609,7 +609,7 @@
609
609
  "group": "gr0up",
610
610
  "count": 1,
611
611
  "version": {
612
- "source": "3.4.1",
612
+ "source": "3.4.2",
613
613
  "tagging": 1
614
614
  },
615
615
  "source": {
@@ -679,7 +679,7 @@
679
679
  "group": "gr0up",
680
680
  "count": 1,
681
681
  "version": {
682
- "source": "3.4.1",
682
+ "source": "3.4.2",
683
683
  "tagging": 1
684
684
  },
685
685
  "source": {
@@ -761,7 +761,7 @@
761
761
  "group": "gr0up",
762
762
  "count": 1,
763
763
  "version": {
764
- "source": "3.4.1",
764
+ "source": "3.4.2",
765
765
  "tagging": 1
766
766
  },
767
767
  "source": {
@@ -958,7 +958,7 @@
958
958
  "group": "gr0up",
959
959
  "count": 1,
960
960
  "version": {
961
- "source": "3.4.1",
961
+ "source": "3.4.2",
962
962
  "tagging": 1
963
963
  },
964
964
  "source": {
@@ -1038,7 +1038,7 @@
1038
1038
  "group": "gr0up",
1039
1039
  "count": 1,
1040
1040
  "version": {
1041
- "source": "3.4.1",
1041
+ "source": "3.4.2",
1042
1042
  "tagging": 1
1043
1043
  },
1044
1044
  "source": {
@@ -1127,7 +1127,7 @@
1127
1127
  "group": "gr0up",
1128
1128
  "count": 1,
1129
1129
  "version": {
1130
- "source": "3.4.1",
1130
+ "source": "3.4.2",
1131
1131
  "tagging": 1
1132
1132
  },
1133
1133
  "source": {
@@ -1255,7 +1255,7 @@
1255
1255
  "group": "gr0up",
1256
1256
  "count": 1,
1257
1257
  "version": {
1258
- "source": "3.4.1",
1258
+ "source": "3.4.2",
1259
1259
  "tagging": 1
1260
1260
  },
1261
1261
  "source": {
@@ -1334,7 +1334,7 @@
1334
1334
  "group": "gr0up",
1335
1335
  "count": 1,
1336
1336
  "version": {
1337
- "source": "3.4.1",
1337
+ "source": "3.4.2",
1338
1338
  "tagging": 1
1339
1339
  },
1340
1340
  "source": {
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": "3.4.1",
4
+ "version": "3.4.2",
5
5
  "license": "MIT",
6
6
  "main": "./dist/index.js",
7
7
  "module": "./dist/index.mjs",
@@ -38,11 +38,11 @@
38
38
  },
39
39
  "dependencies": {
40
40
  "mixpanel-browser": "^2.78.0",
41
- "@walkeros/web-core": "3.4.1"
41
+ "@walkeros/web-core": "3.4.2"
42
42
  },
43
43
  "devDependencies": {
44
44
  "@types/mixpanel-browser": "^2.50.0",
45
- "@walkeros/collector": "3.4.1"
45
+ "@walkeros/collector": "3.4.2"
46
46
  },
47
47
  "repository": {
48
48
  "url": "git+https://github.com/elbwalker/walkerOS.git",