@nocobase/plugin-system-settings 2.0.0-alpha.9 → 2.1.0-alpha.1

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.
@@ -8,8 +8,8 @@
8
8
  */
9
9
 
10
10
  module.exports = {
11
- "@nocobase/client": "2.0.0-alpha.9",
12
- "@nocobase/plugin-file-manager": "2.0.0-alpha.9",
13
- "@nocobase/server": "2.0.0-alpha.9",
14
- "@nocobase/database": "2.0.0-alpha.9"
11
+ "@nocobase/client": "2.1.0-alpha.1",
12
+ "@nocobase/plugin-file-manager": "2.1.0-alpha.1",
13
+ "@nocobase/server": "2.1.0-alpha.1",
14
+ "@nocobase/database": "2.1.0-alpha.1"
15
15
  };
@@ -0,0 +1 @@
1
+ {}
@@ -33,7 +33,7 @@ var import_database = require("@nocobase/database");
33
33
  var systemSettings_default = (0, import_database.defineCollection)({
34
34
  dumpRules: "required",
35
35
  name: "systemSettings",
36
- migrationRules: ["overwrite", "skip"],
36
+ migrationRules: ["overwrite", "schema-only"],
37
37
  fields: [
38
38
  {
39
39
  type: "string",
package/package.json CHANGED
@@ -2,20 +2,23 @@
2
2
  "name": "@nocobase/plugin-system-settings",
3
3
  "displayName": "System settings",
4
4
  "displayName.zh-CN": "系统设置",
5
+ "displayName.ru-RU": "Системные настройки",
5
6
  "description": "Used to adjust the system title, logo, language, etc.",
6
7
  "description.zh-CN": "用于调整系统的标题、LOGO、语言等。",
7
- "version": "2.0.0-alpha.9",
8
+ "description.ru-RU": "Используется для настройки заголовка системы, логотипа, языка и т.д.",
9
+ "version": "2.1.0-alpha.1",
8
10
  "license": "AGPL-3.0",
9
11
  "main": "./dist/server/index.js",
10
12
  "homepage": "https://docs.nocobase.com/handbook/system-settings",
11
13
  "homepage.zh-CN": "https://docs-cn.nocobase.com/handbook/system-settings",
14
+ "homepage.ru-RU": "https://docs-ru.nocobase.com/handbook/system-settings",
12
15
  "peerDependencies": {
13
16
  "@nocobase/client": "2.x",
14
17
  "@nocobase/database": "2.x",
15
18
  "@nocobase/server": "2.x",
16
19
  "@nocobase/test": "2.x"
17
20
  },
18
- "gitHead": "4a9acf96f21a3aa35bccbd188b942595b09da0a9",
21
+ "gitHead": "d27baf21569643d6fa83f882233f4e90eb5b89f1",
19
22
  "keywords": [
20
23
  "System management"
21
24
  ]