@dotcom-reliability-kit/errors
Advanced tools
Comparing version 1.2.4 to 1.2.5
@@ -8,3 +8,3 @@ export = HttpError; | ||
public readonly statusMessage: string; | ||
public readonly get status(): number; | ||
public get status(): number; | ||
} | ||
@@ -11,0 +11,0 @@ declare namespace HttpError { |
@@ -45,3 +45,2 @@ const OperationalError = require('./operational-error'); | ||
/** | ||
* @readonly | ||
* @public | ||
@@ -48,0 +47,0 @@ * @type {number} |
{ | ||
"name": "@dotcom-reliability-kit/errors", | ||
"version": "1.2.4", | ||
"version": "1.2.5", | ||
"description": "A suite of error classes which help you throw the most appropriate error in any situation", | ||
@@ -5,0 +5,0 @@ "repository": { |
Sorry, the diff of this file is not supported yet
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
23389
450