2023-01-04 19:27:37 +08:00
{
2024-05-24 01:06:06 +08:00
"name" : "@tachybase/plugin-snapshot-field" ,
2024-02-22 23:13:31 +08:00
"displayName" : "Collection field: Snapshot" ,
2024-06-11 11:00:37 +08:00
"version" : "0.21.47" ,
2024-02-22 23:13:31 +08:00
"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." ,
2024-04-01 13:39:44 +08:00
"keywords" : [
"Collection fields"
] ,
2024-05-23 12:50:54 +08:00
"license" : "Apache-2.0" ,
2023-08-02 00:07:52 +08:00
"main" : "./dist/server/index.js" ,
2023-01-04 19:27:37 +08:00
"devDependencies" : {
2024-04-02 18:13:33 +08:00
"@ant-design/icons" : "~5.3.6" ,
2024-04-29 21:41:13 +08:00
"@tachybase/schema" : "workspace:*" ,
2024-04-10 16:14:26 +08:00
"antd" : "5.16.1" ,
2024-04-01 13:39:44 +08:00
"lodash" : "4.17.21" ,
2023-07-08 08:29:33 +08:00
"rc-tree-select" : "5.5.5" ,
2024-04-02 18:13:33 +08:00
"react" : "~18.2.0" ,
2023-07-08 08:29:33 +08:00
"react-i18next" : "^11.15.1"
2023-08-02 00:07:52 +08:00
} ,
"peerDependencies" : {
2024-05-08 16:20:31 +08:00
"@tachybase/client" : "workspace:*" ,
"@tachybase/database" : "workspace:*" ,
"@tachybase/server" : "workspace:*" ,
"@tachybase/test" : "workspace:*" ,
"@tachybase/utils" : "workspace:*"
2023-12-29 15:49:02 +08:00
} ,
2024-04-01 13:39:44 +08:00
"description.zh-CN" : "在添加数据时,为它的关系数据创建快照,并保存在当前的数据中。关系数据更新时,快照不会更新。" ,
2024-05-24 13:06:59 +08:00
"displayName.zh-CN" : "数据表字段:关系快照"
2023-01-04 19:27:37 +08:00
}