tachybase_todo/packages/plugins/@tachybase/plugin-error-handler/package.json
bai.zixv b8659d3261 chore(version): release v0.21.40 (#1084)
Reviewed-on: daoyoucloud/tachybase#1084
Co-authored-by: bai.zixv <bai.zixv@foxmail.com>
Co-committed-by: bai.zixv <bai.zixv@foxmail.com>
2024-05-30 21:05:59 +08:00

23 lines
688 B
JSON

{
"name": "@tachybase/plugin-error-handler",
"displayName": "Error handler",
"version": "0.21.40",
"description": "Handling application errors and exceptions.",
"license": "Apache-2.0",
"main": "./dist/server/index.js",
"devDependencies": {
"@formily/json-schema": "2.2.27",
"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": "错误处理器"
}