2021-12-07 15:21:16 +08:00
|
|
|
{
|
2022-06-10 17:46:46 +08:00
|
|
|
"name": "@nocobase/plugin-audit-logs",
|
2024-02-22 23:13:31 +08:00
|
|
|
"displayName": "Audit logs (deprecated)",
|
2024-04-07 20:20:24 +08:00
|
|
|
"version": "0.21.2-alpha.10",
|
2024-02-22 23:13:31 +08:00
|
|
|
"description": "This plugin is deprecated. There will be a new audit log plugin in the future.",
|
2024-04-01 13:39:44 +08:00
|
|
|
"keywords": [
|
|
|
|
"System & security"
|
|
|
|
],
|
2024-03-04 23:02:29 +08:00
|
|
|
"homepage": "https://docs.nocobase.com/handbook/audit-logs",
|
2023-01-11 11:58:47 +08:00
|
|
|
"license": "AGPL-3.0",
|
2024-04-01 13:39:44 +08:00
|
|
|
"main": "./dist/server/index.js",
|
2021-12-07 15:21:16 +08:00
|
|
|
"devDependencies": {
|
2024-04-02 18:13:33 +08:00
|
|
|
"@ant-design/icons": "~5.3.6",
|
2023-08-02 00:07:52 +08:00
|
|
|
"@formily/antd-v5": "1.x",
|
2024-04-02 18:13:33 +08:00
|
|
|
"@nocobase/schema": "workspace:*",
|
2023-07-07 14:35:22 +08:00
|
|
|
"react": "^18.2.0",
|
|
|
|
"react-i18next": "^11.15.1"
|
2021-12-07 15:21:16 +08:00
|
|
|
},
|
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-08-02 00:07:52 +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/audit-logs"
|
2021-12-07 15:21:16 +08:00
|
|
|
}
|