@naman_deep_singh/server-utils 1.5.0 → 1.5.1

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 +2 -2
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @naman_deep_singh/server-utils
2
2
 
3
- **Version:** 1.5.0 (with integrated cache & session support)
3
+ **Version:** 1.5.1 (with integrated cache & session support)
4
4
 
5
5
  Extensible server utilities for Express.js microservices with multi-protocol support, integrated caching, session management, and TypeScript.
6
6
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@naman_deep_singh/server-utils",
3
- "version": "1.5.0",
3
+ "version": "1.5.1",
4
4
  "description": "Extensible server utilities for Express.js microservices with TypeScript",
5
5
  "type": "module",
6
6
  "main": "./dist/cjs/index.js",
@@ -29,7 +29,7 @@
29
29
  "dependencies": {
30
30
  "@naman_deep_singh/cache": "^1.4.0",
31
31
  "@naman_deep_singh/errors-utils": "^1.4.2",
32
- "@naman_deep_singh/security": "^1.5.0",
32
+ "@naman_deep_singh/security": "^1.5.1",
33
33
  "@types/express": "^5.0.5",
34
34
  "cookie-parser": "^1.4.6",
35
35
  "cors": "^2.8.5",