@nocobase/plugin-workflow-dynamic-calculation 2.0.0-alpha.32 → 2.0.0-alpha.34

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.
@@ -10,14 +10,14 @@
10
10
  module.exports = {
11
11
  "react": "18.2.0",
12
12
  "@ant-design/icons": "5.6.1",
13
- "@nocobase/client": "2.0.0-alpha.32",
14
- "@nocobase/plugin-workflow": "2.0.0-alpha.32",
13
+ "@nocobase/client": "2.0.0-alpha.34",
14
+ "@nocobase/plugin-workflow": "2.0.0-alpha.34",
15
15
  "@formily/core": "2.3.7",
16
16
  "@formily/react": "2.3.7",
17
17
  "antd": "5.24.2",
18
18
  "react-i18next": "11.18.6",
19
- "@nocobase/evaluators": "2.0.0-alpha.32",
20
- "@nocobase/utils": "2.0.0-alpha.32",
21
- "@nocobase/server": "2.0.0-alpha.32",
22
- "@nocobase/database": "2.0.0-alpha.32"
19
+ "@nocobase/evaluators": "2.0.0-alpha.34",
20
+ "@nocobase/utils": "2.0.0-alpha.34",
21
+ "@nocobase/server": "2.0.0-alpha.34",
22
+ "@nocobase/database": "2.0.0-alpha.34"
23
23
  };
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "displayName.zh-CN": "工作流:动态表达式计算节点",
5
5
  "description": "Useful plugin for doing dynamic calculation based on expression collection records in workflow.",
6
6
  "description.zh-CN": "用于在工作流中进行基于数据行的动态表达式计算。",
7
- "version": "2.0.0-alpha.32",
7
+ "version": "2.0.0-alpha.34",
8
8
  "license": "AGPL-3.0",
9
9
  "main": "./dist/server/index.js",
10
10
  "homepage": "https://docs.nocobase.com/handbook/workflow-dynamic-calculation",
@@ -30,7 +30,7 @@
30
30
  "@nocobase/test": "2.x",
31
31
  "@nocobase/utils": "2.x"
32
32
  },
33
- "gitHead": "50bb60d2f42e0fc2c1cd1eee397f9c0da94084df",
33
+ "gitHead": "d7bda14bac775be7ef207cb25986511740b2ed70",
34
34
  "keywords": [
35
35
  "Workflow",
36
36
  "Collections"