@tachybase/module-error-handler 1.3.12 → 1.3.13
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/LICENSE +1 -1
- package/dist/externalVersion.js +4 -4
- package/package.json +7 -7
package/LICENSE
CHANGED
|
@@ -186,7 +186,7 @@
|
|
|
186
186
|
same "printed page" as the copyright notice for easier
|
|
187
187
|
identification within third-party archives.
|
|
188
188
|
|
|
189
|
-
Copyright [2023-
|
|
189
|
+
Copyright [2023-2025] [Tego team]
|
|
190
190
|
|
|
191
191
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
192
192
|
you may not use this file except in compliance with the License.
|
package/dist/externalVersion.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
module.exports = {
|
|
2
|
-
"@tachybase/client": "1.3.
|
|
3
|
-
"@tachybase/database": "1.3.
|
|
4
|
-
"@tachybase/schema": "1.3.
|
|
5
|
-
"@tachybase/server": "1.3.
|
|
2
|
+
"@tachybase/client": "1.3.13",
|
|
3
|
+
"@tachybase/database": "1.3.13",
|
|
4
|
+
"@tachybase/schema": "1.3.13",
|
|
5
|
+
"@tachybase/server": "1.3.13",
|
|
6
6
|
"lodash": "4.17.21"
|
|
7
7
|
};
|
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.3.
|
|
4
|
+
"version": "1.3.13",
|
|
5
5
|
"description": "Handling application errors and exceptions.",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"System management"
|
|
@@ -12,14 +12,14 @@
|
|
|
12
12
|
"devDependencies": {
|
|
13
13
|
"lodash": "4.17.21",
|
|
14
14
|
"supertest": "^6.3.4",
|
|
15
|
-
"@tachybase/schema": "1.3.
|
|
15
|
+
"@tachybase/schema": "1.3.13"
|
|
16
16
|
},
|
|
17
17
|
"peerDependencies": {
|
|
18
|
-
"@tachybase/client": "1.3.
|
|
19
|
-
"@tachybase/
|
|
20
|
-
"@tachybase/
|
|
21
|
-
"@tachybase/
|
|
22
|
-
"@tachybase/
|
|
18
|
+
"@tachybase/client": "1.3.13",
|
|
19
|
+
"@tachybase/server": "1.3.13",
|
|
20
|
+
"@tachybase/utils": "1.3.13",
|
|
21
|
+
"@tachybase/database": "1.3.13",
|
|
22
|
+
"@tachybase/test": "1.3.13"
|
|
23
23
|
},
|
|
24
24
|
"description.zh-CN": "处理应用程序中的错误和异常。",
|
|
25
25
|
"displayName.zh-CN": "错误处理器",
|