* feat: add action logs plugin * feat: add afterUpdate/afterDestroy hooks for logs * 子表格细节改进 * fix: subtable * activity * bugfix Co-authored-by: mytharcher <mytharcher@gmail.com>
11 lines
234 B
JSON
11 lines
234 B
JSON
{
|
|
"name": "@nocobase/plugin-action-logs",
|
|
"version": "0.3.0-alpha.0",
|
|
"main": "lib/index.js",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@nocobase/database": "^0.3.0-alpha.0",
|
|
"@nocobase/resourcer": "^0.3.0-alpha.0"
|
|
}
|
|
}
|