@nocobase/plugin-field-formula 2.0.0-alpha.5 → 2.0.0-alpha.7

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.
@@ -9,17 +9,17 @@
9
9
 
10
10
  module.exports = {
11
11
  "@formily/react": "2.3.7",
12
- "@nocobase/client": "2.0.0-alpha.5",
12
+ "@nocobase/client": "2.0.0-alpha.7",
13
13
  "react-i18next": "11.18.6",
14
14
  "@formily/reactive": "2.3.7",
15
- "@nocobase/flow-engine": "2.0.0-alpha.5",
15
+ "@nocobase/flow-engine": "2.0.0-alpha.7",
16
16
  "antd": "5.24.2",
17
- "@nocobase/evaluators": "2.0.0-alpha.5",
18
- "@nocobase/utils": "2.0.0-alpha.5",
17
+ "@nocobase/evaluators": "2.0.0-alpha.7",
18
+ "@nocobase/utils": "2.0.0-alpha.7",
19
19
  "lodash": "4.17.21",
20
20
  "react": "18.2.0",
21
- "@nocobase/database": "2.0.0-alpha.5",
22
- "@nocobase/server": "2.0.0-alpha.5",
23
- "@nocobase/test": "2.0.0-alpha.5",
21
+ "@nocobase/database": "2.0.0-alpha.7",
22
+ "@nocobase/server": "2.0.0-alpha.7",
23
+ "@nocobase/test": "2.0.0-alpha.7",
24
24
  "@formily/core": "2.3.7"
25
25
  };
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "displayName.zh-CN": "数据表字段:公式",
5
5
  "description": "Configure and store the results of calculations between multiple field values in the same record, supporting both Math.js and Excel formula functions.",
6
6
  "description.zh-CN": "可以配置并存储同一条记录的多字段值之间的计算结果,支持 Math.js 和 Excel formula functions 两种引擎",
7
- "version": "2.0.0-alpha.5",
7
+ "version": "2.0.0-alpha.7",
8
8
  "license": "AGPL-3.0",
9
9
  "main": "./dist/server/index.js",
10
10
  "homepage": "https://docs.nocobase.com/handbook/field-formula",
@@ -25,7 +25,7 @@
25
25
  "@nocobase/test": "2.x",
26
26
  "@nocobase/utils": "2.x"
27
27
  },
28
- "gitHead": "943e035bbec27f9ecfe8ce8857955945f20976f3",
28
+ "gitHead": "cb012f93256f534472d3ae56e075839ca1675779",
29
29
  "keywords": [
30
30
  "Collection fields"
31
31
  ]