@nocobase/plugin-workflow-delay 1.6.0-beta.8 → 1.7.0-alpha.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
CHANGED
|
@@ -10,9 +10,9 @@
|
|
|
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-alpha.1",
|
|
15
|
+
"@nocobase/plugin-workflow": "1.7.0-alpha.1",
|
|
16
16
|
"react-i18next": "11.18.6",
|
|
17
|
-
"@nocobase/server": "1.
|
|
17
|
+
"@nocobase/server": "1.7.0-alpha.1"
|
|
18
18
|
};
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
{
|
|
2
|
+
"Delay": "Ritarda",
|
|
3
|
+
"Delay a period of time and then continue or exit the process. Can be used to set wait or timeout times in parallel branches.": "Ritarda un periodo di tempo e quindi continua o esci dal processo. Può essere utilizzato per impostare tempi di attesa o timeout in rami paralleli.",
|
|
4
|
+
"Duration": "Durata",
|
|
5
|
+
"End status": "Stato finale",
|
|
6
|
+
"Select status": "Seleziona stato",
|
|
7
|
+
"Succeed and continue": "Riuscito e continua",
|
|
8
|
+
"Fail and exit": "Fallito ed esci"
|
|
9
|
+
}
|
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"displayName.zh-CN": "工作流:延时节点",
|
|
5
5
|
"description": "Could be used in workflow parallel branch for waiting other branches.",
|
|
6
6
|
"description.zh-CN": "可用于工作流并行分支中等待其他分支执行完成。",
|
|
7
|
-
"version": "1.
|
|
7
|
+
"version": "1.7.0-alpha.1",
|
|
8
8
|
"license": "AGPL-3.0",
|
|
9
9
|
"main": "./dist/server/index.js",
|
|
10
10
|
"homepage": "https://docs.nocobase.com/handbook/workflow-delay",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"@nocobase/server": "1.x",
|
|
22
22
|
"@nocobase/test": "1.x"
|
|
23
23
|
},
|
|
24
|
-
"gitHead": "
|
|
24
|
+
"gitHead": "e411c9728b4d1f16b0beac16e40dd3499352b052",
|
|
25
25
|
"keywords": [
|
|
26
26
|
"Workflow"
|
|
27
27
|
]
|