@tachybase/plugin-workflow-approval 1.3.12 → 1.3.14
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/LICENSE +1 -1
- package/dist/externalVersion.js +10 -10
- package/package.json +12 -12
package/LICENSE
CHANGED
|
@@ -186,7 +186,7 @@
|
|
|
186
186
|
same "printed page" as the copyright notice for easier
|
|
187
187
|
identification within third-party archives.
|
|
188
188
|
|
|
189
|
-
Copyright [2023-
|
|
189
|
+
Copyright [2023-2025] [Tego team]
|
|
190
190
|
|
|
191
191
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
192
192
|
you may not use this file except in compliance with the License.
|
package/dist/externalVersion.js
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
module.exports = {
|
|
2
|
-
"@tachybase/client": "1.3.
|
|
3
|
-
"@tachybase/module-workflow": "1.3.
|
|
4
|
-
"@tachybase/server": "1.3.
|
|
2
|
+
"@tachybase/client": "1.3.14",
|
|
3
|
+
"@tachybase/module-workflow": "1.3.14",
|
|
4
|
+
"@tachybase/server": "1.3.14",
|
|
5
5
|
"lodash": "4.17.21",
|
|
6
6
|
"react": "18.3.1",
|
|
7
|
-
"@tachybase/schema": "1.3.
|
|
7
|
+
"@tachybase/schema": "1.3.14",
|
|
8
8
|
"antd": "5.22.5",
|
|
9
|
-
"@tachybase/actions": "1.3.
|
|
10
|
-
"@tachybase/database": "1.3.
|
|
11
|
-
"@tachybase/data-source": "1.3.
|
|
12
|
-
"@tachybase/module-ui-schema": "1.3.
|
|
13
|
-
"@tachybase/utils": "1.3.
|
|
9
|
+
"@tachybase/actions": "1.3.14",
|
|
10
|
+
"@tachybase/database": "1.3.14",
|
|
11
|
+
"@tachybase/data-source": "1.3.14",
|
|
12
|
+
"@tachybase/module-ui-schema": "1.3.14",
|
|
13
|
+
"@tachybase/utils": "1.3.14",
|
|
14
14
|
"sequelize": "6.37.5",
|
|
15
|
-
"@tachybase/components": "1.3.
|
|
15
|
+
"@tachybase/components": "1.3.14",
|
|
16
16
|
"@ant-design/icons": "5.3.7",
|
|
17
17
|
"ahooks": "3.8.4",
|
|
18
18
|
"react-router-dom": "6.28.1"
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tachybase/plugin-workflow-approval",
|
|
3
3
|
"displayName": "Approval",
|
|
4
|
-
"version": "1.3.
|
|
4
|
+
"version": "1.3.14",
|
|
5
5
|
"description": "Approval base in Workflow",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"Approval",
|
|
@@ -25,17 +25,17 @@
|
|
|
25
25
|
"sequelize": "^6.37.5"
|
|
26
26
|
},
|
|
27
27
|
"peerDependencies": {
|
|
28
|
-
"@tachybase/actions": "1.3.
|
|
29
|
-
"@tachybase/
|
|
30
|
-
"@tachybase/
|
|
31
|
-
"@tachybase/components": "1.3.
|
|
32
|
-
"@tachybase/database": "1.3.
|
|
33
|
-
"@tachybase/module-ui-schema": "1.3.
|
|
34
|
-
"@tachybase/module-workflow": "1.3.
|
|
35
|
-
"@tachybase/
|
|
36
|
-
"@tachybase/
|
|
37
|
-
"@tachybase/test": "1.3.
|
|
38
|
-
"@tachybase/utils": "1.3.
|
|
28
|
+
"@tachybase/actions": "1.3.14",
|
|
29
|
+
"@tachybase/client": "1.3.14",
|
|
30
|
+
"@tachybase/data-source": "1.3.14",
|
|
31
|
+
"@tachybase/components": "1.3.14",
|
|
32
|
+
"@tachybase/database": "1.3.14",
|
|
33
|
+
"@tachybase/module-ui-schema": "1.3.14",
|
|
34
|
+
"@tachybase/module-workflow": "1.3.14",
|
|
35
|
+
"@tachybase/schema": "1.3.14",
|
|
36
|
+
"@tachybase/server": "1.3.14",
|
|
37
|
+
"@tachybase/test": "1.3.14",
|
|
38
|
+
"@tachybase/utils": "1.3.14"
|
|
39
39
|
},
|
|
40
40
|
"description.zh-CN": "审批系统是一个强大的BPM工具,为业务流程自动化提供基础支持,同时具备高度灵活性和可扩展性,确保审批流程的效率和合规性,助力企业释放创新潜力。",
|
|
41
41
|
"displayName.zh-CN": "审批",
|