@tachybase/plugin-workflow-approval 1.6.11 → 1.6.12
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/dist/externalVersion.js +6 -6
- package/package.json +8 -8
package/dist/externalVersion.js
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
module.exports = {
|
|
2
|
-
"@tachybase/client": "1.6.
|
|
3
|
-
"@tego/server": "1.6.
|
|
4
|
-
"@tachybase/module-workflow": "1.6.
|
|
2
|
+
"@tachybase/client": "1.6.12",
|
|
3
|
+
"@tego/server": "1.6.10",
|
|
4
|
+
"@tachybase/module-workflow": "1.6.12",
|
|
5
5
|
"lodash": "4.17.21",
|
|
6
6
|
"react": "18.3.1",
|
|
7
|
-
"@tachybase/schema": "1.6.
|
|
7
|
+
"@tachybase/schema": "1.6.10",
|
|
8
8
|
"antd": "5.22.5",
|
|
9
|
-
"@tachybase/module-ui-schema": "1.6.
|
|
9
|
+
"@tachybase/module-ui-schema": "1.6.12",
|
|
10
10
|
"sequelize": "6.37.5",
|
|
11
|
-
"@tego/client": "1.6.
|
|
11
|
+
"@tego/client": "1.6.10",
|
|
12
12
|
"react-i18next": "16.2.1",
|
|
13
13
|
"react-router-dom": "6.28.1",
|
|
14
14
|
"@ant-design/icons": "6.1.0",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tachybase/plugin-workflow-approval",
|
|
3
3
|
"displayName": "Approval",
|
|
4
|
-
"version": "1.6.
|
|
4
|
+
"version": "1.6.12",
|
|
5
5
|
"description": "Approval base in Workflow",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"Approval",
|
|
@@ -19,10 +19,10 @@
|
|
|
19
19
|
"main": "dist/server/index.js",
|
|
20
20
|
"devDependencies": {
|
|
21
21
|
"@ant-design/icons": "^6.1.0",
|
|
22
|
-
"@tachybase/schema": "1.6.
|
|
23
|
-
"@tachybase/test": "1.6.
|
|
24
|
-
"@tego/client": "1.6.
|
|
25
|
-
"@tego/server": "1.6.
|
|
22
|
+
"@tachybase/schema": "1.6.10",
|
|
23
|
+
"@tachybase/test": "1.6.10",
|
|
24
|
+
"@tego/client": "1.6.10",
|
|
25
|
+
"@tego/server": "1.6.10",
|
|
26
26
|
"@types/file-saver": "^2.0.7",
|
|
27
27
|
"@types/lodash": "^4.17.20",
|
|
28
28
|
"ahooks": "^3.9.0",
|
|
@@ -36,9 +36,9 @@
|
|
|
36
36
|
"react-i18next": "16.2.1",
|
|
37
37
|
"react-router-dom": "6.28.1",
|
|
38
38
|
"sequelize": "6.37.5",
|
|
39
|
-
"@tachybase/
|
|
40
|
-
"@tachybase/module-
|
|
41
|
-
"@tachybase/
|
|
39
|
+
"@tachybase/module-ui-schema": "1.6.12",
|
|
40
|
+
"@tachybase/module-workflow": "1.6.12",
|
|
41
|
+
"@tachybase/client": "1.6.12"
|
|
42
42
|
},
|
|
43
43
|
"description.zh-CN": "审批系统是一个强大的BPM工具,为业务流程自动化提供基础支持,同时具备高度灵活性和可扩展性,确保审批流程的效率和合规性,助力企业释放创新潜力。",
|
|
44
44
|
"displayName.zh-CN": "审批"
|