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

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.11",
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.11",
14
+ "@nocobase/server": "1.7.0-beta.11",
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
+ }
@@ -1,6 +1,5 @@
1
1
  {
2
2
  "unique violation": "{{field}} già esiste",
3
3
  "notNull violation": "{{field}} non può essere vuoto",
4
- "Validation error": "{{field}} errore di convalida",
5
- "notNull Violation": "{{field}} non può essere vuoto"
4
+ "Validation error": "{{field}} errore di convalida"
6
5
  }
@@ -0,0 +1,5 @@
1
+ {
2
+ "unique violation": "{{field}} bestaat al",
3
+ "notNull violation": "{{field}} mag niet leeg zijn",
4
+ "Validation error": "{{field}} validatiefout"
5
+ }
@@ -0,0 +1,6 @@
1
+ {
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
+ }
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.11",
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": "a5227915c2ef65501965dbff8be0e0f51039296e"
27
27
  }