tachybase_todo/packages/plugins/@tachybase/plugin-error-handler/package.json
sealday 242d95bef1 chore(version): release v0.21.81 (#1410)
Co-authored-by: sealday <sealday@gmail.com>
Reviewed-on: daoyoucloud/tachybase#1410
2024-07-31 03:15:26 +08:00

23 lines
687 B
JSON

{
"name": "@tachybase/plugin-error-handler",
"displayName": "Error handler",
"version": "0.21.81",
"description": "Handling application errors and exceptions.",
"license": "Apache-2.0",
"main": "./dist/server/index.js",
"devDependencies": {
"@formily/json-schema": "2.3.1",
"lodash": "4.17.21",
"supertest": "^6.1.6"
},
"peerDependencies": {
"@tachybase/client": "workspace:*",
"@tachybase/database": "workspace:*",
"@tachybase/server": "workspace:*",
"@tachybase/test": "workspace:*",
"@tachybase/utils": "workspace:*"
},
"description.zh-CN": "处理应用程序中的错误和异常。",
"displayName.zh-CN": "错误处理器"
}