@nocobase/plugin-field-formula 2.0.0-beta.3 → 2.0.0-beta.4

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-beta.3",
12
+ "@nocobase/client": "2.0.0-beta.4",
13
13
  "react-i18next": "11.18.6",
14
14
  "@formily/reactive": "2.3.7",
15
- "@nocobase/flow-engine": "2.0.0-beta.3",
15
+ "@nocobase/flow-engine": "2.0.0-beta.4",
16
16
  "antd": "5.24.2",
17
- "@nocobase/evaluators": "2.0.0-beta.3",
18
- "@nocobase/utils": "2.0.0-beta.3",
17
+ "@nocobase/evaluators": "2.0.0-beta.4",
18
+ "@nocobase/utils": "2.0.0-beta.4",
19
19
  "lodash": "4.17.21",
20
20
  "react": "18.2.0",
21
- "@nocobase/database": "2.0.0-beta.3",
22
- "@nocobase/server": "2.0.0-beta.3",
23
- "@nocobase/test": "2.0.0-beta.3",
21
+ "@nocobase/database": "2.0.0-beta.4",
22
+ "@nocobase/server": "2.0.0-beta.4",
23
+ "@nocobase/test": "2.0.0-beta.4",
24
24
  "@formily/core": "2.3.7"
25
25
  };
package/package.json CHANGED
@@ -6,7 +6,7 @@
6
6
  "description": "Configure and store the results of calculations between multiple field values in the same record, supporting both Math.js and Excel formula functions.",
7
7
  "description.zh-CN": "可以配置并存储同一条记录的多字段值之间的计算结果,支持 Math.js 和 Excel formula functions 两种引擎",
8
8
  "description.ru-RU": "Настройка и сохранение результатов вычислений между значениями нескольких полей в одной записи с поддержкой движков Math.js и Excel formula functions.",
9
- "version": "2.0.0-beta.3",
9
+ "version": "2.0.0-beta.4",
10
10
  "license": "AGPL-3.0",
11
11
  "main": "./dist/server/index.js",
12
12
  "homepage": "https://docs.nocobase.com/handbook/field-formula",
@@ -28,7 +28,7 @@
28
28
  "@nocobase/test": "2.x",
29
29
  "@nocobase/utils": "2.x"
30
30
  },
31
- "gitHead": "6c178de2050651bcfcc0b2708de0246977eac510",
31
+ "gitHead": "34c635928221393f8c38aa7d768cd3dbb636f025",
32
32
  "keywords": [
33
33
  "Collection fields"
34
34
  ]