2023-01-04 19:27:37 +08:00
{
"name" : "@nocobase/plugin-snapshot-field" ,
2024-02-22 23:13:31 +08:00
"displayName" : "Collection field: Snapshot" ,
2024-04-18 00:10:10 +08:00
"version" : "0.21.14" ,
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"
] ,
"homepage" : "https://docs.nocobase.com/handbook/field-snapshot" ,
2023-01-11 11:58:47 +08:00
"license" : "AGPL-3.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" ,
"@nocobase/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-04-01 13:39:44 +08:00
"@nocobase/client" : "workspace:*" ,
"@nocobase/database" : "workspace:*" ,
"@nocobase/server" : "workspace:*" ,
"@nocobase/test" : "workspace:*" ,
"@nocobase/utils" : "workspace:*"
2023-12-29 15:49:02 +08:00
} ,
2024-04-01 13:39:44 +08:00
"description.zh-CN" : "在添加数据时,为它的关系数据创建快照,并保存在当前的数据中。关系数据更新时,快照不会更新。" ,
"displayName.zh-CN" : "数据表字段:关系快照" ,
2024-03-04 23:02:29 +08:00
"gitHead" : "d0b4efe4be55f8c79a98a331d99d9f8cf99021a1" ,
2024-04-01 13:39:44 +08:00
"homepage.zh-CN" : "https://docs-cn.nocobase.com/handbook/field-snapshot"
2023-01-04 19:27:37 +08:00
}