beta-glozic-workflow 1.32.0 → 1.34.0

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/index.js +2 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -1991,7 +1991,8 @@ class Designer extends _react.Component {
1991
1991
  let endBranchId = "node-botbranch_".concat(i, "-").concat(self.nodes[node].count);
1992
1992
  newData[i] = [];
1993
1993
  let curBranch = Object.assign({}, this.nodes[node].branches[i], {
1994
- actions: []
1994
+ actions: [],
1995
+ name: "branch".concat(i)
1995
1996
  });
1996
1997
  while (cNode !== endBranchId) {
1997
1998
  //console.log('ele in branch ', cNode, this.nodes[cNode])
package/package.json CHANGED
@@ -7,7 +7,7 @@
7
7
  "components",
8
8
  "ui"
9
9
  ],
10
- "version": "1.32.0",
10
+ "version": "1.34.0",
11
11
  "private": false,
12
12
  "main": "dist/index.js",
13
13
  "module": "dist/index.js",