1.2.0 – Removed http-status-codes Re-export
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