@nocobase/plugin-snapshot-field 2.0.0-alpha.10 → 2.0.0-alpha.12

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.
@@ -8,13 +8,13 @@
8
8
  */
9
9
 
10
10
  module.exports = {
11
- "@nocobase/client": "2.0.0-alpha.10",
11
+ "@nocobase/client": "2.0.0-alpha.12",
12
12
  "react": "18.2.0",
13
13
  "@formily/react": "2.3.7",
14
14
  "@formily/core": "2.3.7",
15
15
  "lodash": "4.17.21",
16
- "@nocobase/database": "2.0.0-alpha.10",
17
- "@nocobase/server": "2.0.0-alpha.10",
16
+ "@nocobase/database": "2.0.0-alpha.12",
17
+ "@nocobase/server": "2.0.0-alpha.12",
18
18
  "antd": "5.24.2",
19
19
  "react-i18next": "11.18.6",
20
20
  "@ant-design/icons": "5.6.1",
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "displayName.zh-CN": "数据表字段:关系快照",
5
5
  "description": "When adding a new record, create a snapshot for its relational record and save in the new record. The snapshot will not be updated when the relational record is updated.",
6
6
  "description.zh-CN": "在添加数据时,为它的关系数据创建快照,并保存在当前的数据中。关系数据更新时,快照不会更新。",
7
- "version": "2.0.0-alpha.10",
7
+ "version": "2.0.0-alpha.12",
8
8
  "license": "AGPL-3.0",
9
9
  "main": "./dist/server/index.js",
10
10
  "homepage": "https://docs.nocobase.com/handbook/field-snapshot",
@@ -25,7 +25,7 @@
25
25
  "@nocobase/test": "2.x",
26
26
  "@nocobase/utils": "2.x"
27
27
  },
28
- "gitHead": "6422cfb6fa6c8450de2efa3294fd29a28b228990",
28
+ "gitHead": "24050194a7ce4fbf09bb1d116b71f44832a3aa4f",
29
29
  "keywords": [
30
30
  "Collection fields"
31
31
  ]