@nocobase/plugin-error-handler 1.7.0-beta.3 → 1.7.0-beta.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.
@@ -8,9 +8,9 @@
8
8
  */
9
9
 
10
10
  module.exports = {
11
- "@nocobase/client": "1.7.0-beta.3",
11
+ "@nocobase/client": "1.7.0-beta.4",
12
12
  "@formily/json-schema": "2.3.0",
13
- "@nocobase/database": "1.7.0-beta.3",
14
- "@nocobase/server": "1.7.0-beta.3",
13
+ "@nocobase/database": "1.7.0-beta.4",
14
+ "@nocobase/server": "1.7.0-beta.4",
15
15
  "lodash": "4.17.21"
16
16
  };
@@ -1,6 +1,6 @@
1
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"
2
+ "unique violation": "{{field}} bestaat al",
3
+ "notNull violation": "{{field}} mag niet leeg zijn",
4
+ "Validation error": "{{field}} validatiefout",
5
+ "notNull Violation": "{{field}} mag niet leeg zijn"
6
6
  }
@@ -1,6 +1,6 @@
1
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"
2
+ "unique violation": "{{field}} moet uniek zijn",
3
+ "notNull violation": "notNull schending",
4
+ "Validation error": "{{field}} validatiefout",
5
+ "notNull Violation": "{{field}} mag niet leeg zijn"
6
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.3",
7
+ "version": "1.7.0-beta.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": "8d52cb1d366a968f87c1cd3f98f55f24be3056a5"
26
+ "gitHead": "bf1fbeef48ab69fb3d417f4d75bf3f22031e29f8"
27
27
  }