@tachybase/plugin-workflow-analysis 1.6.1 → 1.6.3

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,8 +1,8 @@
1
1
  module.exports = {
2
2
  "react": "18.3.1",
3
- "@tachybase/client": "1.6.1",
4
- "@tego/server": "1.6.0-alpha.9",
5
- "@tachybase/module-workflow": "1.6.1",
3
+ "@tachybase/client": "1.6.3",
4
+ "@tego/server": "1.6.1",
5
+ "@tachybase/module-workflow": "1.6.3",
6
6
  "react-router-dom": "6.28.1",
7
- "@tachybase/schema": "1.6.0-alpha.9"
7
+ "@tachybase/schema": "1.6.1"
8
8
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@tachybase/plugin-workflow-analysis",
3
3
  "displayName": "Workflow analysis tool",
4
- "version": "1.6.1",
4
+ "version": "1.6.3",
5
5
  "description": "Workflow Analysis Tool: Used for Time Consumption and Error Analysis",
6
6
  "keywords": [
7
7
  "Workflow"
@@ -9,15 +9,15 @@
9
9
  "main": "dist/server/index.js",
10
10
  "devDependencies": {
11
11
  "@ant-design/icons": "^6.1.0",
12
- "@tachybase/schema": "1.6.0-alpha.9",
13
- "@tachybase/test": "1.6.0-alpha.9",
14
- "@tego/client": "1.6.0-alpha.9",
15
- "@tego/server": "1.6.0-alpha.9",
12
+ "@tachybase/schema": "1.6.1",
13
+ "@tachybase/test": "1.6.1",
14
+ "@tego/client": "1.6.1",
15
+ "@tego/server": "1.6.1",
16
16
  "antd": "5.22.5",
17
17
  "react-i18next": "16.2.1",
18
18
  "react-router-dom": "6.28.1",
19
- "@tachybase/client": "1.6.1",
20
- "@tachybase/module-workflow": "1.6.1"
19
+ "@tachybase/client": "1.6.3",
20
+ "@tachybase/module-workflow": "1.6.3"
21
21
  },
22
22
  "description.zh-CN": "工作流分析工具:用于时间消耗和错误分析",
23
23
  "displayName.zh-CN": "工作流分析工具"