@nocobase/plugin-user-data-sync 1.4.0-alpha.6 → 1.4.0-alpha.7

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,15 +10,15 @@
10
10
  module.exports = {
11
11
  "react": "18.2.0",
12
12
  "@formily/react": "2.3.0",
13
- "@nocobase/client": "1.4.0-alpha.6",
13
+ "@nocobase/client": "1.4.0-alpha.7",
14
14
  "antd": "5.12.8",
15
15
  "@ant-design/icons": "5.2.6",
16
16
  "@formily/core": "2.3.0",
17
- "@nocobase/utils": "1.4.0-alpha.6",
18
- "@nocobase/server": "1.4.0-alpha.6",
19
- "@nocobase/logger": "1.4.0-alpha.6",
20
- "@nocobase/actions": "1.4.0-alpha.6",
17
+ "@nocobase/utils": "1.4.0-alpha.7",
18
+ "@nocobase/server": "1.4.0-alpha.7",
19
+ "@nocobase/logger": "1.4.0-alpha.7",
20
+ "@nocobase/actions": "1.4.0-alpha.7",
21
21
  "dayjs": "1.11.10",
22
- "@nocobase/database": "1.4.0-alpha.6",
22
+ "@nocobase/database": "1.4.0-alpha.7",
23
23
  "react-i18next": "11.18.6"
24
24
  };
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "displayName.zh-CN": "用户数据同步",
5
5
  "description": "Provide user data source management and user data synchronization interface. The data source can be DingTalk, WeCom, etc., and can be expanded.",
6
6
  "description.zh-CN": "提供用户数据源管理,用户数据同步接口,数据源可为钉钉、企业微信等,可扩展。",
7
- "version": "1.4.0-alpha.6",
7
+ "version": "1.4.0-alpha.7",
8
8
  "main": "dist/server/index.js",
9
9
  "peerDependencies": {
10
10
  "@nocobase/client": "1.x",
@@ -14,5 +14,5 @@
14
14
  "keywords": [
15
15
  "Users & permissions"
16
16
  ],
17
- "gitHead": "7d8583704a1f7ae0caeab72a19fd0bce0a4cec0f"
17
+ "gitHead": "52bb98fe5fd95cc25baeaaef5aeae9cdd1a0e2fa"
18
18
  }