@nocobase/plugin-users 0.19.0-alpha.7 → 0.19.0-alpha.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/externalVersion.js +5 -5
- package/package.json +4 -4
package/dist/externalVersion.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
module.exports = {
|
|
2
|
-
"@nocobase/client": "0.19.0-alpha.
|
|
3
|
-
"@nocobase/database": "0.19.0-alpha.
|
|
4
|
-
"@nocobase/server": "0.19.0-alpha.
|
|
5
|
-
"@nocobase/utils": "0.19.0-alpha.
|
|
6
|
-
"@nocobase/actions": "0.19.0-alpha.
|
|
2
|
+
"@nocobase/client": "0.19.0-alpha.9",
|
|
3
|
+
"@nocobase/database": "0.19.0-alpha.9",
|
|
4
|
+
"@nocobase/server": "0.19.0-alpha.9",
|
|
5
|
+
"@nocobase/utils": "0.19.0-alpha.9",
|
|
6
|
+
"@nocobase/actions": "0.19.0-alpha.9"
|
|
7
7
|
};
|
package/package.json
CHANGED
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
"name": "@nocobase/plugin-users",
|
|
3
3
|
"displayName": "Users",
|
|
4
4
|
"displayName.zh-CN": "用户",
|
|
5
|
-
"description": "Provides a basic user model
|
|
6
|
-
"description.zh-CN": "
|
|
7
|
-
"version": "0.19.0-alpha.
|
|
5
|
+
"description": "Provides a basic user model, as well as createdBy and updatedBy fields..",
|
|
6
|
+
"description.zh-CN": "提供了基础的用户模型,以及创建人和最后更新人字段。",
|
|
7
|
+
"version": "0.19.0-alpha.9",
|
|
8
8
|
"license": "AGPL-3.0",
|
|
9
9
|
"main": "./dist/server/index.js",
|
|
10
10
|
"homepage": "https://docs.nocobase.com/plugins/users",
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"@nocobase/test": "0.x",
|
|
25
25
|
"@nocobase/utils": "0.x"
|
|
26
26
|
},
|
|
27
|
-
"gitHead": "
|
|
27
|
+
"gitHead": "975f9c58a1995df6a8d7a4d191a0dc4a9769ebc5",
|
|
28
28
|
"keywords": [
|
|
29
29
|
"Users & permissions"
|
|
30
30
|
]
|