@tachybase/module-error-handler 1.6.34 → 1.6.36

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,6 +1,6 @@
1
1
  module.exports = {
2
- "@tachybase/client": "1.6.34",
3
- "@tachybase/schema": "1.6.17",
4
- "@tego/server": "1.6.17",
2
+ "@tachybase/client": "1.6.36",
3
+ "@tachybase/schema": "1.6.18",
4
+ "@tego/server": "1.6.18",
5
5
  "lodash": "4.17.21"
6
6
  };
@@ -12,5 +12,5 @@
12
12
  "Validation error": "{{field}} 字段规则验证失败",
13
13
  "notNull Violation": "{{field}} 字段不能为空",
14
14
  "notNull violation": "notNull 违规",
15
- "unique violation": "{{field}} 字段值是唯一的"
15
+ "unique violation": "{{field}}已存在,不允许重复"
16
16
  }
@@ -21,7 +21,7 @@ __export(zh_CN_exports, {
21
21
  });
22
22
  module.exports = __toCommonJS(zh_CN_exports);
23
23
  var zh_CN_default = {
24
- "unique violation": "{{field}} \u5B57\u6BB5\u503C\u662F\u552F\u4E00\u7684",
24
+ "unique violation": "{{field}}\u5DF2\u5B58\u5728\uFF0C\u4E0D\u5141\u8BB8\u91CD\u590D",
25
25
  "notNull violation": "{{field}} \u5B57\u6BB5\u4E0D\u80FD\u4E3A\u7A7A",
26
26
  "Validation error": "{{field}} \u5B57\u6BB5\u89C4\u5219\u9A8C\u8BC1\u5931\u8D25"
27
27
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@tachybase/module-error-handler",
3
3
  "displayName": "Error handler",
4
- "version": "1.6.34",
4
+ "version": "1.6.36",
5
5
  "description": "Handling application errors and exceptions.",
6
6
  "keywords": [
7
7
  "System management"
@@ -19,13 +19,13 @@
19
19
  "main": "./dist/server/index.js",
20
20
  "dependencies": {},
21
21
  "devDependencies": {
22
- "@tachybase/schema": "1.6.17",
23
- "@tachybase/test": "1.6.17",
24
- "@tego/client": "1.6.17",
25
- "@tego/server": "1.6.17",
22
+ "@tachybase/schema": "1.6.18",
23
+ "@tachybase/test": "1.6.18",
24
+ "@tego/client": "1.6.18",
25
+ "@tego/server": "1.6.18",
26
26
  "lodash": "4.17.21",
27
27
  "supertest": "^7.1.3",
28
- "@tachybase/client": "1.6.34"
28
+ "@tachybase/client": "1.6.36"
29
29
  },
30
30
  "description.zh-CN": "处理应用程序中的错误和异常。",
31
31
  "displayName.zh-CN": "错误处理器",