mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 13:26:44 +00:00
110d5bcc9c
* 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>
25 lines
577 B
JSON
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"
|
|
}
|
|
}
|