@tsed/exceptions
Advanced tools
Comparing version 7.61.0 to 7.61.1
{ | ||
"name": "@tsed/exceptions", | ||
"version": "7.61.0", | ||
"version": "7.61.1", | ||
"description": "HTTP exceptions module for Ts.ED Framework and other pure Express application", | ||
"private": false, | ||
"source": "./src/index.ts", | ||
@@ -30,9 +29,11 @@ "main": "./lib/cjs/index.js", | ||
"devDependencies": { | ||
"@tsed/eslint": "7.44.1", | ||
"@tsed/typescript": "7.44.1", | ||
"@tsed/eslint": "7.61.1", | ||
"@tsed/typescript": "7.61.1", | ||
"@types/statuses": "2.0.0", | ||
"eslint": "^8.12.0" | ||
"barrelsby": "^2.8.1", | ||
"eslint": "^8.12.0", | ||
"jest": "^29.2.0" | ||
}, | ||
"peerDependencies": { | ||
"@tsed/core": "^7.61.0" | ||
"@tsed/core": "7.61.1" | ||
}, | ||
@@ -39,0 +40,0 @@ "repository": "https://github.com/tsedio/tsed", |
109406
6