{ "name": "@nocobase/plugin-snapshot-field", "displayName": "Collection field: Snapshot", "version": "0.21.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.", "keywords": [ "Collection fields" ], "homepage": "https://docs.nocobase.com/handbook/field-snapshot", "license": "AGPL-3.0", "main": "./dist/server/index.js", "devDependencies": { "@ant-design/icons": "~5.3.6", "@nocobase/schema": "workspace:*", "antd": "5.16.1", "lodash": "4.17.21", "rc-tree-select": "5.5.5", "react": "~18.2.0", "react-i18next": "^11.15.1" }, "peerDependencies": { "@nocobase/client": "workspace:*", "@nocobase/database": "workspace:*", "@nocobase/server": "workspace:*", "@nocobase/test": "workspace:*", "@nocobase/utils": "workspace:*" }, "description.zh-CN": "在添加数据时,为它的关系数据创建快照,并保存在当前的数据中。关系数据更新时,快照不会更新。", "displayName.zh-CN": "数据表字段:关系快照", "gitHead": "d0b4efe4be55f8c79a98a331d99d9f8cf99021a1", "homepage.zh-CN": "https://docs-cn.nocobase.com/handbook/field-snapshot" }