http-status
Advanced tools
Comparing version 1.5.1 to 1.5.2
@@ -5,2 +5,9 @@ # Changelog | ||
### [1.5.2](https://github.com/adaltas/node-http-status/compare/v1.5.1...v1.5.2) (2022-05-06) | ||
### Bug Fixes | ||
* types on 502 status ([1f0b681](https://github.com/adaltas/node-http-status/commit/1f0b681e021d3f77e1594dd1329a178f6905ebe7)) | ||
### [1.5.1](https://github.com/adaltas/node-http-status/compare/v1.5.0...v1.5.1) (2022-04-14) | ||
@@ -7,0 +14,0 @@ |
@@ -317,5 +317,5 @@ export = httpStatus; | ||
readonly '502': string; | ||
readonly '_NAME': string; | ||
readonly '_MESSAGE': string; | ||
readonly '_CLASS': string; | ||
readonly '502_NAME': string; | ||
readonly '502_MESSAGE': string; | ||
readonly '502_CLASS': string; | ||
readonly 'BAD_GATEWAY': number; | ||
@@ -322,0 +322,0 @@ |
{ | ||
"name": "http-status", | ||
"version": "1.5.1", | ||
"version": "1.5.2", | ||
"description": "Interact with HTTP status code", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/adaltas/node-http-status", |
68786