@nocobase/plugin-error-handler 2.0.0-alpha.42 → 2.0.0-alpha.44

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,9 +8,9 @@
8
8
  */
9
9
 
10
10
  module.exports = {
11
- "@nocobase/client": "2.0.0-alpha.42",
11
+ "@nocobase/client": "2.0.0-alpha.44",
12
12
  "@formily/json-schema": "2.3.7",
13
- "@nocobase/database": "2.0.0-alpha.42",
14
- "@nocobase/server": "2.0.0-alpha.42",
13
+ "@nocobase/database": "2.0.0-alpha.44",
14
+ "@nocobase/server": "2.0.0-alpha.44",
15
15
  "lodash": "4.17.21"
16
16
  };
@@ -0,0 +1,5 @@
1
+ {
2
+ "unique violation": "{{field}} уже существует",
3
+ "notNull violation": "{{field}} не может быть пустым",
4
+ "Validation error": "{{field}} ошибка валидации"
5
+ }
package/package.json CHANGED
@@ -1,12 +1,17 @@
1
1
  {
2
2
  "name": "@nocobase/plugin-error-handler",
3
3
  "displayName": "Error handler",
4
+ "displayName.ru-RU": "Обработчик ошибок",
4
5
  "displayName.zh-CN": "错误处理器",
6
+ "description.ru-RU": "Обработка ошибок и исключений приложения.",
5
7
  "description": "Handling application errors and exceptions.",
6
8
  "description.zh-CN": "处理应用程序中的错误和异常。",
7
- "version": "2.0.0-alpha.42",
9
+ "version": "2.0.0-alpha.44",
8
10
  "license": "AGPL-3.0",
9
11
  "main": "./dist/server/index.js",
12
+ "homepage": "https://docs.nocobase.com/handbook/error-handler",
13
+ "homepage.ru-RU": "https://docs-ru.nocobase.com/handbook/error-handler",
14
+ "homepage.zh-CN": "https://docs-cn.nocobase.com/handbook/error-handler",
10
15
  "devDependencies": {
11
16
  "@formily/json-schema": "2.x",
12
17
  "supertest": "^6.1.6"
@@ -23,5 +28,5 @@
23
28
  "url": "git+https://github.com/nocobase/nocobase.git",
24
29
  "directory": "packages/plugin-error-handler"
25
30
  },
26
- "gitHead": "9e96dd78d0c1445c8da76863e30f046be5b48d90"
31
+ "gitHead": "075bd484c270740fe9b02f1989818da91139b6b9"
27
32
  }