Comparing version 1.1.14 to 1.1.15
@@ -1,2 +0,2 @@ | ||
import { BoomOutput } from 'boom'; | ||
import { Output } from 'boom'; | ||
@@ -30,3 +30,3 @@ interface ValidationDetail { | ||
root_error_id: string; | ||
output?: BoomOutput; | ||
output?: Output; | ||
details?: Array<ValidationDetail>; | ||
@@ -33,0 +33,0 @@ } |
@@ -25,3 +25,3 @@ 'use strict'; | ||
const error_code = (0, _internals.getStatusCode)(code, cause); | ||
(0, _boom.wrap)(error, error_code); | ||
(0, _boom.boomify)(error, { statusCode: error_code }); | ||
error.code = error_code; | ||
@@ -28,0 +28,0 @@ |
@@ -17,3 +17,4 @@ { | ||
"dependencies": { | ||
"boom": "5.2.0" | ||
"boom": "^7.2.0", | ||
"@types/boom": "^7.2.0" | ||
}, | ||
@@ -68,3 +69,3 @@ "devDependencies": { | ||
"homepage": "https://github.com/Springworks/fel#readme", | ||
"version": "1.1.14" | ||
"version": "1.1.15" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
12091
2
+ Added@types/boom@^7.2.0
+ Added@types/boom@7.3.5(transitive)
+ Addedboom@7.3.0(transitive)
+ Addedhoek@6.1.3(transitive)
- Removedboom@5.2.0(transitive)
- Removedhoek@4.3.1(transitive)
Updatedboom@^7.2.0