mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 16:15:44 +00:00
2c757c43c5
* feat: user data sync plugin * fix: nickname bug * feat: adjust sync * fix: delete package-lock.json * feat: adjust push * feat: adjust user-data-sync plugin * fix: delete submodule * fix: sync bug * fix: adjust log * fix: adjust log * chore: add to build-in * chore: update version * chore: add api doc * chore: add plugin description * chore: api doc * chore: change keywords * feat: add no source type prompt * chore: text to json * feat: optimize resource manager * fix: test & typo * test: add tests for resource manager & fix bug * fix: user sync * chore: remove department resource * fix: test * fix: build * fix: push data * fix: push api add default sourceName * test: add api test * fix: uniqueKey support any * chore: single user belongs to multi department situation * chore: department * fix: fix sync bugs * fix: sync departments * chore: remove department logic * chore: remove department * fix: fix logger type error * fix: fix sync bug * fix: logger & role * fix: fix sync bugs * fix: fix sync bug * fix: fix sync bugs * test: update test cases * chore: update * chore: update * fix: test * fix: test * fix: test * fix: bugs * fix: version --------- Co-authored-by: chenzhi <chenzhi@zhuopaikeji.com> Co-authored-by: xilesun <2013xile@gmail.com>
33 lines
1.0 KiB
JSON
33 lines
1.0 KiB
JSON
{
|
|
"name": "@nocobase/plugin-users",
|
|
"displayName": "Users",
|
|
"displayName.zh-CN": "用户",
|
|
"description": "Provides basic user model, as well as created by and updated by fields.",
|
|
"description.zh-CN": "提供了基础的用户模型,以及创建人和最后更新人字段。",
|
|
"version": "1.4.0-alpha",
|
|
"license": "AGPL-3.0",
|
|
"main": "./dist/server/index.js",
|
|
"homepage": "https://docs.nocobase.com/handbook/users",
|
|
"homepage.zh-CN": "https://docs-cn.nocobase.com/handbook/users",
|
|
"devDependencies": {
|
|
"@types/jsonwebtoken": "^8.5.8",
|
|
"jsonwebtoken": "^8.5.1"
|
|
},
|
|
"peerDependencies": {
|
|
"@nocobase/actions": "1.x",
|
|
"@nocobase/client": "1.x",
|
|
"@nocobase/database": "1.x",
|
|
"@nocobase/plugin-acl": "1.x",
|
|
"@nocobase/plugin-auth": "1.x",
|
|
"@nocobase/plugin-user-data-sync": "1.x",
|
|
"@nocobase/resourcer": "1.x",
|
|
"@nocobase/server": "1.x",
|
|
"@nocobase/test": "1.x",
|
|
"@nocobase/utils": "1.x"
|
|
},
|
|
"gitHead": "d0b4efe4be55f8c79a98a331d99d9f8cf99021a1",
|
|
"keywords": [
|
|
"Users & permissions"
|
|
]
|
|
}
|