@nocobase/plugin-user-data-sync 2.0.0-alpha.44 → 2.0.0-alpha.45
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/dist/externalVersion.js +6 -6
- package/package.json +2 -2
package/dist/externalVersion.js
CHANGED
|
@@ -10,15 +10,15 @@
|
|
|
10
10
|
module.exports = {
|
|
11
11
|
"react": "18.2.0",
|
|
12
12
|
"@formily/react": "2.3.7",
|
|
13
|
-
"@nocobase/client": "2.0.0-alpha.
|
|
13
|
+
"@nocobase/client": "2.0.0-alpha.45",
|
|
14
14
|
"@ant-design/icons": "5.6.1",
|
|
15
15
|
"@formily/core": "2.3.7",
|
|
16
16
|
"antd": "5.24.2",
|
|
17
|
-
"@nocobase/utils": "2.0.0-alpha.
|
|
18
|
-
"@nocobase/server": "2.0.0-alpha.
|
|
19
|
-
"@nocobase/logger": "2.0.0-alpha.
|
|
20
|
-
"@nocobase/actions": "2.0.0-alpha.
|
|
17
|
+
"@nocobase/utils": "2.0.0-alpha.45",
|
|
18
|
+
"@nocobase/server": "2.0.0-alpha.45",
|
|
19
|
+
"@nocobase/logger": "2.0.0-alpha.45",
|
|
20
|
+
"@nocobase/actions": "2.0.0-alpha.45",
|
|
21
21
|
"dayjs": "1.11.13",
|
|
22
|
-
"@nocobase/database": "2.0.0-alpha.
|
|
22
|
+
"@nocobase/database": "2.0.0-alpha.45",
|
|
23
23
|
"react-i18next": "11.18.6"
|
|
24
24
|
};
|
package/package.json
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
"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.",
|
|
7
7
|
"description.ru-RU": "Регистрация и управление расширяемыми источниками синхронизации данных пользователей, по умолчанию предоставляется HTTP API. Поддержка синхронизации данных для таких ресурсов, как пользователи и департаменты.",
|
|
8
8
|
"description.zh-CN": "注册和管理可扩展的用户数据同步来源,默认提供 HTTP API。支持向用户和部门等资源同步数据。",
|
|
9
|
-
"version": "2.0.0-alpha.
|
|
9
|
+
"version": "2.0.0-alpha.45",
|
|
10
10
|
"main": "dist/server/index.js",
|
|
11
11
|
"peerDependencies": {
|
|
12
12
|
"@nocobase/client": "2.x",
|
|
@@ -16,5 +16,5 @@
|
|
|
16
16
|
"keywords": [
|
|
17
17
|
"Users & permissions"
|
|
18
18
|
],
|
|
19
|
-
"gitHead": "
|
|
19
|
+
"gitHead": "ddb6d6b89f4f3dc49dc942d46901e9e6f159be58"
|
|
20
20
|
}
|