beta-glozic-workflow 1.38.0 → 1.41.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.
package/dist/index.js CHANGED
@@ -1062,7 +1062,7 @@ class Designer extends _react.Component {
1062
1062
  const titleElement = node.querySelector('.task-palette-title');
1063
1063
  if (titleElement) {
1064
1064
  if (!titleElement.innerHTML.includes("(".concat(nodeId, ")"))) {
1065
- titleElement.innerHTML += " <br> (<span style=\"font-size: 10px;\">".concat(nodeId, " <span/>)");
1065
+ titleElement.innerHTML += " <br> <span style=\"font-size: 10px;\">(".concat(nodeId, ")<span/>");
1066
1066
  }
1067
1067
  }
1068
1068
  if (position && position.length) {
@@ -454,6 +454,20 @@ const taskConfig = exports.taskConfig = {
454
454
  "output": 1,
455
455
  "branch": 0,
456
456
  "code": [""]
457
+ },
458
+ "cronjob": {
459
+ "title": "Cronjob",
460
+ "nodeType": "Cronjob",
461
+ "name": "cronjob",
462
+ "description": "",
463
+ "type": "function",
464
+ "icon": "calendar",
465
+ "enabled": true,
466
+ "_comment_enabled": "",
467
+ "input": 1,
468
+ "output": 1,
469
+ "branch": 0,
470
+ "code": [""]
457
471
  }
458
472
  }
459
473
  };
package/package.json CHANGED
@@ -7,7 +7,7 @@
7
7
  "components",
8
8
  "ui"
9
9
  ],
10
- "version": "1.38.0",
10
+ "version": "1.41.0",
11
11
  "private": false,
12
12
  "main": "dist/index.js",
13
13
  "module": "dist/index.js",