@nocobase/plugin-user-data-sync 1.5.1 → 1.5.3

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/LICENSE.txt CHANGED
@@ -95,7 +95,7 @@ Except for Third-Party Open Source Software, the Company owns all copyrights, tr
95
95
  6.9 If there are other agreements in the contract for the above rights, the contract agreement shall prevail.
96
96
 
97
97
  ====================================
98
- 1. Obligations of Commercial License
98
+ 7. Obligations of Commercial License
99
99
  ====================================
100
100
 
101
101
  7.1 It is not allowed to remove or change all intellectual property statements about NocoBase in the code.
@@ -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.5.1",
13
+ "@nocobase/client": "1.5.3",
14
14
  "@ant-design/icons": "5.2.6",
15
15
  "@formily/core": "2.3.0",
16
16
  "antd": "5.12.8",
17
- "@nocobase/utils": "1.5.1",
18
- "@nocobase/server": "1.5.1",
19
- "@nocobase/logger": "1.5.1",
20
- "@nocobase/actions": "1.5.1",
17
+ "@nocobase/utils": "1.5.3",
18
+ "@nocobase/server": "1.5.3",
19
+ "@nocobase/logger": "1.5.3",
20
+ "@nocobase/actions": "1.5.3",
21
21
  "dayjs": "1.11.10",
22
- "@nocobase/database": "1.5.1",
22
+ "@nocobase/database": "1.5.3",
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": "Reigster and manage extensible user data synchronization sources, with HTTP API provided by default. Support for synchronizing data to resources such as users and departments.",
6
6
  "description.zh-CN": "注册和管理可扩展的用户数据同步来源,默认提供 HTTP API。支持向用户和部门等资源同步数据。",
7
- "version": "1.5.1",
7
+ "version": "1.5.3",
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": "b16a0ff226482d0de847656ea26fd621b1d685cf"
17
+ "gitHead": "d509073e3f3081488d360613822c5c68222acabc"
18
18
  }