@naman_deep_singh/errors-utils 1.3.2 → 1.3.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  @naman_deep_singh/errors-utils
2
2
 
3
- Version: 1.3.2
3
+ Version: 1.3.3
4
4
 
5
5
  A standardized, code-driven error handling system for TypeScript and Express applications, providing consistent error identity, responses, and middleware integration.
6
6
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@naman_deep_singh/errors-utils",
3
- "version": "1.3.2",
3
+ "version": "1.3.3",
4
4
  "description": "Standardized error classes and Express middleware for consistent error handling with TypeScript",
5
5
  "type": "module",
6
6
  "main": "./dist/cjs/index.js",
@@ -26,11 +26,11 @@
26
26
  "@types/express": "^5.0.5",
27
27
  "@types/node": "^25.0.1",
28
28
  "express": "^5.1.0",
29
- "typescript": "^5.9.3",
30
- "rimraf": "^5.0.5"
29
+ "rimraf": "^5.0.5",
30
+ "typescript": "^5.9.3"
31
31
  },
32
32
  "dependencies": {
33
- "@naman_deep_singh/response-utils": "^2.0.4"
33
+ "@naman_deep_singh/response-utils": "^2.1.4"
34
34
  },
35
35
  "scripts": {
36
36
  "build": "pnpm run build:types && tsc -p tsconfig.cjs.json && tsc -p tsconfig.esm.json",