@tachybase/module-error-handler 1.6.8-alpha.2 → 1.6.8

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.
@@ -1,6 +1,6 @@
1
1
  module.exports = {
2
- "@tachybase/client": "1.6.8-alpha.2",
3
- "@tachybase/schema": "1.6.3",
4
- "@tego/server": "1.6.3",
2
+ "@tachybase/client": "1.6.8",
3
+ "@tachybase/schema": "1.6.9",
4
+ "@tego/server": "1.6.9",
5
5
  "lodash": "4.17.21"
6
6
  };
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.6.8-alpha.2",
4
+ "version": "1.6.8",
5
5
  "description": "Handling application errors and exceptions.",
6
6
  "keywords": [
7
7
  "System management"
@@ -19,13 +19,13 @@
19
19
  "main": "./dist/server/index.js",
20
20
  "dependencies": {},
21
21
  "devDependencies": {
22
- "@tachybase/schema": "1.6.3",
23
- "@tachybase/test": "1.6.3",
24
- "@tego/client": "1.6.3",
25
- "@tego/server": "1.6.3",
22
+ "@tachybase/schema": "1.6.9",
23
+ "@tachybase/test": "1.6.9",
24
+ "@tego/client": "1.6.9",
25
+ "@tego/server": "1.6.9",
26
26
  "lodash": "4.17.21",
27
27
  "supertest": "^7.1.3",
28
- "@tachybase/client": "1.6.8-alpha.2"
28
+ "@tachybase/client": "1.6.8"
29
29
  },
30
30
  "description.zh-CN": "处理应用程序中的错误和异常。",
31
31
  "displayName.zh-CN": "错误处理器",