@nocobase/plugin-error-handler 1.7.0-beta.1 → 1.7.0-beta.3

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": "1.7.0-beta.1",
11
+ "@nocobase/client": "1.7.0-beta.3",
12
12
  "@formily/json-schema": "2.3.0",
13
- "@nocobase/database": "1.7.0-beta.1",
14
- "@nocobase/server": "1.7.0-beta.1",
13
+ "@nocobase/database": "1.7.0-beta.3",
14
+ "@nocobase/server": "1.7.0-beta.3",
15
15
  "lodash": "4.17.21"
16
16
  };
@@ -0,0 +1,6 @@
1
+ {
2
+ "unique violation": "{{field}} existiert bereits",
3
+ "notNull violation": "{{field}} darf nicht null sein",
4
+ "Validation error": "{{field}} Validierungsfehler",
5
+ "notNull Violation": "{{field}} darf nicht null sein"
6
+ }
@@ -0,0 +1,6 @@
1
+ {
2
+ "unique violation": "{{field}} already exists",
3
+ "notNull violation": "{{field}} cannot be null",
4
+ "Validation error": "{{field}} validation error",
5
+ "notNull Violation": "{{field}} cannot be null"
6
+ }
@@ -0,0 +1,6 @@
1
+ {
2
+ "unique violation": "{{field}} must be unique",
3
+ "notNull violation": "notNull violation",
4
+ "Validation error": "{{field}} validation error",
5
+ "notNull Violation": "{{field}} cannot be null"
6
+ }
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": "1.7.0-beta.1",
7
+ "version": "1.7.0-beta.3",
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": "374a1bc60b3d55fd8b532a57c8fe0423eed1d11e"
26
+ "gitHead": "8d52cb1d366a968f87c1cd3f98f55f24be3056a5"
27
27
  }