@sisu-ai/mw-error-boundary
Version:
Catch exceptions from downstream middleware and respond gracefully.
38 lines (37 loc) • 736 B
JSON
{
"name": "@sisu-ai/mw-error-boundary",
"version": "4.0.2",
"license": "Apache-2.0",
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "tsc -b"
},
"peerDependencies": {
"@sisu-ai/core": "1.1.2"
},
"repository": {
"type": "git",
"url": "https://github.com/finger-gun/sisu",
"directory": "packages/middleware/error-boundary"
},
"homepage": "https://github.com/finger-gun/sisu#readme",
"bugs": {
"url": "https://github.com/finger-gun/sisu/issues"
},
"keywords": [
"sisu",
"ai",
"ai-agent",
"agentic",
"middleware",
"error-boundary"
]
}