@nocobase/plugin-snapshot-field 1.9.20 → 1.9.21

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": "1.9.20",
11
+ "@nocobase/client": "1.9.21",
12
12
  "react": "18.2.0",
13
13
  "@formily/react": "2.3.0",
14
14
  "@formily/core": "2.3.0",
15
15
  "lodash": "4.17.21",
16
- "@nocobase/database": "1.9.20",
17
- "@nocobase/server": "1.9.20",
16
+ "@nocobase/database": "1.9.21",
17
+ "@nocobase/server": "1.9.21",
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
@@ -6,7 +6,7 @@
6
6
  "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.",
7
7
  "description.ru-RU": "При добавлении новой записи создаёт снимок связанной записи и сохраняет его в текущей записи. Снимок не обновляется при изменении связанной записи.",
8
8
  "description.zh-CN": "在添加数据时,为它的关系数据创建快照,并保存在当前的数据中。关系数据更新时,快照不会更新。",
9
- "version": "1.9.20",
9
+ "version": "1.9.21",
10
10
  "license": "AGPL-3.0",
11
11
  "main": "./dist/server/index.js",
12
12
  "homepage": "https://docs.nocobase.com/handbook/field-snapshot",
@@ -28,7 +28,7 @@
28
28
  "@nocobase/test": "1.x",
29
29
  "@nocobase/utils": "1.x"
30
30
  },
31
- "gitHead": "21cd385ff885f28851e7e7c04c5f5a429b910c9f",
31
+ "gitHead": "b932b22c5582e558d81ab6dbd7e00c83914bcfb9",
32
32
  "keywords": [
33
33
  "Collection fields"
34
34
  ]