@tachybase/plugin-workflow-approval 1.3.15 → 1.3.17
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/client/index.js +41 -41
- package/dist/externalVersion.js +10 -10
- package/dist/index.js +4 -4
- package/package.json +12 -12
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.17",
|
|
3
|
+
"@tachybase/module-workflow": "1.3.17",
|
|
4
|
+
"@tachybase/server": "1.3.17",
|
|
5
5
|
"lodash": "4.17.21",
|
|
6
6
|
"react": "18.3.1",
|
|
7
|
-
"@tachybase/schema": "1.3.
|
|
7
|
+
"@tachybase/schema": "1.3.17",
|
|
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.17",
|
|
10
|
+
"@tachybase/database": "1.3.17",
|
|
11
|
+
"@tachybase/data-source": "1.3.17",
|
|
12
|
+
"@tachybase/module-ui-schema": "1.3.17",
|
|
13
|
+
"@tachybase/utils": "1.3.17",
|
|
14
14
|
"sequelize": "6.37.5",
|
|
15
|
-
"@tachybase/components": "1.3.
|
|
15
|
+
"@tachybase/components": "1.3.17",
|
|
16
16
|
"@ant-design/icons": "5.3.7",
|
|
17
17
|
"ahooks": "3.8.4",
|
|
18
18
|
"react-router-dom": "6.28.1"
|
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-approval",
|
|
3
3
|
"displayName": "Approval",
|
|
4
|
-
"version": "1.3.
|
|
4
|
+
"version": "1.3.17",
|
|
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/components": "1.3.
|
|
30
|
-
"@tachybase/
|
|
31
|
-
"@tachybase/
|
|
32
|
-
"@tachybase/
|
|
33
|
-
"@tachybase/
|
|
34
|
-
"@tachybase/
|
|
35
|
-
"@tachybase/schema": "1.3.
|
|
36
|
-
"@tachybase/
|
|
37
|
-
"@tachybase/test": "1.3.
|
|
38
|
-
"@tachybase/utils": "1.3.
|
|
28
|
+
"@tachybase/actions": "1.3.17",
|
|
29
|
+
"@tachybase/components": "1.3.17",
|
|
30
|
+
"@tachybase/client": "1.3.17",
|
|
31
|
+
"@tachybase/data-source": "1.3.17",
|
|
32
|
+
"@tachybase/database": "1.3.17",
|
|
33
|
+
"@tachybase/schema": "1.3.17",
|
|
34
|
+
"@tachybase/server": "1.3.17",
|
|
35
|
+
"@tachybase/module-ui-schema": "1.3.17",
|
|
36
|
+
"@tachybase/module-workflow": "1.3.17",
|
|
37
|
+
"@tachybase/test": "1.3.17",
|
|
38
|
+
"@tachybase/utils": "1.3.17"
|
|
39
39
|
},
|
|
40
40
|
"description.zh-CN": "审批系统是一个强大的BPM工具,为业务流程自动化提供基础支持,同时具备高度灵活性和可扩展性,确保审批流程的效率和合规性,助力企业释放创新潜力。",
|
|
41
41
|
"displayName.zh-CN": "审批",
|