Skip to content

1.2.0 – Removed http-status-codes Re-export

Choose a tag to compare

@dev-rashedin dev-rashedin released this 09 Aug 04:08
· 10 commits to main since this release

This update removes the http-status-toolkit re-export from express-error-toolkit.
The package is now more lightweight and keeps its focus solely on error handling.

If your project was using:

import { StatusCodes } from 'express-error-toolkit';

Please update it to:

import { StatusCodes } from 'http-status-toolkit';

📦 Install:

npm install http-status-toolkit