@nocobase/plugin-error-handler 1.7.0-beta.3 → 1.7.0-beta.5
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.
package/dist/externalVersion.js
CHANGED
|
@@ -8,9 +8,9 @@
|
|
|
8
8
|
*/
|
|
9
9
|
|
|
10
10
|
module.exports = {
|
|
11
|
-
"@nocobase/client": "1.7.0-beta.
|
|
11
|
+
"@nocobase/client": "1.7.0-beta.5",
|
|
12
12
|
"@formily/json-schema": "2.3.0",
|
|
13
|
-
"@nocobase/database": "1.7.0-beta.
|
|
14
|
-
"@nocobase/server": "1.7.0-beta.
|
|
13
|
+
"@nocobase/database": "1.7.0-beta.5",
|
|
14
|
+
"@nocobase/server": "1.7.0-beta.5",
|
|
15
15
|
"lodash": "4.17.21"
|
|
16
16
|
};
|
package/dist/locale/nl-NL.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"unique violation": "{{field}}
|
|
3
|
-
"notNull violation": "{{field}}
|
|
4
|
-
"Validation error": "{{field}}
|
|
5
|
-
"notNull Violation": "{{field}}
|
|
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}}
|
|
3
|
-
"notNull violation": "notNull
|
|
4
|
-
"Validation error": "{{field}}
|
|
5
|
-
"notNull Violation": "{{field}}
|
|
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.
|
|
7
|
+
"version": "1.7.0-beta.5",
|
|
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": "
|
|
26
|
+
"gitHead": "d95f10c4f23f2f2ee245880b4e900854c40bd114"
|
|
27
27
|
}
|