nocobase/packages/plugin-users/package.json
Junyi 110d5bcc9c
feat: add createdBy/updatedBy field config for table managed by collections (#43)
* feat: add createdBy/updatedBy field config for table managed by collections

* fix: update by different users and field initialization

* fix: function argument

* add: test cases

Co-authored-by: chenos <chenlinxh@gmail.com>
2020-12-18 09:04:40 +08:00

25 lines
577 B
JSON

{
"name": "@nocobase/plugin-users",
"version": "0.3.0-alpha.0",
"main": "lib/index.js",
"license": "MIT",
"resolutions": {
"@types/react": "16.14.0"
},
"peerDependencies": {
"umi": "^3.2.23"
},
"devDependencies": {
"@nocobase/actions": "^0.3.0-alpha.0",
"@nocobase/server": "^0.3.0-alpha.0",
"crypto-random-string": "^3.3.0",
"umi": "^3.2.23"
},
"dependencies": {
"@nocobase/client": "^0.3.0-alpha.0",
"@nocobase/database": "^0.3.0-alpha.0",
"@nocobase/resourcer": "^0.3.0-alpha.0",
"@types/react": "16.14.0"
}
}