nocobase/packages/plugins/error-handler/package.json
chenos bdcbe7392f
chore(deps): bump formily from 2.2.24 to 2.2.26 (#2088)
* chore(deps): bump formily from 2.2.24 to 2.2.25

* chore(deps): bump formily from 2.2.25 to 2.2.26

* chore: update yarn.lock

---------

Co-authored-by: Rairn <958414905@qq.com>
2023-06-23 07:55:44 +08:00

22 lines
707 B
JSON

{
"name": "@nocobase/plugin-error-handler",
"displayName": "error handler",
"displayName.zh-CN": "错误处理",
"description": "Managing and handling errors and exceptions in an application.",
"description.zh-CN": "管理和处理应用程序中的错误和异常。",
"version": "0.10.0-alpha.2",
"license": "AGPL-3.0",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"dependencies": {
"@formily/json-schema": "2.2.26",
"@nocobase/server": "0.10.0-alpha.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nocobase/nocobase.git",
"directory": "packages/plugin-error-handler"
},
"gitHead": "ce588eefb0bfc50f7d5bbee575e0b5e843bf6644"
}