@camunda/play 1.3.1 → 1.3.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.
Files changed (2) hide show
  1. package/build/index.js +3 -2
  2. package/package.json +1 -1
package/build/index.js CHANGED
@@ -3689,8 +3689,9 @@ class gNe {
3689
3689
  element_type: "PROCESS",
3690
3690
  process_id: t
3691
3691
  }), o[s + ":" + e.key] = !0, o[s] = !0), o[f] || (this.mixpanelTrack?.("zeebePlay:bpmnelement:completed", {
3692
- [u ? "connector_type" : "element_type"]: f,
3693
- process_id: t
3692
+ element_type: s,
3693
+ process_id: t,
3694
+ ...u ? { connector_type: d } : {}
3694
3695
  }), o[f] = !0), localStorage.setItem(
3695
3696
  "tracking:" + t,
3696
3697
  JSON.stringify(o)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@camunda/play",
3
- "version": "1.3.1",
3
+ "version": "1.3.2",
4
4
  "type": "module",
5
5
  "scripts": {
6
6
  "start": "vite",