@nocobase/plugin-workflow-test 2.3.0-alpha.1 → 3.0.0-alpha.1

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.
@@ -8,11 +8,11 @@
8
8
  */
9
9
 
10
10
  module.exports = {
11
- "@nocobase/client": "2.3.0-alpha.1",
12
- "@nocobase/utils": "2.3.0-alpha.1",
11
+ "@nocobase/client": "3.0.0-alpha.1",
12
+ "@nocobase/utils": "3.0.0-alpha.1",
13
13
  "lodash": "4.18.1",
14
- "@nocobase/test": "2.3.0-alpha.1",
15
- "@nocobase/server": "2.3.0-alpha.1",
16
- "@nocobase/data-source-manager": "2.3.0-alpha.1",
17
- "@nocobase/database": "2.3.0-alpha.1"
14
+ "@nocobase/test": "3.0.0-alpha.1",
15
+ "@nocobase/server": "3.0.0-alpha.1",
16
+ "@nocobase/data-source-manager": "3.0.0-alpha.1",
17
+ "@nocobase/database": "3.0.0-alpha.1"
18
18
  };
@@ -126,7 +126,8 @@ var instructions_default = {
126
126
  job.set({
127
127
  status: 1
128
128
  });
129
- plugin.resume(job);
129
+ plugin.resume(job).catch(() => {
130
+ });
130
131
  }, node.config.duration ?? 100);
131
132
  return null;
132
133
  },
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "displayName": "Workflow: test kit",
4
4
  "displayName.ru-RU": "Рабочий процесс: Набор тестов",
5
5
  "displayName.zh-CN": "工作流:测试工具包",
6
- "version": "2.3.0-alpha.1",
6
+ "version": "3.0.0-alpha.1",
7
7
  "license": "Apache-2.0",
8
8
  "main": "dist/server/index.js",
9
9
  "types": "./dist/server/index.d.ts",
@@ -15,5 +15,5 @@
15
15
  "nocobase": {
16
16
  "internal": true
17
17
  },
18
- "gitHead": "2377df8ceb12549149017f7f14a61207bf6e49a2"
18
+ "gitHead": "22d8be8ece179cfa5c8a4ebb2c896c92bd418e03"
19
19
  }