@nocobase/plugin-users 2.0.0-alpha.7 → 2.0.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.
@@ -13,17 +13,17 @@ module.exports = {
13
13
  "react-i18next": "11.18.6",
14
14
  "react-router-dom": "6.30.1",
15
15
  "react": "18.2.0",
16
- "@nocobase/client": "2.0.0-alpha.7",
16
+ "@nocobase/client": "2.0.0-alpha.9",
17
17
  "antd": "5.24.2",
18
18
  "@formily/core": "2.3.7",
19
- "@nocobase/plugin-acl": "2.0.0-alpha.7",
19
+ "@nocobase/plugin-acl": "2.0.0-alpha.9",
20
20
  "@emotion/css": "11.13.0",
21
- "@nocobase/utils": "2.0.0-alpha.7",
22
- "@nocobase/database": "2.0.0-alpha.7",
23
- "@nocobase/server": "2.0.0-alpha.7",
24
- "@nocobase/plugin-user-data-sync": "2.0.0-alpha.7",
25
- "@nocobase/plugin-ui-schema-storage": "2.0.0-alpha.7",
21
+ "@nocobase/utils": "2.0.0-alpha.9",
22
+ "@nocobase/database": "2.0.0-alpha.9",
23
+ "@nocobase/server": "2.0.0-alpha.9",
24
+ "@nocobase/plugin-user-data-sync": "2.0.0-alpha.9",
25
+ "@nocobase/plugin-ui-schema-storage": "2.0.0-alpha.9",
26
26
  "lodash": "4.17.21",
27
- "@nocobase/actions": "2.0.0-alpha.7",
27
+ "@nocobase/actions": "2.0.0-alpha.9",
28
28
  "sequelize": "6.35.2"
29
29
  };
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "displayName.zh-CN": "用户",
5
5
  "description": "Provides basic user model, as well as created by and updated by fields.",
6
6
  "description.zh-CN": "提供了基础的用户模型,以及创建人和最后更新人字段。",
7
- "version": "2.0.0-alpha.7",
7
+ "version": "2.0.0-alpha.9",
8
8
  "license": "AGPL-3.0",
9
9
  "main": "./dist/server/index.js",
10
10
  "homepage": "https://docs.nocobase.com/handbook/users",
@@ -27,7 +27,7 @@
27
27
  "@nocobase/test": "2.x",
28
28
  "@nocobase/utils": "2.x"
29
29
  },
30
- "gitHead": "cb012f93256f534472d3ae56e075839ca1675779",
30
+ "gitHead": "4a9acf96f21a3aa35bccbd188b942595b09da0a9",
31
31
  "keywords": [
32
32
  "Users & permissions"
33
33
  ]