@sitel/common 1.0.123 → 1.0.124

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.
@@ -2,4 +2,4 @@ import { Request, Response, NextFunction } from 'express';
2
2
  /**
3
3
  * normal middleware have 3 args, but error middleware has an extra arg which is the Error
4
4
  */
5
- export declare const errorHandler: (err: Error, req: Request, res: Response, next: NextFunction) => Response<any> | undefined;
5
+ export declare const errorHandler: (err: Error, req: Request, res: Response, next: NextFunction) => Response<any, Record<string, any>> | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sitel/common",
3
- "version": "1.0.123",
3
+ "version": "1.0.124",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.ts",
@@ -22,10 +22,10 @@
22
22
  },
23
23
  "dependencies": {
24
24
  "@types/cookie-session": "^2.0.41",
25
- "@types/express": "^4.17.8",
25
+ "@types/express": "4.17.18",
26
26
  "@types/jsonwebtoken": "^8.5.0",
27
27
  "cookie-session": "^1.4.0",
28
- "express": "^4.17.1",
28
+ "express": "4.17.1",
29
29
  "express-validator": "^6.6.1",
30
30
  "jsonwebtoken": "^8.5.1",
31
31
  "node-nats-streaming": "^0.3.2"