@nocobase/plugin-workflow-date-calculation 2.0.6 → 2.1.0-beta.5
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 +5 -5
- package/package.json +2 -2
package/dist/externalVersion.js
CHANGED
|
@@ -14,11 +14,11 @@ module.exports = {
|
|
|
14
14
|
"@ant-design/icons": "5.6.1",
|
|
15
15
|
"@formily/react": "2.3.7",
|
|
16
16
|
"@formily/antd-v5": "1.2.3",
|
|
17
|
-
"@nocobase/client": "2.0.
|
|
18
|
-
"@nocobase/plugin-workflow": "2.0.
|
|
19
|
-
"@nocobase/flow-engine": "2.0.
|
|
17
|
+
"@nocobase/client": "2.1.0-beta.5",
|
|
18
|
+
"@nocobase/plugin-workflow": "2.1.0-beta.5",
|
|
19
|
+
"@nocobase/flow-engine": "2.1.0-beta.5",
|
|
20
20
|
"lodash": "4.17.21",
|
|
21
21
|
"dayjs": "1.11.13",
|
|
22
|
-
"@nocobase/utils": "2.0.
|
|
23
|
-
"@nocobase/server": "2.0.
|
|
22
|
+
"@nocobase/utils": "2.1.0-beta.5",
|
|
23
|
+
"@nocobase/server": "2.1.0-beta.5"
|
|
24
24
|
};
|
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"displayName.zh-CN": "工作流: 日期计算节点",
|
|
5
5
|
"description": "Used to do date calculation in workflows, such as manipulating, comparing and formatting, etc.",
|
|
6
6
|
"description.zh-CN": "可用于在工作流中对日期进行操作求值,如加减、比较操作,格式化等。",
|
|
7
|
-
"version": "2.0.
|
|
7
|
+
"version": "2.1.0-beta.5",
|
|
8
8
|
"main": "dist/server/index.js",
|
|
9
9
|
"devDependencies": {
|
|
10
10
|
"moment-timezone": "0.5.48"
|
|
@@ -26,5 +26,5 @@
|
|
|
26
26
|
"Workflow"
|
|
27
27
|
],
|
|
28
28
|
"license": "Apache-2.0",
|
|
29
|
-
"gitHead": "
|
|
29
|
+
"gitHead": "9c70818fb54a8fbd36378192bc4bbe45c2634905"
|
|
30
30
|
}
|