@tachybase/module-user 0.23.17 → 0.23.20

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.
@@ -1,2 +1 @@
1
- import React from 'react';
2
- export declare const ChangePassword: () => React.JSX.Element;
1
+ export declare const ChangePassword: () => import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1 @@
1
- import React from 'react';
2
- export declare const UserProfile: () => React.JSX.Element;
1
+ export declare const UserProfile: () => import("react/jsx-runtime").JSX.Element;
@@ -1,13 +1,13 @@
1
1
  module.exports = {
2
2
  "react": "18.3.1",
3
- "@tachybase/client": "0.23.17",
4
- "@tachybase/schema": "0.23.17",
3
+ "@tachybase/client": "0.23.20",
4
+ "@tachybase/schema": "0.23.20",
5
5
  "antd": "5.22.5",
6
- "@tachybase/module-acl": "0.23.17",
7
- "@tachybase/utils": "0.23.17",
6
+ "@tachybase/module-acl": "0.23.20",
7
+ "@tachybase/utils": "0.23.20",
8
8
  "react-i18next": "15.2.0",
9
- "@tachybase/cache": "0.23.17",
10
- "@tachybase/database": "0.23.17",
11
- "@tachybase/server": "0.23.17",
12
- "@tachybase/actions": "0.23.17"
9
+ "@tachybase/cache": "0.23.20",
10
+ "@tachybase/database": "0.23.20",
11
+ "@tachybase/server": "0.23.20",
12
+ "@tachybase/actions": "0.23.20"
13
13
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@tachybase/module-user",
3
3
  "displayName": "Users",
4
- "version": "0.23.17",
4
+ "version": "0.23.20",
5
5
  "description": "Provides basic user model, as well as created by and updated by fields.",
6
6
  "keywords": [
7
7
  "Users & permissions"
@@ -14,19 +14,19 @@
14
14
  "antd": "5.22.5",
15
15
  "jsonwebtoken": "^8.5.1",
16
16
  "react-i18next": "^15.2.0",
17
- "@tachybase/schema": "0.23.17"
17
+ "@tachybase/schema": "0.23.20"
18
18
  },
19
19
  "peerDependencies": {
20
- "@tachybase/actions": "0.23.17",
21
- "@tachybase/client": "0.23.17",
22
- "@tachybase/database": "0.23.17",
23
- "@tachybase/module-auth": "0.23.17",
24
- "@tachybase/resourcer": "0.23.17",
25
- "@tachybase/cache": "0.23.17",
26
- "@tachybase/module-acl": "0.23.17",
27
- "@tachybase/server": "0.23.17",
28
- "@tachybase/test": "0.23.17",
29
- "@tachybase/utils": "0.23.17"
20
+ "@tachybase/actions": "0.23.20",
21
+ "@tachybase/cache": "0.23.20",
22
+ "@tachybase/client": "0.23.20",
23
+ "@tachybase/database": "0.23.20",
24
+ "@tachybase/module-acl": "0.23.20",
25
+ "@tachybase/module-auth": "0.23.20",
26
+ "@tachybase/resourcer": "0.23.20",
27
+ "@tachybase/server": "0.23.20",
28
+ "@tachybase/test": "0.23.20",
29
+ "@tachybase/utils": "0.23.20"
30
30
  },
31
31
  "description.zh-CN": "提供了基础的用户模型,以及创建人和最后更新人字段。",
32
32
  "displayName.zh-CN": "用户",