tachybase_todo/packages/plugins/@tachybase/plugin-snapshot-field/package.json
bai.zixv 16f916bc50 chore: all, upgrade antd to 5.19.1 (#1296)
Co-authored-by: sealday <zhanglin@daoyoucloud.com>
Reviewed-on: daoyoucloud/tachybase#1296
Co-authored-by: bai.zixv <bai.zixv@foxmail.com>
Co-committed-by: bai.zixv <bai.zixv@foxmail.com>
2024-07-09 15:37:07 +08:00

30 lines
1.1 KiB
JSON

{
"name": "@tachybase/plugin-snapshot-field",
"displayName": "Collection field: Snapshot",
"version": "0.21.68",
"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"
],
"license": "Apache-2.0",
"main": "./dist/server/index.js",
"devDependencies": {
"@ant-design/icons": "~5.3.7",
"@tachybase/schema": "workspace:*",
"antd": "5.19.1",
"lodash": "4.17.21",
"rc-tree-select": "5.5.5",
"react": "~18.3.1",
"react-i18next": "^14.1.2"
},
"peerDependencies": {
"@tachybase/client": "workspace:*",
"@tachybase/database": "workspace:*",
"@tachybase/server": "workspace:*",
"@tachybase/test": "workspace:*",
"@tachybase/utils": "workspace:*"
},
"description.zh-CN": "在添加数据时,为它的关系数据创建快照,并保存在当前的数据中。关系数据更新时,快照不会更新。",
"displayName.zh-CN": "数据表字段:关系快照"
}