@tachybase/plugin-workflow-test 1.6.3 → 1.6.5

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.
@@ -1,7 +1,7 @@
1
1
  module.exports = {
2
- "@tachybase/client": "1.6.3",
2
+ "@tachybase/client": "1.6.5",
3
3
  "dayjs": "1.11.13",
4
4
  "lodash": "4.17.21",
5
- "@tachybase/test": "1.6.1",
6
- "@tego/server": "1.6.1"
5
+ "@tachybase/test": "1.6.2",
6
+ "@tego/server": "1.6.2"
7
7
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@tachybase/plugin-workflow-test",
3
3
  "displayName": "Workflow: test kit",
4
- "version": "1.6.3",
4
+ "version": "1.6.5",
5
5
  "description": "Workflow Test Toolkit",
6
6
  "keywords": [
7
7
  "Workflow"
@@ -10,12 +10,12 @@
10
10
  "main": "dist/server/index.js",
11
11
  "types": "./dist/server/index.d.ts",
12
12
  "devDependencies": {
13
- "@tachybase/test": "1.6.1",
14
- "@tego/client": "1.6.1",
15
- "@tego/server": "1.6.1",
13
+ "@tachybase/test": "1.6.2",
14
+ "@tego/client": "1.6.2",
15
+ "@tego/server": "1.6.2",
16
16
  "dayjs": "1.11.13",
17
17
  "lodash": "4.17.21",
18
- "@tachybase/client": "1.6.3"
18
+ "@tachybase/client": "1.6.5"
19
19
  },
20
20
  "description.zh-CN": "工作流测试工具包",
21
21
  "displayName.zh-CN": "工作流:测试工具包"