@nocobase/plugin-users 1.0.0-alpha.9 → 1.0.1-alpha.1

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.
@@ -10,16 +10,16 @@
10
10
  module.exports = {
11
11
  "react": "18.2.0",
12
12
  "antd": "5.12.8",
13
- "@nocobase/client": "1.0.0-alpha.9",
13
+ "@nocobase/client": "1.0.1-alpha.1",
14
14
  "@formily/react": "2.3.0",
15
15
  "@formily/core": "2.3.0",
16
- "@nocobase/plugin-acl": "1.0.0-alpha.9",
16
+ "@nocobase/plugin-acl": "1.0.1-alpha.1",
17
17
  "react-i18next": "11.18.6",
18
- "@nocobase/database": "1.0.0-alpha.9",
19
- "@nocobase/server": "1.0.0-alpha.9",
20
- "@nocobase/utils": "1.0.0-alpha.9",
21
- "@nocobase/cache": "1.0.0-alpha.9",
18
+ "@nocobase/database": "1.0.1-alpha.1",
19
+ "@nocobase/server": "1.0.1-alpha.1",
20
+ "@nocobase/utils": "1.0.1-alpha.1",
21
+ "@nocobase/cache": "1.0.1-alpha.1",
22
22
  "@formily/shared": "2.3.0",
23
- "@nocobase/actions": "1.0.0-alpha.9",
23
+ "@nocobase/actions": "1.0.1-alpha.1",
24
24
  "lodash": "4.17.21"
25
25
  };
@@ -172,7 +172,7 @@ class PluginUsersServer extends import_server.Plugin {
172
172
  const loggedInActions = ["updateProfile"];
173
173
  loggedInActions.forEach((action) => this.app.acl.allow("users", action, "loggedIn"));
174
174
  this.app.acl.registerSnippet({
175
- name: `pm.${this.name}.*`,
175
+ name: `pm.${this.name}`,
176
176
  actions: ["users:*"]
177
177
  });
178
178
  }
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": "1.0.0-alpha.9",
7
+ "version": "1.0.1-alpha.1",
8
8
  "license": "AGPL-3.0",
9
9
  "main": "./dist/server/index.js",
10
10
  "homepage": "https://docs.nocobase.com/handbook/users",
@@ -24,7 +24,7 @@
24
24
  "@nocobase/test": "1.x",
25
25
  "@nocobase/utils": "1.x"
26
26
  },
27
- "gitHead": "562d6ae965317098df05db756d160e03363dcec5",
27
+ "gitHead": "d24aa16987a4068f857ae073fcce18f3cb490660",
28
28
  "keywords": [
29
29
  "Users & permissions"
30
30
  ]