@camunda/play 5.1.1-rc.6 → 5.1.1-rc.7

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 +1 -1
  2. package/package.json +1 -1
package/build/index.js CHANGED
@@ -6638,7 +6638,7 @@ class tWe {
6638
6638
  this.state.status = "moving-token", this.state.sourceFlowNodeIdForMoveOperation = e, this.state.sourceFlowNodeInstanceKeyForMoveOperation = t ?? null;
6639
6639
  };
6640
6640
  moveToken = async (e, t) => {
6641
- if (console.log("targetFlowNodeId", e), e !== void 0) {
6641
+ if (e !== void 0) {
6642
6642
  const n = Ui.state.elementInstances.filter(
6643
6643
  ({ state: o, flowNodeId: a }) => !["COMPLETED", "TERMINATED"].includes(o) && a === this.state.sourceFlowNodeIdForMoveOperation
6644
6644
  ).map(({ key: o }) => ({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@camunda/play",
3
- "version": "5.1.1-rc.6",
3
+ "version": "5.1.1-rc.7",
4
4
  "type": "module",
5
5
  "scripts": {
6
6
  "start": "vite",