@paladen/errors
Advanced tools
Comparing version 1.0.34 to 1.0.35
@@ -7,3 +7,2 @@ export declare type BaseErrorProps = { | ||
export declare class BaseError { | ||
isBaseError: boolean; | ||
message?: string; | ||
@@ -10,0 +9,0 @@ httpStatusCode?: number; |
@@ -14,4 +14,2 @@ 'use strict'; | ||
this.isBaseError = true; | ||
if (props && props.message) { | ||
@@ -18,0 +16,0 @@ this.message = props.message; |
{ | ||
"name": "@paladen/errors", | ||
"version": "1.0.34", | ||
"version": "1.0.35", | ||
"repository": "https://github.com/samstr/paladen", | ||
@@ -17,3 +17,3 @@ "main": "dist/index.js", | ||
}, | ||
"gitHead": "78a117033b6755e46b7268e03fb2370ff06c7643" | ||
"gitHead": "b5d1f8d5764f870007df115de33c544f0bfd4299" | ||
} |
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
1921
57