@tachybase/plugin-workflow-analysis 1.3.16 → 1.3.18
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 +4 -4
- package/dist/index.js +4 -4
- package/package.json +10 -10
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.18",
|
|
4
|
+
"@tachybase/server": "1.3.18",
|
|
5
|
+
"@tachybase/module-workflow": "1.3.18",
|
|
6
6
|
"react-router-dom": "6.28.1",
|
|
7
|
-
"@tachybase/schema": "1.3.
|
|
7
|
+
"@tachybase/schema": "1.3.18"
|
|
8
8
|
};
|
package/dist/index.js
CHANGED
|
@@ -26,12 +26,12 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
|
|
|
26
26
|
mod
|
|
27
27
|
));
|
|
28
28
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
29
|
-
var
|
|
30
|
-
__export(
|
|
29
|
+
var index_exports = {};
|
|
30
|
+
__export(index_exports, {
|
|
31
31
|
default: () => import_server.default
|
|
32
32
|
});
|
|
33
|
-
module.exports = __toCommonJS(
|
|
34
|
-
__reExport(
|
|
33
|
+
module.exports = __toCommonJS(index_exports);
|
|
34
|
+
__reExport(index_exports, require("./server"), module.exports);
|
|
35
35
|
var import_server = __toESM(require("./server"));
|
|
36
36
|
// Annotate the CommonJS export names for ESM import in node:
|
|
37
37
|
0 && (module.exports = {
|
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.18",
|
|
5
5
|
"description": "Workflow Analysis Tool: Used for Time Consumption and Error Analysis",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"Workflow"
|
|
@@ -10,18 +10,18 @@
|
|
|
10
10
|
"devDependencies": {
|
|
11
11
|
"@ant-design/icons": "^5.6.0",
|
|
12
12
|
"antd": "5.22.5",
|
|
13
|
-
"react-i18next": "^15.
|
|
13
|
+
"react-i18next": "^15.2.0",
|
|
14
14
|
"react-router-dom": "6.28.1"
|
|
15
15
|
},
|
|
16
16
|
"peerDependencies": {
|
|
17
|
-
"@tachybase/actions": "1.3.
|
|
18
|
-
"@tachybase/client": "1.3.
|
|
19
|
-
"@tachybase/
|
|
20
|
-
"@tachybase/
|
|
21
|
-
"@tachybase/
|
|
22
|
-
"@tachybase/server": "1.3.
|
|
23
|
-
"@tachybase/utils": "1.3.
|
|
24
|
-
"@tachybase/test": "1.3.
|
|
17
|
+
"@tachybase/actions": "1.3.18",
|
|
18
|
+
"@tachybase/client": "1.3.18",
|
|
19
|
+
"@tachybase/database": "1.3.18",
|
|
20
|
+
"@tachybase/module-workflow": "1.3.18",
|
|
21
|
+
"@tachybase/schema": "1.3.18",
|
|
22
|
+
"@tachybase/server": "1.3.18",
|
|
23
|
+
"@tachybase/utils": "1.3.18",
|
|
24
|
+
"@tachybase/test": "1.3.18"
|
|
25
25
|
},
|
|
26
26
|
"description.zh-CN": "工作流分析工具:用于时间消耗和错误分析",
|
|
27
27
|
"displayName.zh-CN": "工作流分析工具"
|