@nocobase/plugin-localization 2.0.0-beta.3 → 2.0.0-beta.5
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
|
@@ -11,14 +11,14 @@ module.exports = {
|
|
|
11
11
|
"@ant-design/icons": "5.6.1",
|
|
12
12
|
"@formily/core": "2.3.7",
|
|
13
13
|
"@formily/react": "2.3.7",
|
|
14
|
-
"@nocobase/client": "2.0.0-beta.
|
|
14
|
+
"@nocobase/client": "2.0.0-beta.5",
|
|
15
15
|
"ahooks": "3.7.8",
|
|
16
16
|
"antd": "5.24.2",
|
|
17
17
|
"react": "18.2.0",
|
|
18
|
-
"@nocobase/database": "2.0.0-beta.
|
|
19
|
-
"@nocobase/server": "2.0.0-beta.
|
|
20
|
-
"@nocobase/utils": "2.0.0-beta.
|
|
21
|
-
"@nocobase/cache": "2.0.0-beta.
|
|
22
|
-
"@nocobase/actions": "2.0.0-beta.
|
|
18
|
+
"@nocobase/database": "2.0.0-beta.5",
|
|
19
|
+
"@nocobase/server": "2.0.0-beta.5",
|
|
20
|
+
"@nocobase/utils": "2.0.0-beta.5",
|
|
21
|
+
"@nocobase/cache": "2.0.0-beta.5",
|
|
22
|
+
"@nocobase/actions": "2.0.0-beta.5",
|
|
23
23
|
"react-i18next": "11.18.6"
|
|
24
24
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nocobase/plugin-localization",
|
|
3
|
-
"version": "2.0.0-beta.
|
|
3
|
+
"version": "2.0.0-beta.5",
|
|
4
4
|
"main": "dist/server/index.js",
|
|
5
5
|
"homepage": "https://docs.nocobase.com/handbook/localization-management",
|
|
6
6
|
"homepage.ru-RU": "https://docs-ru.nocobase.com/handbook/localization-management",
|
|
@@ -25,5 +25,5 @@
|
|
|
25
25
|
"description": "Allows to manage localization resources of the application.",
|
|
26
26
|
"description.ru-RU": "Позволяет управлять ресурсами локализации приложения.",
|
|
27
27
|
"description.zh-CN": "支持管理应用程序的本地化资源。",
|
|
28
|
-
"gitHead": "
|
|
28
|
+
"gitHead": "ea028f41293607ac0a20d054107e2ba772d639b2"
|
|
29
29
|
}
|