workflow-common 1.1.11 → 1.1.13

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "workflow-common",
3
- "version": "1.1.11",
3
+ "version": "1.1.13",
4
4
  "description": "this is shared library project for bolt ui and backend",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",
@@ -17,11 +17,13 @@ exports.ExtractTextAndValidateTask = {
17
17
  name: 'Target',
18
18
  type: task_1.TaskParamType.STRING,
19
19
  required: true,
20
+ variableSource: true
20
21
  },
21
22
  {
22
23
  name: 'Exptected text',
23
24
  type: task_1.TaskParamType.STRING,
24
25
  required: true,
26
+ variableSource: true
25
27
  },
26
28
  ],
27
29
  outputs: [