nocobase/packages/plugin-action-logs/package.json
Junyi f9c4fb9df0
Feature/action logs (#62)
* feat: add hasMany field for action logs

* fix: add scope to log field

* test: add cases

* test: remove console.log

* test: add expects

* refactor: use constants for hook types

* fix: missing pageInfo

Co-authored-by: chenos <chenlinxh@gmail.com>
2021-02-01 13:32:02 +08:00

15 lines
346 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"
},
"devDependencies": {
"@nocobase/server": "^0.3.0-alpha.0",
"@nocobase/actions": "^0.3.0-alpha.0"
}
}