@nocobase/plugin-localization 1.9.46 → 1.9.49
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
CHANGED
|
@@ -11,14 +11,14 @@ module.exports = {
|
|
|
11
11
|
"@ant-design/icons": "5.6.1",
|
|
12
12
|
"@formily/core": "2.3.0",
|
|
13
13
|
"@formily/react": "2.3.0",
|
|
14
|
-
"@nocobase/client": "1.9.
|
|
14
|
+
"@nocobase/client": "1.9.49",
|
|
15
15
|
"ahooks": "3.7.8",
|
|
16
16
|
"antd": "5.24.2",
|
|
17
17
|
"react": "18.2.0",
|
|
18
|
-
"@nocobase/database": "1.9.
|
|
19
|
-
"@nocobase/server": "1.9.
|
|
20
|
-
"@nocobase/utils": "1.9.
|
|
21
|
-
"@nocobase/cache": "1.9.
|
|
22
|
-
"@nocobase/actions": "1.9.
|
|
18
|
+
"@nocobase/database": "1.9.49",
|
|
19
|
+
"@nocobase/server": "1.9.49",
|
|
20
|
+
"@nocobase/utils": "1.9.49",
|
|
21
|
+
"@nocobase/cache": "1.9.49",
|
|
22
|
+
"@nocobase/actions": "1.9.49",
|
|
23
23
|
"react-i18next": "11.18.6"
|
|
24
24
|
};
|
package/dist/server/plugin.d.ts
CHANGED
|
@@ -6,6 +6,7 @@
|
|
|
6
6
|
* This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
|
|
7
7
|
* For more information, please refer to: https://www.nocobase.com/agreement.
|
|
8
8
|
*/
|
|
9
|
+
/// <reference types="node" />
|
|
9
10
|
import { InstallOptions, Plugin } from '@nocobase/server';
|
|
10
11
|
import Resources from './resources';
|
|
11
12
|
import { SourceManager } from './source-manager';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nocobase/plugin-localization",
|
|
3
|
-
"version": "1.9.
|
|
3
|
+
"version": "1.9.49",
|
|
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": "b90fa583f837a84067c354a72574e738cc6c3281"
|
|
29
29
|
}
|