@nocobase/plugin-workflow-parallel 1.6.0-beta.9 → 1.7.0-beta.1
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 +7 -7
- package/dist/locale/it-IT.json +11 -0
- package/package.json +2 -2
package/dist/externalVersion.js
CHANGED
|
@@ -10,12 +10,12 @@
|
|
|
10
10
|
module.exports = {
|
|
11
11
|
"react": "18.2.0",
|
|
12
12
|
"antd": "5.12.8",
|
|
13
|
-
"@ant-design/icons": "5.
|
|
14
|
-
"@nocobase/client": "1.
|
|
15
|
-
"@nocobase/plugin-workflow": "1.
|
|
13
|
+
"@ant-design/icons": "5.6.1",
|
|
14
|
+
"@nocobase/client": "1.7.0-beta.1",
|
|
15
|
+
"@nocobase/plugin-workflow": "1.7.0-beta.1",
|
|
16
16
|
"react-i18next": "11.18.6",
|
|
17
|
-
"@nocobase/server": "1.
|
|
18
|
-
"@nocobase/plugin-workflow-test": "1.
|
|
19
|
-
"@nocobase/test": "1.
|
|
20
|
-
"@nocobase/utils": "1.
|
|
17
|
+
"@nocobase/server": "1.7.0-beta.1",
|
|
18
|
+
"@nocobase/plugin-workflow-test": "1.7.0-beta.1",
|
|
19
|
+
"@nocobase/test": "1.7.0-beta.1",
|
|
20
|
+
"@nocobase/utils": "1.7.0-beta.1"
|
|
21
21
|
};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Parallel branch": "Ramo parallelo",
|
|
3
|
+
"Run multiple branch processes in parallel.": "Esegui più processi del ramo in parallelo.",
|
|
4
|
+
"Add branch": "Aggiungi ramo",
|
|
5
|
+
"All succeeded": "Tutti riusciti",
|
|
6
|
+
"Any succeeded": "Qualsiasi riuscito",
|
|
7
|
+
"Any succeeded or failed": "Qualsiasi riuscito o fallito",
|
|
8
|
+
"Continue after all branches succeeded": "Continua dopo che tutti i rami sono riusciti",
|
|
9
|
+
"Continue after any branch succeeded": "Continua dopo che qualsiasi ramo è riuscito",
|
|
10
|
+
"Continue after any branch succeeded, or exit after any branch failed.": "Continua dopo che qualsiasi ramo è riuscito, o esci dopo che qualsiasi ramo è fallito."
|
|
11
|
+
}
|
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"displayName.zh-CN": "工作流:并行分支节点",
|
|
5
5
|
"description": "Could be used for parallel execution of branch processes in the workflow.",
|
|
6
6
|
"description.zh-CN": "用于在工作流中需要并行执行的分支流程。",
|
|
7
|
-
"version": "1.
|
|
7
|
+
"version": "1.7.0-beta.1",
|
|
8
8
|
"license": "AGPL-3.0",
|
|
9
9
|
"main": "./dist/server/index.js",
|
|
10
10
|
"homepage": "https://docs.nocobase.com/handbook/workflow-parallel",
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"@nocobase/server": "1.x",
|
|
23
23
|
"@nocobase/test": "1.x"
|
|
24
24
|
},
|
|
25
|
-
"gitHead": "
|
|
25
|
+
"gitHead": "374a1bc60b3d55fd8b532a57c8fe0423eed1d11e",
|
|
26
26
|
"keywords": [
|
|
27
27
|
"Workflow"
|
|
28
28
|
]
|