@nocobase/plugin-workflow-test 1.9.0-beta.5 → 1.9.0-beta.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.
@@ -8,11 +8,11 @@
8
8
  */
9
9
 
10
10
  module.exports = {
11
- "@nocobase/client": "1.9.0-beta.5",
12
- "@nocobase/utils": "1.9.0-beta.5",
11
+ "@nocobase/client": "1.9.0-beta.7",
12
+ "@nocobase/utils": "1.9.0-beta.7",
13
13
  "lodash": "4.17.21",
14
- "@nocobase/test": "1.9.0-beta.5",
15
- "@nocobase/server": "1.9.0-beta.5",
16
- "@nocobase/data-source-manager": "1.9.0-beta.5",
17
- "@nocobase/database": "1.9.0-beta.5"
14
+ "@nocobase/test": "1.9.0-beta.7",
15
+ "@nocobase/server": "1.9.0-beta.7",
16
+ "@nocobase/data-source-manager": "1.9.0-beta.7",
17
+ "@nocobase/database": "1.9.0-beta.7"
18
18
  };
@@ -113,7 +113,7 @@ var instructions_default = {
113
113
  status: 1
114
114
  });
115
115
  processor.options.plugin.resume(job);
116
- }, 100);
116
+ }, node.config.duration ?? 100);
117
117
  return null;
118
118
  },
119
119
  resume(node, job, processor) {
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@nocobase/plugin-workflow-test",
3
3
  "displayName": "Workflow: test kit",
4
4
  "displayName.zh-CN": "工作流:测试工具包",
5
- "version": "1.9.0-beta.5",
5
+ "version": "1.9.0-beta.7",
6
6
  "license": "AGPL-3.0",
7
7
  "main": "dist/server/index.js",
8
8
  "types": "./dist/server/index.d.ts",
@@ -11,5 +11,5 @@
11
11
  "@nocobase/server": "1.x",
12
12
  "@nocobase/test": "1.x"
13
13
  },
14
- "gitHead": "9a61c60dd3db5af64244e82447309b0cb17aabb6"
14
+ "gitHead": "4a5055c973b51611d5db1604aaaf6c1b73b4733c"
15
15
  }