@nocobase/plugin-error-handler 0.19.0-alpha.2 → 0.19.0-alpha.4

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.
@@ -1,7 +1,7 @@
1
1
  module.exports = {
2
- "@nocobase/client": "0.19.0-alpha.2",
2
+ "@nocobase/client": "0.19.0-alpha.4",
3
3
  "@formily/json-schema": "2.3.0",
4
- "@nocobase/database": "0.19.0-alpha.2",
5
- "@nocobase/server": "0.19.0-alpha.2",
4
+ "@nocobase/database": "0.19.0-alpha.4",
5
+ "@nocobase/server": "0.19.0-alpha.4",
6
6
  "lodash": "4.17.21"
7
7
  };
@@ -0,0 +1,5 @@
1
+ {
2
+ "unique violation": "{{field}} 필드 값은 고유해야 합니다.",
3
+ "notNull violation": "{{field}} 필드는 비어 있을 수 없습니다.",
4
+ "Validation error": "{{field}} 필드 규칙 유효성 검사에 실패했습니다."
5
+ }
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "displayName.zh-CN": "错误处理器",
5
5
  "description": "Handling application errors and exceptions",
6
6
  "description.zh-CN": "处理应用程序中的错误和异常",
7
- "version": "0.19.0-alpha.2",
7
+ "version": "0.19.0-alpha.4",
8
8
  "license": "AGPL-3.0",
9
9
  "main": "./dist/server/index.js",
10
10
  "devDependencies": {
@@ -23,5 +23,5 @@
23
23
  "url": "git+https://github.com/nocobase/nocobase.git",
24
24
  "directory": "packages/plugin-error-handler"
25
25
  },
26
- "gitHead": "cff5b77ecf12ccdb450d50d505b3aa44a68478c8"
26
+ "gitHead": "9583023f7bea828da5192384a5c002782c341b65"
27
27
  }