@tachybase/plugin-workflow-analysis 1.3.12 → 1.3.13
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 +4 -4
- package/package.json +9 -9
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,8 +1,8 @@
|
|
|
1
1
|
module.exports = {
|
|
2
2
|
"react": "18.3.1",
|
|
3
|
-
"@tachybase/client": "1.3.
|
|
4
|
-
"@tachybase/server": "1.3.
|
|
5
|
-
"@tachybase/module-workflow": "1.3.
|
|
3
|
+
"@tachybase/client": "1.3.13",
|
|
4
|
+
"@tachybase/server": "1.3.13",
|
|
5
|
+
"@tachybase/module-workflow": "1.3.13",
|
|
6
6
|
"react-router-dom": "6.28.1",
|
|
7
|
-
"@tachybase/schema": "1.3.
|
|
7
|
+
"@tachybase/schema": "1.3.13"
|
|
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.3.
|
|
4
|
+
"version": "1.3.13",
|
|
5
5
|
"description": "Workflow Analysis Tool: Used for Time Consumption and Error Analysis",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"Workflow"
|
|
@@ -14,14 +14,14 @@
|
|
|
14
14
|
"react-router-dom": "6.28.1"
|
|
15
15
|
},
|
|
16
16
|
"peerDependencies": {
|
|
17
|
-
"@tachybase/
|
|
18
|
-
"@tachybase/
|
|
19
|
-
"@tachybase/
|
|
20
|
-
"@tachybase/
|
|
21
|
-
"@tachybase/server": "1.3.
|
|
22
|
-
"@tachybase/
|
|
23
|
-
"@tachybase/
|
|
24
|
-
"@tachybase/
|
|
17
|
+
"@tachybase/client": "1.3.13",
|
|
18
|
+
"@tachybase/actions": "1.3.13",
|
|
19
|
+
"@tachybase/database": "1.3.13",
|
|
20
|
+
"@tachybase/module-workflow": "1.3.13",
|
|
21
|
+
"@tachybase/server": "1.3.13",
|
|
22
|
+
"@tachybase/schema": "1.3.13",
|
|
23
|
+
"@tachybase/test": "1.3.13",
|
|
24
|
+
"@tachybase/utils": "1.3.13"
|
|
25
25
|
},
|
|
26
26
|
"description.zh-CN": "工作流分析工具:用于时间消耗和错误分析",
|
|
27
27
|
"displayName.zh-CN": "工作流分析工具"
|